Shades of Zanah #AAC3AA
Tints of Zanah #AAC3AA
RGB
CMYK
RGB Variations
Color information
#AAC3AA (or 0xAAC3AA) is known color: Zanah. HEX triplet: AA, C3 and AA. RGB value is (170,195,170). Sum of RGB (Red+Green+Blue) = 170+195+170=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3AA is #553C55. Grayscale: #B8B8B8. Windows color (decimal): -5586006 or 11191210. OLE color: 11191210.
HSL color Cylindrical-coordinate representation of color #AAC3AA: hue angle of 120º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC3AA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 170 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.24 |
| HSL | 120º | 0.17% | 0.72% | - |
| HSV(B) | 120º | 0.13% | 0.76% | - |
| XYZ | 43.35 | 50.48 | 45.49 | - |
| YUV | 184.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 170 | 0.13 | 0 | 0.13 | 0.24 | 120 | 0.17 | 0.72 |
| Hex | AA | C3 | AA | D | 0 | D | 18 | 78 | 11 | 48 |
| Octal | 252 | 303 | 252 | 15 | 0 | 15 | 30 | 170 | 21 | 110 |
| Binary | 10101010 | 11000011 | 10101010 | 1101 | 0 | 1101 | 11000 | 1111000 | 10001 | 1001000 |
Color Harmonies of #AAC3AA
Complementary color
Monochromatic Colors of #AAC3AA
Black with #AAC3AA
Text Example
Text Example
White with #AAC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3AA; }
p { color: rgb(170,195,170); }
H1.HeaderClassName
{
color: #AAC3AA;
}
.AnyTagClassName
{
color: #AAC3AA;
}
</style>
background-color css
<style>
a { background-color: #AAC3AA; }
a { background-color: rgb(170,195,170); }
div.DivClassName
{
background-color: #AAC3AA;
}
.BgClassName
{
background-color: #AAC3AA;
}
</style>
border-color css
<style>
span { border-color: #AAC3AA; }
span { border-color: rgb(170,195,170); }
td.TdClassName
{
border-color: #AAC3AA;
}
.TagClassName
{
border-color: #AAC3AA;
}
</style>