Shades of Zanah #ABBBAB
Tints of Zanah #ABBBAB
RGB
CMYK
RGB Variations
Color information
#ABBBAB (or 0xABBBAB) is known color: Zanah. HEX triplet: AB, BB and AB. RGB value is (171,187,171). Sum of RGB (Red+Green+Blue) = 171+187+171=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBAB is #544454. Grayscale: #B4B4B4. Windows color (decimal): -5522517 or 11254699. OLE color: 11254699.
HSL color Cylindrical-coordinate representation of color #ABBBAB: hue angle of 120º 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 #ABBBAB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 171 | 187 | 171 | - |
CMYK | 0.09 | 0 | 0.09 | 0.27 |
HSL | 120º | 0.11% | 0.7% | - |
HSV(B) | 120º | 0.09% | 0.73% | - |
XYZ | 41.92 | 47.14 | 45.42 | - |
YUV | 180.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 187 | 171 | 0.09 | 0 | 0.09 | 0.27 | 120 | 0.11 | 0.7 |
Hex | AB | BB | AB | 9 | 0 | 9 | 1B | 78 | B | 46 |
Octal | 253 | 273 | 253 | 11 | 0 | 11 | 33 | 170 | 13 | 106 |
Binary | 10101011 | 10111011 | 10101011 | 1001 | 0 | 1001 | 11011 | 1111000 | 1011 | 1000110 |
Color Harmonies of #ABBBAB
Complementary color
Monochromatic Colors of #ABBBAB
Black with #ABBBAB
Text Example
Text Example
White with #ABBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBAB; }
p { color: rgb(171,187,171); }
H1.HeaderClassName
{
color: #ABBBAB;
}
.AnyTagClassName
{
color: #ABBBAB;
}
</style>
background-color css
<style>
a { background-color: #ABBBAB; }
a { background-color: rgb(171,187,171); }
div.DivClassName
{
background-color: #ABBBAB;
}
.BgClassName
{
background-color: #ABBBAB;
}
</style>
border-color css
<style>
span { border-color: #ABBBAB; }
span { border-color: rgb(171,187,171); }
td.TdClassName
{
border-color: #ABBBAB;
}
.TagClassName
{
border-color: #ABBBAB;
}
</style>