Shades of Zorba #AB9F91
Tints of Zorba #AB9F91
RGB
CMYK
RGB Variations
Color information
#AB9F91 (or 0xAB9F91) is known color: Zorba. HEX triplet: AB, 9F and 91. RGB value is (171,159,145). Sum of RGB (Red+Green+Blue) = 171+159+145=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F91 is #54606E. Grayscale: #A1A1A1. Windows color (decimal): -5529711 or 9543595. OLE color: 9543595.
HSL color Cylindrical-coordinate representation of color #AB9F91: hue angle of 32.31º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB9F91 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 159 | 145 | - |
CMYK | 0 | 0.07 | 0.15 | 0.33 |
HSL | 32.31º | 0.13% | 0.62% | - |
HSV(B) | 32.31º | 0.15% | 0.67% | - |
XYZ | 34.3 | 35.5 | 31.83 | - |
YUV | 160.99 | 118.98 | 135.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 159 | 145 | 0 | 0.07 | 0.15 | 0.33 | 32.31 | 0.13 | 0.62 |
Hex | AB | 9F | 91 | 0 | 7 | F | 21 | 20 | D | 3E |
Octal | 253 | 237 | 221 | 0 | 7 | 17 | 41 | 40 | 15 | 76 |
Binary | 10101011 | 10011111 | 10010001 | 0 | 111 | 1111 | 100001 | 100000 | 1101 | 111110 |
Color Harmonies of #AB9F91
Complementary color
Monochromatic Colors of #AB9F91
Black with #AB9F91
Text Example
Text Example
White with #AB9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F91; }
p { color: rgb(171,159,145); }
H1.HeaderClassName
{
color: #AB9F91;
}
.AnyTagClassName
{
color: #AB9F91;
}
</style>
background-color css
<style>
a { background-color: #AB9F91; }
a { background-color: rgb(171,159,145); }
div.DivClassName
{
background-color: #AB9F91;
}
.BgClassName
{
background-color: #AB9F91;
}
</style>
border-color css
<style>
span { border-color: #AB9F91; }
span { border-color: rgb(171,159,145); }
td.TdClassName
{
border-color: #AB9F91;
}
.TagClassName
{
border-color: #AB9F91;
}
</style>