Shades of Zanah #A9C2AA
Tints of Zanah #A9C2AA
RGB
CMYK
RGB Variations
Color information
#A9C2AA (or 0xA9C2AA) is known color: Zanah. HEX triplet: A9, C2 and AA. RGB value is (169,194,170). Sum of RGB (Red+Green+Blue) = 169+194+170=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C2AA is #563D55. Grayscale: #B7B7B7. Windows color (decimal): -5651798 or 11190953. OLE color: 11190953.
HSL color Cylindrical-coordinate representation of color #A9C2AA: hue angle of 122.4º 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 #A9C2AA is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 194 | 170 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.24 |
| HSL | 122.4º | 0.17% | 0.71% | - |
| HSV(B) | 122.4º | 0.13% | 0.76% | - |
| XYZ | 42.91 | 49.92 | 45.4 | - |
| YUV | 183.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 170 | 0.13 | 0 | 0.12 | 0.24 | 122.4 | 0.17 | 0.71 |
| Hex | A9 | C2 | AA | D | 0 | C | 18 | 7A | 11 | 47 |
| Octal | 251 | 302 | 252 | 15 | 0 | 14 | 30 | 172 | 21 | 107 |
| Binary | 10101001 | 11000010 | 10101010 | 1101 | 0 | 1100 | 11000 | 1111010 | 10001 | 1000111 |
Color Harmonies of #A9C2AA
Complementary color
Monochromatic Colors of #A9C2AA
Black with #A9C2AA
Text Example
Text Example
White with #A9C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C2AA; }
p { color: rgb(169,194,170); }
H1.HeaderClassName
{
color: #A9C2AA;
}
.AnyTagClassName
{
color: #A9C2AA;
}
</style>
background-color css
<style>
a { background-color: #A9C2AA; }
a { background-color: rgb(169,194,170); }
div.DivClassName
{
background-color: #A9C2AA;
}
.BgClassName
{
background-color: #A9C2AA;
}
</style>
border-color css
<style>
span { border-color: #A9C2AA; }
span { border-color: rgb(169,194,170); }
td.TdClassName
{
border-color: #A9C2AA;
}
.TagClassName
{
border-color: #A9C2AA;
}
</style>