Shades of Zanah #ABCAAA
Tints of Zanah #ABCAAA
RGB
CMYK
RGB Variations
Color information
#ABCAAA (or 0xABCAAA) is known color: Zanah. HEX triplet: AB, CA and AA. RGB value is (171,202,170). Sum of RGB (Red+Green+Blue) = 171+202+170=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAAA is #543555. Grayscale: #BDBDBD. Windows color (decimal): -5518678 or 11193003. OLE color: 11193003.
HSL color Cylindrical-coordinate representation of color #ABCAAA: hue angle of 118.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCAAA is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 170 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.21 |
| HSL | 118.13º | 0.23% | 0.73% | - |
| HSV(B) | 118.13º | 0.16% | 0.79% | - |
| XYZ | 45.17 | 53.8 | 46.03 | - |
| YUV | 189.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 170 | 0.15 | 0 | 0.16 | 0.21 | 118.13 | 0.23 | 0.73 |
| Hex | AB | CA | AA | F | 0 | 10 | 15 | 76 | 17 | 49 |
| Octal | 253 | 312 | 252 | 17 | 0 | 20 | 25 | 166 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10101010 | 1111 | 0 | 10000 | 10101 | 1110110 | 10111 | 1001001 |
Color Harmonies of #ABCAAA
Complementary color
Monochromatic Colors of #ABCAAA
Black with #ABCAAA
Text Example
Text Example
White with #ABCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAAA; }
p { color: rgb(171,202,170); }
H1.HeaderClassName
{
color: #ABCAAA;
}
.AnyTagClassName
{
color: #ABCAAA;
}
</style>
background-color css
<style>
a { background-color: #ABCAAA; }
a { background-color: rgb(171,202,170); }
div.DivClassName
{
background-color: #ABCAAA;
}
.BgClassName
{
background-color: #ABCAAA;
}
</style>
border-color css
<style>
span { border-color: #ABCAAA; }
span { border-color: rgb(171,202,170); }
td.TdClassName
{
border-color: #ABCAAA;
}
.TagClassName
{
border-color: #ABCAAA;
}
</style>