Shades of Zanah #ABCBA6
Tints of Zanah #ABCBA6
RGB
CMYK
RGB Variations
Color information
#ABCBA6 (or 0xABCBA6) is known color: Zanah. HEX triplet: AB, CB and A6. RGB value is (171,203,166). Sum of RGB (Red+Green+Blue) = 171+203+166=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBA6 is #543459. Grayscale: #BDBDBD. Windows color (decimal): -5518426 or 10931115. OLE color: 10931115.
HSL color Cylindrical-coordinate representation of color #ABCBA6: hue angle of 111.89º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABCBA6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 166 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.20 |
| HSL | 111.89º | 0.26% | 0.72% | - |
| HSV(B) | 111.89º | 0.18% | 0.8% | - |
| XYZ | 45.03 | 54.12 | 44.15 | - |
| YUV | 189.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 166 | 0.16 | 0 | 0.18 | 0.20 | 111.89 | 0.26 | 0.72 |
| Hex | AB | CB | A6 | 10 | 0 | 12 | 14 | 70 | 1A | 48 |
| Octal | 253 | 313 | 246 | 20 | 0 | 22 | 24 | 160 | 32 | 110 |
| Binary | 10101011 | 11001011 | 10100110 | 10000 | 0 | 10010 | 10100 | 1110000 | 11010 | 1001000 |
Color Harmonies of #ABCBA6
Complementary color
Monochromatic Colors of #ABCBA6
Black with #ABCBA6
Text Example
Text Example
White with #ABCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBA6; }
p { color: rgb(171,203,166); }
H1.HeaderClassName
{
color: #ABCBA6;
}
.AnyTagClassName
{
color: #ABCBA6;
}
</style>
background-color css
<style>
a { background-color: #ABCBA6; }
a { background-color: rgb(171,203,166); }
div.DivClassName
{
background-color: #ABCBA6;
}
.BgClassName
{
background-color: #ABCBA6;
}
</style>
border-color css
<style>
span { border-color: #ABCBA6; }
span { border-color: rgb(171,203,166); }
td.TdClassName
{
border-color: #ABCBA6;
}
.TagClassName
{
border-color: #ABCBA6;
}
</style>