Shades of Zanah #ABCEA7
Tints of Zanah #ABCEA7
RGB
CMYK
RGB Variations
Color information
#ABCEA7 (or 0xABCEA7) is known color: Zanah. HEX triplet: AB, CE and A7. RGB value is (171,206,167). Sum of RGB (Red+Green+Blue) = 171+206+167=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCEA7 is #543158. Grayscale: #BFBFBF. Windows color (decimal): -5517657 or 10997419. OLE color: 10997419.
HSL color Cylindrical-coordinate representation of color #ABCEA7: hue angle of 113.85º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABCEA7 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 167 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.19 |
| HSL | 113.85º | 0.28% | 0.73% | - |
| HSV(B) | 113.85º | 0.19% | 0.81% | - |
| XYZ | 45.84 | 55.59 | 44.87 | - |
| YUV | 191.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 167 | 0.17 | 0 | 0.19 | 0.19 | 113.85 | 0.28 | 0.73 |
| Hex | AB | CE | A7 | 11 | 0 | 13 | 13 | 72 | 1C | 49 |
| Octal | 253 | 316 | 247 | 21 | 0 | 23 | 23 | 162 | 34 | 111 |
| Binary | 10101011 | 11001110 | 10100111 | 10001 | 0 | 10011 | 10011 | 1110010 | 11100 | 1001001 |
Color Harmonies of #ABCEA7
Complementary color
Monochromatic Colors of #ABCEA7
Black with #ABCEA7
Text Example
Text Example
White with #ABCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEA7; }
p { color: rgb(171,206,167); }
H1.HeaderClassName
{
color: #ABCEA7;
}
.AnyTagClassName
{
color: #ABCEA7;
}
</style>
background-color css
<style>
a { background-color: #ABCEA7; }
a { background-color: rgb(171,206,167); }
div.DivClassName
{
background-color: #ABCEA7;
}
.BgClassName
{
background-color: #ABCEA7;
}
</style>
border-color css
<style>
span { border-color: #ABCEA7; }
span { border-color: rgb(171,206,167); }
td.TdClassName
{
border-color: #ABCEA7;
}
.TagClassName
{
border-color: #ABCEA7;
}
</style>