Shades of Zanah #AAC9A8
Tints of Zanah #AAC9A8
RGB
CMYK
RGB Variations
Color information
#AAC9A8 (or 0xAAC9A8) is known color: Zanah. HEX triplet: AA, C9 and A8. RGB value is (170,201,168). Sum of RGB (Red+Green+Blue) = 170+201+168=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC9A8 is #553657. Grayscale: #BCBCBC. Windows color (decimal): -5584472 or 11061674. OLE color: 11061674.
HSL color Cylindrical-coordinate representation of color #AAC9A8: hue angle of 116.36º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC9A8 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
RGB | 170 | 201 | 168 | - |
CMYK | 0.15 | 0 | 0.16 | 0.21 |
HSL | 116.36º | 0.23% | 0.72% | - |
HSV(B) | 116.36º | 0.16% | 0.79% | - |
XYZ | 44.53 | 53.15 | 44.96 | - |
YUV | 187.97 | 116.73 | 115.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 201 | 168 | 0.15 | 0 | 0.16 | 0.21 | 116.36 | 0.23 | 0.72 |
Hex | AA | C9 | A8 | F | 0 | 10 | 15 | 74 | 17 | 48 |
Octal | 252 | 311 | 250 | 17 | 0 | 20 | 25 | 164 | 27 | 110 |
Binary | 10101010 | 11001001 | 10101000 | 1111 | 0 | 10000 | 10101 | 1110100 | 10111 | 1001000 |
Color Harmonies of #AAC9A8
Complementary color
Monochromatic Colors of #AAC9A8
Black with #AAC9A8
Text Example
Text Example
White with #AAC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9A8; }
p { color: rgb(170,201,168); }
H1.HeaderClassName
{
color: #AAC9A8;
}
.AnyTagClassName
{
color: #AAC9A8;
}
</style>
background-color css
<style>
a { background-color: #AAC9A8; }
a { background-color: rgb(170,201,168); }
div.DivClassName
{
background-color: #AAC9A8;
}
.BgClassName
{
background-color: #AAC9A8;
}
</style>
border-color css
<style>
span { border-color: #AAC9A8; }
span { border-color: rgb(170,201,168); }
td.TdClassName
{
border-color: #AAC9A8;
}
.TagClassName
{
border-color: #AAC9A8;
}
</style>