Shades of Zanah #AAC0AA
Tints of Zanah #AAC0AA
RGB
CMYK
RGB Variations
Color information
#AAC0AA (or 0xAAC0AA) is known color: Zanah. HEX triplet: AA, C0 and AA. RGB value is (170,192,170). Sum of RGB (Red+Green+Blue) = 170+192+170=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0AA is #553F55. Grayscale: #B6B6B6. Windows color (decimal): -5586774 or 11190442. OLE color: 11190442.
HSL color Cylindrical-coordinate representation of color #AAC0AA: hue angle of 120º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0AA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 170 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.25 |
| HSL | 120º | 0.15% | 0.71% | - |
| HSV(B) | 120º | 0.11% | 0.75% | - |
| XYZ | 42.68 | 49.15 | 45.27 | - |
| YUV | 182.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 170 | 0.11 | 0 | 0.11 | 0.25 | 120 | 0.15 | 0.71 |
| Hex | AA | C0 | AA | B | 0 | B | 19 | 78 | F | 47 |
| Octal | 252 | 300 | 252 | 13 | 0 | 13 | 31 | 170 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10101010 | 1011 | 0 | 1011 | 11001 | 1111000 | 1111 | 1000111 |
Color Harmonies of #AAC0AA
Complementary color
Monochromatic Colors of #AAC0AA
Black with #AAC0AA
Text Example
Text Example
White with #AAC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0AA; }
p { color: rgb(170,192,170); }
H1.HeaderClassName
{
color: #AAC0AA;
}
.AnyTagClassName
{
color: #AAC0AA;
}
</style>
background-color css
<style>
a { background-color: #AAC0AA; }
a { background-color: rgb(170,192,170); }
div.DivClassName
{
background-color: #AAC0AA;
}
.BgClassName
{
background-color: #AAC0AA;
}
</style>
border-color css
<style>
span { border-color: #AAC0AA; }
span { border-color: rgb(170,192,170); }
td.TdClassName
{
border-color: #AAC0AA;
}
.TagClassName
{
border-color: #AAC0AA;
}
</style>