Shades of Zanah #ABCCA8
Tints of Zanah #ABCCA8
RGB
CMYK
RGB Variations
Color information
#ABCCA8 (or 0xABCCA8) is known color: Zanah. HEX triplet: AB, CC and A8. RGB value is (171,204,168). Sum of RGB (Red+Green+Blue) = 171+204+168=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCA8 is #543357. Grayscale: #BEBEBE. Windows color (decimal): -5518168 or 11062443. OLE color: 11062443.
HSL color Cylindrical-coordinate representation of color #ABCCA8: hue angle of 115º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCCA8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 168 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.2 |
| HSL | 115º | 0.26% | 0.73% | - |
| HSV(B) | 115º | 0.18% | 0.8% | - |
| XYZ | 45.46 | 54.67 | 45.2 | - |
| YUV | 190.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 168 | 0.16 | 0 | 0.18 | 0.2 | 115 | 0.26 | 0.73 |
| Hex | AB | CC | A8 | 10 | 0 | 12 | 14 | 73 | 1A | 49 |
| Octal | 253 | 314 | 250 | 20 | 0 | 22 | 24 | 163 | 32 | 111 |
| Binary | 10101011 | 11001100 | 10101000 | 10000 | 0 | 10010 | 10100 | 1110011 | 11010 | 1001001 |
Color Harmonies of #ABCCA8
Complementary color
Monochromatic Colors of #ABCCA8
Black with #ABCCA8
Text Example
Text Example
White with #ABCCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCA8; }
p { color: rgb(171,204,168); }
H1.HeaderClassName
{
color: #ABCCA8;
}
.AnyTagClassName
{
color: #ABCCA8;
}
</style>
background-color css
<style>
a { background-color: #ABCCA8; }
a { background-color: rgb(171,204,168); }
div.DivClassName
{
background-color: #ABCCA8;
}
.BgClassName
{
background-color: #ABCCA8;
}
</style>
border-color css
<style>
span { border-color: #ABCCA8; }
span { border-color: rgb(171,204,168); }
td.TdClassName
{
border-color: #ABCCA8;
}
.TagClassName
{
border-color: #ABCCA8;
}
</style>