Shades of Zanah #AAC1AA
Tints of Zanah #AAC1AA
RGB
CMYK
RGB Variations
Color information
#AAC1AA (or 0xAAC1AA) is known color: Zanah. HEX triplet: AA, C1 and AA. RGB value is (170,193,170). Sum of RGB (Red+Green+Blue) = 170+193+170=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC1AA is #553E55. Grayscale: #B7B7B7. Windows color (decimal): -5586518 or 11190698. OLE color: 11190698.
HSL color Cylindrical-coordinate representation of color #AAC1AA: 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 #AAC1AA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 170 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.24 |
| HSL | 120º | 0.16% | 0.71% | - |
| HSV(B) | 120º | 0.12% | 0.76% | - |
| XYZ | 42.9 | 49.59 | 45.34 | - |
| YUV | 183.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 170 | 0.12 | 0 | 0.12 | 0.24 | 120 | 0.16 | 0.71 |
| Hex | AA | C1 | AA | C | 0 | C | 18 | 78 | 10 | 47 |
| Octal | 252 | 301 | 252 | 14 | 0 | 14 | 30 | 170 | 20 | 107 |
| Binary | 10101010 | 11000001 | 10101010 | 1100 | 0 | 1100 | 11000 | 1111000 | 10000 | 1000111 |
Color Harmonies of #AAC1AA
Complementary color
Monochromatic Colors of #AAC1AA
Black with #AAC1AA
Text Example
Text Example
White with #AAC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1AA; }
p { color: rgb(170,193,170); }
H1.HeaderClassName
{
color: #AAC1AA;
}
.AnyTagClassName
{
color: #AAC1AA;
}
</style>
background-color css
<style>
a { background-color: #AAC1AA; }
a { background-color: rgb(170,193,170); }
div.DivClassName
{
background-color: #AAC1AA;
}
.BgClassName
{
background-color: #AAC1AA;
}
</style>
border-color css
<style>
span { border-color: #AAC1AA; }
span { border-color: rgb(170,193,170); }
td.TdClassName
{
border-color: #AAC1AA;
}
.TagClassName
{
border-color: #AAC1AA;
}
</style>