Shades of Zanah #ABB9AB
Tints of Zanah #ABB9AB
RGB
CMYK
RGB Variations
Color information
#ABB9AB (or 0xABB9AB) is known color: Zanah. HEX triplet: AB, B9 and AB. RGB value is (171,185,171). Sum of RGB (Red+Green+Blue) = 171+185+171=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9AB is #544654. Grayscale: #B3B3B3. Windows color (decimal): -5523029 or 11254187. OLE color: 11254187.
HSL color Cylindrical-coordinate representation of color #ABB9AB: hue angle of 120º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB9AB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 171 | 185 | 171 | - |
CMYK | 0.08 | 0 | 0.08 | 0.27 |
HSL | 120º | 0.09% | 0.7% | - |
HSV(B) | 120º | 0.08% | 0.73% | - |
XYZ | 41.49 | 46.3 | 45.28 | - |
YUV | 179.22 | 123.36 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 185 | 171 | 0.08 | 0 | 0.08 | 0.27 | 120 | 0.09 | 0.7 |
Hex | AB | B9 | AB | 8 | 0 | 8 | 1B | 78 | 9 | 46 |
Octal | 253 | 271 | 253 | 10 | 0 | 10 | 33 | 170 | 11 | 106 |
Binary | 10101011 | 10111001 | 10101011 | 1000 | 0 | 1000 | 11011 | 1111000 | 1001 | 1000110 |
Color Harmonies of #ABB9AB
Complementary color
Monochromatic Colors of #ABB9AB
Black with #ABB9AB
Text Example
Text Example
White with #ABB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9AB; }
p { color: rgb(171,185,171); }
H1.HeaderClassName
{
color: #ABB9AB;
}
.AnyTagClassName
{
color: #ABB9AB;
}
</style>
background-color css
<style>
a { background-color: #ABB9AB; }
a { background-color: rgb(171,185,171); }
div.DivClassName
{
background-color: #ABB9AB;
}
.BgClassName
{
background-color: #ABB9AB;
}
</style>
border-color css
<style>
span { border-color: #ABB9AB; }
span { border-color: rgb(171,185,171); }
td.TdClassName
{
border-color: #ABB9AB;
}
.TagClassName
{
border-color: #ABB9AB;
}
</style>