Shades of Zanah #AAC4AB
Tints of Zanah #AAC4AB
RGB
CMYK
RGB Variations
Color information
#AAC4AB (or 0xAAC4AB) is known color: Zanah. HEX triplet: AA, C4 and AB. RGB value is (170,196,171). Sum of RGB (Red+Green+Blue) = 170+196+171=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC4AB is #553B54. Grayscale: #B9B9B9. Windows color (decimal): -5585749 or 11257002. OLE color: 11257002.
HSL color Cylindrical-coordinate representation of color #AAC4AB: hue angle of 122.31º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC4AB is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 171 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.23 |
| HSL | 122.31º | 0.18% | 0.72% | - |
| HSV(B) | 122.31º | 0.13% | 0.77% | - |
| XYZ | 43.67 | 50.97 | 46.06 | - |
| YUV | 185.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 171 | 0.13 | 0 | 0.13 | 0.23 | 122.31 | 0.18 | 0.72 |
| Hex | AA | C4 | AB | D | 0 | D | 17 | 7A | 12 | 48 |
| Octal | 252 | 304 | 253 | 15 | 0 | 15 | 27 | 172 | 22 | 110 |
| Binary | 10101010 | 11000100 | 10101011 | 1101 | 0 | 1101 | 10111 | 1111010 | 10010 | 1001000 |
Color Harmonies of #AAC4AB
Complementary color
Monochromatic Colors of #AAC4AB
Black with #AAC4AB
Text Example
Text Example
White with #AAC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4AB; }
p { color: rgb(170,196,171); }
H1.HeaderClassName
{
color: #AAC4AB;
}
.AnyTagClassName
{
color: #AAC4AB;
}
</style>
background-color css
<style>
a { background-color: #AAC4AB; }
a { background-color: rgb(170,196,171); }
div.DivClassName
{
background-color: #AAC4AB;
}
.BgClassName
{
background-color: #AAC4AB;
}
</style>
border-color css
<style>
span { border-color: #AAC4AB; }
span { border-color: rgb(170,196,171); }
td.TdClassName
{
border-color: #AAC4AB;
}
.TagClassName
{
border-color: #AAC4AB;
}
</style>