Shades of Zanah #AAC0A9
Tints of Zanah #AAC0A9
RGB
CMYK
RGB Variations
Color information
#AAC0A9 (or 0xAAC0A9) is known color: Zanah. HEX triplet: AA, C0 and A9. RGB value is (170,192,169). Sum of RGB (Red+Green+Blue) = 170+192+169=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0A9 is #553F56. Grayscale: #B6B6B6. Windows color (decimal): -5586775 or 11124906. OLE color: 11124906.
HSL color Cylindrical-coordinate representation of color #AAC0A9: hue angle of 117.39º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC0A9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 169 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.25 |
| HSL | 117.39º | 0.15% | 0.71% | - |
| HSV(B) | 117.39º | 0.12% | 0.75% | - |
| XYZ | 42.59 | 49.11 | 44.77 | - |
| YUV | 182.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 169 | 0.11 | 0 | 0.12 | 0.25 | 117.39 | 0.15 | 0.71 |
| Hex | AA | C0 | A9 | B | 0 | C | 19 | 75 | F | 47 |
| Octal | 252 | 300 | 251 | 13 | 0 | 14 | 31 | 165 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10101001 | 1011 | 0 | 1100 | 11001 | 1110101 | 1111 | 1000111 |
Color Harmonies of #AAC0A9
Complementary color
Monochromatic Colors of #AAC0A9
Black with #AAC0A9
Text Example
Text Example
White with #AAC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0A9; }
p { color: rgb(170,192,169); }
H1.HeaderClassName
{
color: #AAC0A9;
}
.AnyTagClassName
{
color: #AAC0A9;
}
</style>
background-color css
<style>
a { background-color: #AAC0A9; }
a { background-color: rgb(170,192,169); }
div.DivClassName
{
background-color: #AAC0A9;
}
.BgClassName
{
background-color: #AAC0A9;
}
</style>
border-color css
<style>
span { border-color: #AAC0A9; }
span { border-color: rgb(170,192,169); }
td.TdClassName
{
border-color: #AAC0A9;
}
.TagClassName
{
border-color: #AAC0A9;
}
</style>