Shades of Zanah #AAC3AB
Tints of Zanah #AAC3AB
RGB
CMYK
RGB Variations
Color information
#AAC3AB (or 0xAAC3AB) is known color: Zanah. HEX triplet: AA, C3 and AB. RGB value is (170,195,171). Sum of RGB (Red+Green+Blue) = 170+195+171=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3AB is #553C54. Grayscale: #B8B8B8. Windows color (decimal): -5586005 or 11256746. OLE color: 11256746.
HSL color Cylindrical-coordinate representation of color #AAC3AB: hue angle of 122.4º 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 #AAC3AB is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 171 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.24 |
| HSL | 122.4º | 0.17% | 0.72% | - |
| HSV(B) | 122.4º | 0.13% | 0.76% | - |
| XYZ | 43.44 | 50.52 | 45.99 | - |
| YUV | 184.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 171 | 0.13 | 0 | 0.12 | 0.24 | 122.4 | 0.17 | 0.72 |
| Hex | AA | C3 | AB | D | 0 | C | 18 | 7A | 11 | 48 |
| Octal | 252 | 303 | 253 | 15 | 0 | 14 | 30 | 172 | 21 | 110 |
| Binary | 10101010 | 11000011 | 10101011 | 1101 | 0 | 1100 | 11000 | 1111010 | 10001 | 1001000 |
Color Harmonies of #AAC3AB
Complementary color
Monochromatic Colors of #AAC3AB
Black with #AAC3AB
Text Example
Text Example
White with #AAC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3AB; }
p { color: rgb(170,195,171); }
H1.HeaderClassName
{
color: #AAC3AB;
}
.AnyTagClassName
{
color: #AAC3AB;
}
</style>
background-color css
<style>
a { background-color: #AAC3AB; }
a { background-color: rgb(170,195,171); }
div.DivClassName
{
background-color: #AAC3AB;
}
.BgClassName
{
background-color: #AAC3AB;
}
</style>
border-color css
<style>
span { border-color: #AAC3AB; }
span { border-color: rgb(170,195,171); }
td.TdClassName
{
border-color: #AAC3AB;
}
.TagClassName
{
border-color: #AAC3AB;
}
</style>