Shades of Zanah #ABBBAC
Tints of Zanah #ABBBAC
RGB
CMYK
RGB Variations
Color information
#ABBBAC (or 0xABBBAC) is known color: Zanah. HEX triplet: AB, BB and AC. RGB value is (171,187,172). Sum of RGB (Red+Green+Blue) = 171+187+172=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBAC is #544453. Grayscale: #B4B4B4. Windows color (decimal): -5522516 or 11320235. OLE color: 11320235.
HSL color Cylindrical-coordinate representation of color #ABBBAC: hue angle of 123.75º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBBAC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 172 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.27 |
| HSL | 123.75º | 0.11% | 0.7% | - |
| HSV(B) | 123.75º | 0.09% | 0.73% | - |
| XYZ | 42.01 | 47.18 | 45.92 | - |
| YUV | 180.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 172 | 0.09 | 0 | 0.08 | 0.27 | 123.75 | 0.11 | 0.7 |
| Hex | AB | BB | AC | 9 | 0 | 8 | 1B | 7C | B | 46 |
| Octal | 253 | 273 | 254 | 11 | 0 | 10 | 33 | 174 | 13 | 106 |
| Binary | 10101011 | 10111011 | 10101100 | 1001 | 0 | 1000 | 11011 | 1111100 | 1011 | 1000110 |
Color Harmonies of #ABBBAC
Complementary color
Monochromatic Colors of #ABBBAC
Black with #ABBBAC
Text Example
Text Example
White with #ABBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBAC; }
p { color: rgb(171,187,172); }
H1.HeaderClassName
{
color: #ABBBAC;
}
.AnyTagClassName
{
color: #ABBBAC;
}
</style>
background-color css
<style>
a { background-color: #ABBBAC; }
a { background-color: rgb(171,187,172); }
div.DivClassName
{
background-color: #ABBBAC;
}
.BgClassName
{
background-color: #ABBBAC;
}
</style>
border-color css
<style>
span { border-color: #ABBBAC; }
span { border-color: rgb(171,187,172); }
td.TdClassName
{
border-color: #ABBBAC;
}
.TagClassName
{
border-color: #ABBBAC;
}
</style>