Shades of Zanah #AAC9A7
Tints of Zanah #AAC9A7
RGB
CMYK
RGB Variations
Color information
#AAC9A7 (or 0xAAC9A7) is known color: Zanah. HEX triplet: AA, C9 and A7. RGB value is (170,201,167). Sum of RGB (Red+Green+Blue) = 170+201+167=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC9A7 is #553658. Grayscale: #BBBBBB. Windows color (decimal): -5584473 or 10996138. OLE color: 10996138.
HSL color Cylindrical-coordinate representation of color #AAC9A7: hue angle of 114.71º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC9A7 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 167 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.21 |
| HSL | 114.71º | 0.24% | 0.72% | - |
| HSV(B) | 114.71º | 0.17% | 0.79% | - |
| XYZ | 44.44 | 53.11 | 44.47 | - |
| YUV | 187.86 | 116.23 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 167 | 0.15 | 0 | 0.17 | 0.21 | 114.71 | 0.24 | 0.72 |
| Hex | AA | C9 | A7 | F | 0 | 11 | 15 | 73 | 18 | 48 |
| Octal | 252 | 311 | 247 | 17 | 0 | 21 | 25 | 163 | 30 | 110 |
| Binary | 10101010 | 11001001 | 10100111 | 1111 | 0 | 10001 | 10101 | 1110011 | 11000 | 1001000 |
Color Harmonies of #AAC9A7
Complementary color
Monochromatic Colors of #AAC9A7
Black with #AAC9A7
Text Example
Text Example
White with #AAC9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC9A7; }
p { color: rgb(170,201,167); }
H1.HeaderClassName
{
color: #AAC9A7;
}
.AnyTagClassName
{
color: #AAC9A7;
}
</style>
background-color css
<style>
a { background-color: #AAC9A7; }
a { background-color: rgb(170,201,167); }
div.DivClassName
{
background-color: #AAC9A7;
}
.BgClassName
{
background-color: #AAC9A7;
}
</style>
border-color css
<style>
span { border-color: #AAC9A7; }
span { border-color: rgb(170,201,167); }
td.TdClassName
{
border-color: #AAC9A7;
}
.TagClassName
{
border-color: #AAC9A7;
}
</style>