Shades of Zanah #AACBAA
Tints of Zanah #AACBAA
RGB
CMYK
RGB Variations
Color information
#AACBAA (or 0xAACBAA) is known color: Zanah. HEX triplet: AA, CB and AA. RGB value is (170,203,170). Sum of RGB (Red+Green+Blue) = 170+203+170=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBAA is #553455. Grayscale: #BDBDBD. Windows color (decimal): -5583958 or 11193258. OLE color: 11193258.
HSL color Cylindrical-coordinate representation of color #AACBAA: hue angle of 120º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBAA is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 170 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.20 |
| HSL | 120º | 0.24% | 0.73% | - |
| HSV(B) | 120º | 0.16% | 0.8% | - |
| XYZ | 45.19 | 54.16 | 46.1 | - |
| YUV | 189.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 170 | 0.16 | 0 | 0.16 | 0.20 | 120 | 0.24 | 0.73 |
| Hex | AA | CB | AA | 10 | 0 | 10 | 14 | 78 | 18 | 49 |
| Octal | 252 | 313 | 252 | 20 | 0 | 20 | 24 | 170 | 30 | 111 |
| Binary | 10101010 | 11001011 | 10101010 | 10000 | 0 | 10000 | 10100 | 1111000 | 11000 | 1001001 |
Color Harmonies of #AACBAA
Complementary color
Monochromatic Colors of #AACBAA
Black with #AACBAA
Text Example
Text Example
White with #AACBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBAA; }
p { color: rgb(170,203,170); }
H1.HeaderClassName
{
color: #AACBAA;
}
.AnyTagClassName
{
color: #AACBAA;
}
</style>
background-color css
<style>
a { background-color: #AACBAA; }
a { background-color: rgb(170,203,170); }
div.DivClassName
{
background-color: #AACBAA;
}
.BgClassName
{
background-color: #AACBAA;
}
</style>
border-color css
<style>
span { border-color: #AACBAA; }
span { border-color: rgb(170,203,170); }
td.TdClassName
{
border-color: #AACBAA;
}
.TagClassName
{
border-color: #AACBAA;
}
</style>