Shades of Zanah #A9CCAA
Tints of Zanah #A9CCAA
RGB
CMYK
RGB Variations
Color information
#A9CCAA (or 0xA9CCAA) is known color: Zanah. HEX triplet: A9, CC and AA. RGB value is (169,204,170). Sum of RGB (Red+Green+Blue) = 169+204+170=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CCAA is #563355. Grayscale: #BDBDBD. Windows color (decimal): -5649238 or 11193513. OLE color: 11193513.
HSL color Cylindrical-coordinate representation of color #A9CCAA: hue angle of 121.71º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CCAA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 204 | 170 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.2 |
| HSL | 121.71º | 0.26% | 0.73% | - |
| HSV(B) | 121.71º | 0.17% | 0.8% | - |
| XYZ | 45.21 | 54.52 | 46.17 | - |
| YUV | 189.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 204 | 170 | 0.17 | 0 | 0.17 | 0.2 | 121.71 | 0.26 | 0.73 |
| Hex | A9 | CC | AA | 11 | 0 | 11 | 14 | 7A | 1A | 49 |
| Octal | 251 | 314 | 252 | 21 | 0 | 21 | 24 | 172 | 32 | 111 |
| Binary | 10101001 | 11001100 | 10101010 | 10001 | 0 | 10001 | 10100 | 1111010 | 11010 | 1001001 |
Color Harmonies of #A9CCAA
Complementary color
Monochromatic Colors of #A9CCAA
Black with #A9CCAA
Text Example
Text Example
White with #A9CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CCAA; }
p { color: rgb(169,204,170); }
H1.HeaderClassName
{
color: #A9CCAA;
}
.AnyTagClassName
{
color: #A9CCAA;
}
</style>
background-color css
<style>
a { background-color: #A9CCAA; }
a { background-color: rgb(169,204,170); }
div.DivClassName
{
background-color: #A9CCAA;
}
.BgClassName
{
background-color: #A9CCAA;
}
</style>
border-color css
<style>
span { border-color: #A9CCAA; }
span { border-color: rgb(169,204,170); }
td.TdClassName
{
border-color: #A9CCAA;
}
.TagClassName
{
border-color: #A9CCAA;
}
</style>