Shades of Zanah #ABC2A9
Tints of Zanah #ABC2A9
RGB
CMYK
RGB Variations
Color information
#ABC2A9 (or 0xABC2A9) is known color: Zanah. HEX triplet: AB, C2 and A9. RGB value is (171,194,169). Sum of RGB (Red+Green+Blue) = 171+194+169=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2A9 is #543D56. Grayscale: #B8B8B8. Windows color (decimal): -5520727 or 11125419. OLE color: 11125419.
HSL color Cylindrical-coordinate representation of color #ABC2A9: hue angle of 115.2º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC2A9 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 169 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.24 |
| HSL | 115.2º | 0.17% | 0.71% | - |
| HSV(B) | 115.2º | 0.13% | 0.76% | - |
| XYZ | 43.25 | 50.11 | 44.93 | - |
| YUV | 184.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 169 | 0.12 | 0 | 0.13 | 0.24 | 115.2 | 0.17 | 0.71 |
| Hex | AB | C2 | A9 | C | 0 | D | 18 | 73 | 11 | 47 |
| Octal | 253 | 302 | 251 | 14 | 0 | 15 | 30 | 163 | 21 | 107 |
| Binary | 10101011 | 11000010 | 10101001 | 1100 | 0 | 1101 | 11000 | 1110011 | 10001 | 1000111 |
Color Harmonies of #ABC2A9
Complementary color
Monochromatic Colors of #ABC2A9
Black with #ABC2A9
Text Example
Text Example
White with #ABC2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2A9; }
p { color: rgb(171,194,169); }
H1.HeaderClassName
{
color: #ABC2A9;
}
.AnyTagClassName
{
color: #ABC2A9;
}
</style>
background-color css
<style>
a { background-color: #ABC2A9; }
a { background-color: rgb(171,194,169); }
div.DivClassName
{
background-color: #ABC2A9;
}
.BgClassName
{
background-color: #ABC2A9;
}
</style>
border-color css
<style>
span { border-color: #ABC2A9; }
span { border-color: rgb(171,194,169); }
td.TdClassName
{
border-color: #ABC2A9;
}
.TagClassName
{
border-color: #ABC2A9;
}
</style>