Shades of Zanah #AAC2AA
Tints of Zanah #AAC2AA
RGB
CMYK
RGB Variations
Color information
#AAC2AA (or 0xAAC2AA) is known color: Zanah. HEX triplet: AA, C2 and AA. RGB value is (170,194,170). Sum of RGB (Red+Green+Blue) = 170+194+170=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC2AA is #553D55. Grayscale: #B8B8B8. Windows color (decimal): -5586262 or 11190954. OLE color: 11190954.
HSL color Cylindrical-coordinate representation of color #AAC2AA: hue angle of 120º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC2AA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 170 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.24 |
| HSL | 120º | 0.16% | 0.71% | - |
| HSV(B) | 120º | 0.12% | 0.76% | - |
| XYZ | 43.13 | 50.03 | 45.41 | - |
| YUV | 184.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 170 | 0.12 | 0 | 0.12 | 0.24 | 120 | 0.16 | 0.71 |
| Hex | AA | C2 | AA | C | 0 | C | 18 | 78 | 10 | 47 |
| Octal | 252 | 302 | 252 | 14 | 0 | 14 | 30 | 170 | 20 | 107 |
| Binary | 10101010 | 11000010 | 10101010 | 1100 | 0 | 1100 | 11000 | 1111000 | 10000 | 1000111 |
Color Harmonies of #AAC2AA
Complementary color
Monochromatic Colors of #AAC2AA
Black with #AAC2AA
Text Example
Text Example
White with #AAC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2AA; }
p { color: rgb(170,194,170); }
H1.HeaderClassName
{
color: #AAC2AA;
}
.AnyTagClassName
{
color: #AAC2AA;
}
</style>
background-color css
<style>
a { background-color: #AAC2AA; }
a { background-color: rgb(170,194,170); }
div.DivClassName
{
background-color: #AAC2AA;
}
.BgClassName
{
background-color: #AAC2AA;
}
</style>
border-color css
<style>
span { border-color: #AAC2AA; }
span { border-color: rgb(170,194,170); }
td.TdClassName
{
border-color: #AAC2AA;
}
.TagClassName
{
border-color: #AAC2AA;
}
</style>