Shades of Zanah #AAC0AB
Tints of Zanah #AAC0AB
RGB
CMYK
RGB Variations
Color information
#AAC0AB (or 0xAAC0AB) is known color: Zanah. HEX triplet: AA, C0 and AB. RGB value is (170,192,171). Sum of RGB (Red+Green+Blue) = 170+192+171=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0AB is #553F54. Grayscale: #B7B7B7. Windows color (decimal): -5586773 or 11255978. OLE color: 11255978.
HSL color Cylindrical-coordinate representation of color #AAC0AB: hue angle of 122.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAC0AB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 171 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.25 |
| HSL | 122.73º | 0.15% | 0.71% | - |
| HSV(B) | 122.73º | 0.11% | 0.75% | - |
| XYZ | 42.78 | 49.19 | 45.77 | - |
| YUV | 183.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 171 | 0.11 | 0 | 0.11 | 0.25 | 122.73 | 0.15 | 0.71 |
| Hex | AA | C0 | AB | B | 0 | B | 19 | 7B | F | 47 |
| Octal | 252 | 300 | 253 | 13 | 0 | 13 | 31 | 173 | 17 | 107 |
| Binary | 10101010 | 11000000 | 10101011 | 1011 | 0 | 1011 | 11001 | 1111011 | 1111 | 1000111 |
Color Harmonies of #AAC0AB
Complementary color
Monochromatic Colors of #AAC0AB
Black with #AAC0AB
Text Example
Text Example
White with #AAC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0AB; }
p { color: rgb(170,192,171); }
H1.HeaderClassName
{
color: #AAC0AB;
}
.AnyTagClassName
{
color: #AAC0AB;
}
</style>
background-color css
<style>
a { background-color: #AAC0AB; }
a { background-color: rgb(170,192,171); }
div.DivClassName
{
background-color: #AAC0AB;
}
.BgClassName
{
background-color: #AAC0AB;
}
</style>
border-color css
<style>
span { border-color: #AAC0AB; }
span { border-color: rgb(170,192,171); }
td.TdClassName
{
border-color: #AAC0AB;
}
.TagClassName
{
border-color: #AAC0AB;
}
</style>