HEX: #AB576B
RGB: (171,87,107)
Il colore #AB576B contiene principalmente il rosso. Per il #AB576B il colore web safe è #996666 (#966).
Il colore AB576B in RGB è definito come 171,87,107
RGB: (171,87,107) (67%,34%,42%)
R 171 da 255 = 67%
G 87 da 255 = 34%
B 107 da 255 = 42%
R + G + B ~ 48%. #AB576B colore medio (né scuro né chiaro).
R + G + B =
171 + 87 + 107 = 365 (100%)
R 171 da 365 ~ 46.85%
G 87 da 365 ~ 23.84%
B 107 da 365 ~ 29.32%
Il colore #AB576B in CMYK è definito come 0,49,37,33.
CMYK: (0,49,37,33) C0M49Y37K33 (0%,49%,37%,33%) (0.00/0.49/0.37/0.33)
AB | 57 | 6B | |
---|---|---|---|
RGB | 171 | 87 | 107 |
HSL | 346° | 33.33% | 50.59% |
HSB/HSV | 346° | 49.12% | 67.06% |
CMYK | 0.00% | 49.12% | 37.43% |
32.94% |
Esadicemale | AB | 57 | 6B |
Decimale | 171 | 87 | 107 |
Binario | 10101011 | 1010111 | 1101011 |
Ottale | 253 | 127 | 153 |
Esempi dei codici css e html per gli elementi di colore #AB576B. Utilizzate rgb(171,87,107) anche al posto del codice hex.
.myTextColor { color: #AB576B; }
<p style="color:#AB576B">This sample text font color is #AB576B.</p>
Il colore di questo testo è #AB576B.
.myBgColor { background-color: #AB576B; }
<div style="background-color:#AB576B">Inner text</div>
Questo div ha lo sfondo di colore #AB576B.
.myBorderColor { border: 1px solid #AB576B; }
<div style="border:3px solid #AB576B">Div</div>
Questo div ha i bordi di colore AB576B.
.myOpacity80 { color: #AB576B; opacity: 0.8; }
<p style="color:#AB576B;opacity:0.8;">80%</p>
Il testo di color #AB576B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB576B;}
<p style="text-shadow: 3px 3px 1px #AB576B">Text here.</p>
Questo testo ha l'ombra di colore #AB576B.
.textShadow {text-shadow: 3px 3px 1px #AB576B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB576B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #AB576B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB576B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB576B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB576B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB576B; -webkit-box-shadow: 1px 1px 3px 2px #AB576B; box-shadow: 1px 1px 3px 2px #AB576B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB576B; -webkit-box-shadow: 1px 1px 3px 2px #AB576B; box-shadow:1px 1px 3px 2px #AB576B;">
Div content here</div>
Questo e il testo di colore #AB576B sullo sfondo nero.
Questo e il testo di colore #AB576B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #AB576B.
Questo è un testo bianco sullo sfondo del colore #AB576B.