Shades of Zanah #ABCAAB
Tints of Zanah #ABCAAB
RGB
CMYK
RGB Variations
Color information
#ABCAAB (or 0xABCAAB) is known color: Zanah. HEX triplet: AB, CA and AB. RGB value is (171,202,171). Sum of RGB (Red+Green+Blue) = 171+202+171=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAAB is #543554. Grayscale: #BDBDBD. Windows color (decimal): -5518677 or 11258539. OLE color: 11258539.
HSL color Cylindrical-coordinate representation of color #ABCAAB: hue angle of 120º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAAB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 171 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.21 |
| HSL | 120º | 0.23% | 0.73% | - |
| HSV(B) | 120º | 0.15% | 0.79% | - |
| XYZ | 45.27 | 53.84 | 46.53 | - |
| YUV | 189.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 171 | 0.15 | 0 | 0.15 | 0.21 | 120 | 0.23 | 0.73 |
| Hex | AB | CA | AB | F | 0 | F | 15 | 78 | 17 | 49 |
| Octal | 253 | 312 | 253 | 17 | 0 | 17 | 25 | 170 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10101011 | 1111 | 0 | 1111 | 10101 | 1111000 | 10111 | 1001001 |
Color Harmonies of #ABCAAB
Complementary color
Monochromatic Colors of #ABCAAB
Black with #ABCAAB
Text Example
Text Example
White with #ABCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAAB; }
p { color: rgb(171,202,171); }
H1.HeaderClassName
{
color: #ABCAAB;
}
.AnyTagClassName
{
color: #ABCAAB;
}
</style>
background-color css
<style>
a { background-color: #ABCAAB; }
a { background-color: rgb(171,202,171); }
div.DivClassName
{
background-color: #ABCAAB;
}
.BgClassName
{
background-color: #ABCAAB;
}
</style>
border-color css
<style>
span { border-color: #ABCAAB; }
span { border-color: rgb(171,202,171); }
td.TdClassName
{
border-color: #ABCAAB;
}
.TagClassName
{
border-color: #ABCAAB;
}
</style>