Shades of Zanah #AAC4A8
Tints of Zanah #AAC4A8
RGB
CMYK
RGB Variations
Color information
#AAC4A8 (or 0xAAC4A8) is known color: Zanah. HEX triplet: AA, C4 and A8. RGB value is (170,196,168). Sum of RGB (Red+Green+Blue) = 170+196+168=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC4A8 is #553B57. Grayscale: #B9B9B9. Windows color (decimal): -5585752 or 11060394. OLE color: 11060394.
HSL color Cylindrical-coordinate representation of color #AAC4A8: hue angle of 115.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC4A8 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 168 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.23 |
| HSL | 115.71º | 0.19% | 0.71% | - |
| HSV(B) | 115.71º | 0.14% | 0.77% | - |
| XYZ | 43.39 | 50.85 | 44.57 | - |
| YUV | 185.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 168 | 0.13 | 0 | 0.14 | 0.23 | 115.71 | 0.19 | 0.71 |
| Hex | AA | C4 | A8 | D | 0 | E | 17 | 74 | 13 | 47 |
| Octal | 252 | 304 | 250 | 15 | 0 | 16 | 27 | 164 | 23 | 107 |
| Binary | 10101010 | 11000100 | 10101000 | 1101 | 0 | 1110 | 10111 | 1110100 | 10011 | 1000111 |
Color Harmonies of #AAC4A8
Complementary color
Monochromatic Colors of #AAC4A8
Black with #AAC4A8
Text Example
Text Example
White with #AAC4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4A8; }
p { color: rgb(170,196,168); }
H1.HeaderClassName
{
color: #AAC4A8;
}
.AnyTagClassName
{
color: #AAC4A8;
}
</style>
background-color css
<style>
a { background-color: #AAC4A8; }
a { background-color: rgb(170,196,168); }
div.DivClassName
{
background-color: #AAC4A8;
}
.BgClassName
{
background-color: #AAC4A8;
}
</style>
border-color css
<style>
span { border-color: #AAC4A8; }
span { border-color: rgb(170,196,168); }
td.TdClassName
{
border-color: #AAC4A8;
}
.TagClassName
{
border-color: #AAC4A8;
}
</style>