HEX: #AB6649
RGB: (171,102,73)
Il colore #AB6649 contiene principalmente il rosso. Per il #AB6649 il colore web safe è #996633 (#963).
Il colore AB6649 in RGB è definito come 171,102,73
RGB: (171,102,73) (67%,40%,29%)
R 171 da 255 = 67%
G 102 da 255 = 40%
B 73 da 255 = 29%
R + G + B ~ 45%. #AB6649 colore medio (né scuro né chiaro).
R + G + B =
171 + 102 + 73 = 346 (100%)
R 171 da 346 ~ 49.42%
G 102 da 346 ~ 29.48%
B 73 da 346 ~ 21.1%
Il colore #AB6649 in CMYK è definito come 0,40,57,33.
CMYK: (0,40,57,33) C0M40Y57K33 (0%,40%,57%,33%) (0.00/0.40/0.57/0.33)
AB | 66 | 49 | |
---|---|---|---|
RGB | 171 | 102 | 73 |
HSL | 18° | 40.16% | 47.84% |
HSB/HSV | 18° | 57.31% | 67.06% |
CMYK | 0.00% | 40.35% | 57.31% |
32.94% |
Esadicemale | AB | 66 | 49 |
Decimale | 171 | 102 | 73 |
Binario | 10101011 | 1100110 | 1001001 |
Ottale | 253 | 146 | 111 |
Esempi dei codici css e html per gli elementi di colore #AB6649. Utilizzate rgb(171,102,73) anche al posto del codice hex.
.myTextColor { color: #AB6649; }
<p style="color:#AB6649">This sample text font color is #AB6649.</p>
Il colore di questo testo è #AB6649.
.myBgColor { background-color: #AB6649; }
<div style="background-color:#AB6649">Inner text</div>
Questo div ha lo sfondo di colore #AB6649.
.myBorderColor { border: 1px solid #AB6649; }
<div style="border:3px solid #AB6649">Div</div>
Questo div ha i bordi di colore AB6649.
.myOpacity80 { color: #AB6649; opacity: 0.8; }
<p style="color:#AB6649;opacity:0.8;">80%</p>
Il testo di color #AB6649 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6649;}
<p style="text-shadow: 3px 3px 1px #AB6649">Text here.</p>
Questo testo ha l'ombra di colore #AB6649.
.textShadow {text-shadow: 3px 3px 1px #AB6649, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6649, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB6649 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6649, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6649, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6649 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB6649; -webkit-box-shadow: 1px 1px 3px 2px #AB6649; box-shadow: 1px 1px 3px 2px #AB6649; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB6649; -webkit-box-shadow: 1px 1px 3px 2px #AB6649; box-shadow:1px 1px 3px 2px #AB6649;">
Div content here</div>
Questo e il testo di colore #AB6649 sullo sfondo nero.
Questo e il testo di colore #AB6649 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB6649.
Questo è un testo bianco sullo sfondo del colore #AB6649.