Shades of Zanah #ABC9AB
Tints of Zanah #ABC9AB
RGB
CMYK
RGB Variations
Color information
#ABC9AB (or 0xABC9AB) is known color: Zanah. HEX triplet: AB, C9 and AB. RGB value is (171,201,171). Sum of RGB (Red+Green+Blue) = 171+201+171=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9AB is #543654. Grayscale: #BCBCBC. Windows color (decimal): -5518933 or 11258283. OLE color: 11258283.
HSL color Cylindrical-coordinate representation of color #ABC9AB: hue angle of 120º degrees, saturation: 0.22, 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 #ABC9AB is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 171 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.21 |
| HSL | 120º | 0.22% | 0.73% | - |
| HSV(B) | 120º | 0.15% | 0.79% | - |
| XYZ | 45.03 | 53.37 | 46.46 | - |
| YUV | 188.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 171 | 0.15 | 0 | 0.15 | 0.21 | 120 | 0.22 | 0.73 |
| Hex | AB | C9 | AB | F | 0 | F | 15 | 78 | 16 | 49 |
| Octal | 253 | 311 | 253 | 17 | 0 | 17 | 25 | 170 | 26 | 111 |
| Binary | 10101011 | 11001001 | 10101011 | 1111 | 0 | 1111 | 10101 | 1111000 | 10110 | 1001001 |
Color Harmonies of #ABC9AB
Complementary color
Monochromatic Colors of #ABC9AB
Black with #ABC9AB
Text Example
Text Example
White with #ABC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9AB; }
p { color: rgb(171,201,171); }
H1.HeaderClassName
{
color: #ABC9AB;
}
.AnyTagClassName
{
color: #ABC9AB;
}
</style>
background-color css
<style>
a { background-color: #ABC9AB; }
a { background-color: rgb(171,201,171); }
div.DivClassName
{
background-color: #ABC9AB;
}
.BgClassName
{
background-color: #ABC9AB;
}
</style>
border-color css
<style>
span { border-color: #ABC9AB; }
span { border-color: rgb(171,201,171); }
td.TdClassName
{
border-color: #ABC9AB;
}
.TagClassName
{
border-color: #ABC9AB;
}
</style>