Shades of Zanah #ABC9A9
Tints of Zanah #ABC9A9
RGB
CMYK
RGB Variations
Color information
#ABC9A9 (or 0xABC9A9) is known color: Zanah. HEX triplet: AB, C9 and A9. RGB value is (171,201,169). Sum of RGB (Red+Green+Blue) = 171+201+169=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A9 is #543656. Grayscale: #BCBCBC. Windows color (decimal): -5518935 or 11127211. OLE color: 11127211.
HSL color Cylindrical-coordinate representation of color #ABC9A9: hue angle of 116.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC9A9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 169 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.21 |
| HSL | 116.25º | 0.23% | 0.73% | - |
| HSV(B) | 116.25º | 0.16% | 0.79% | - |
| XYZ | 44.84 | 53.3 | 45.46 | - |
| YUV | 188.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 169 | 0.15 | 0 | 0.16 | 0.21 | 116.25 | 0.23 | 0.73 |
| Hex | AB | C9 | A9 | F | 0 | 10 | 15 | 74 | 17 | 49 |
| Octal | 253 | 311 | 251 | 17 | 0 | 20 | 25 | 164 | 27 | 111 |
| Binary | 10101011 | 11001001 | 10101001 | 1111 | 0 | 10000 | 10101 | 1110100 | 10111 | 1001001 |
Color Harmonies of #ABC9A9
Complementary color
Monochromatic Colors of #ABC9A9
Black with #ABC9A9
Text Example
Text Example
White with #ABC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9A9; }
p { color: rgb(171,201,169); }
H1.HeaderClassName
{
color: #ABC9A9;
}
.AnyTagClassName
{
color: #ABC9A9;
}
</style>
background-color css
<style>
a { background-color: #ABC9A9; }
a { background-color: rgb(171,201,169); }
div.DivClassName
{
background-color: #ABC9A9;
}
.BgClassName
{
background-color: #ABC9A9;
}
</style>
border-color css
<style>
span { border-color: #ABC9A9; }
span { border-color: rgb(171,201,169); }
td.TdClassName
{
border-color: #ABC9A9;
}
.TagClassName
{
border-color: #ABC9A9;
}
</style>