Shades of Zanah #AAC7AA
Tints of Zanah #AAC7AA
RGB
CMYK
RGB Variations
Color information
#AAC7AA (or 0xAAC7AA) is known color: Zanah. HEX triplet: AA, C7 and AA. RGB value is (170,199,170). Sum of RGB (Red+Green+Blue) = 170+199+170=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7AA is #553855. Grayscale: #BBBBBB. Windows color (decimal): -5584982 or 11192234. OLE color: 11192234.
HSL color Cylindrical-coordinate representation of color #AAC7AA: hue angle of 120º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC7AA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 170 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.22 |
| HSL | 120º | 0.21% | 0.72% | - |
| HSV(B) | 120º | 0.15% | 0.78% | - |
| XYZ | 44.26 | 52.3 | 45.79 | - |
| YUV | 187.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 170 | 0.15 | 0 | 0.15 | 0.22 | 120 | 0.21 | 0.72 |
| Hex | AA | C7 | AA | F | 0 | F | 16 | 78 | 15 | 48 |
| Octal | 252 | 307 | 252 | 17 | 0 | 17 | 26 | 170 | 25 | 110 |
| Binary | 10101010 | 11000111 | 10101010 | 1111 | 0 | 1111 | 10110 | 1111000 | 10101 | 1001000 |
Color Harmonies of #AAC7AA
Complementary color
Monochromatic Colors of #AAC7AA
Black with #AAC7AA
Text Example
Text Example
White with #AAC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7AA; }
p { color: rgb(170,199,170); }
H1.HeaderClassName
{
color: #AAC7AA;
}
.AnyTagClassName
{
color: #AAC7AA;
}
</style>
background-color css
<style>
a { background-color: #AAC7AA; }
a { background-color: rgb(170,199,170); }
div.DivClassName
{
background-color: #AAC7AA;
}
.BgClassName
{
background-color: #AAC7AA;
}
</style>
border-color css
<style>
span { border-color: #AAC7AA; }
span { border-color: rgb(170,199,170); }
td.TdClassName
{
border-color: #AAC7AA;
}
.TagClassName
{
border-color: #AAC7AA;
}
</style>