Shades of Zorba #AB9F93
Tints of Zorba #AB9F93
RGB
CMYK
RGB Variations
Color information
#AB9F93 (or 0xAB9F93) is known color: Zorba. HEX triplet: AB, 9F and 93. RGB value is (171,159,147). Sum of RGB (Red+Green+Blue) = 171+159+147=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F93 is #54606C. Grayscale: #A1A1A1. Windows color (decimal): -5529709 or 9674667. OLE color: 9674667.
HSL color Cylindrical-coordinate representation of color #AB9F93: hue angle of 30º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB9F93 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 159 | 147 | - |
CMYK | 0 | 0.07 | 0.14 | 0.33 |
HSL | 30º | 0.13% | 0.62% | - |
HSV(B) | 30º | 0.14% | 0.67% | - |
XYZ | 34.46 | 35.56 | 32.65 | - |
YUV | 161.22 | 119.98 | 134.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 159 | 147 | 0 | 0.07 | 0.14 | 0.33 | 30 | 0.13 | 0.62 |
Hex | AB | 9F | 93 | 0 | 7 | E | 21 | 1E | C | 3E |
Octal | 253 | 237 | 223 | 0 | 7 | 16 | 41 | 36 | 14 | 76 |
Binary | 10101011 | 10011111 | 10010011 | 0 | 111 | 1110 | 100001 | 11110 | 1100 | 111110 |
Color Harmonies of #AB9F93
Complementary color
Monochromatic Colors of #AB9F93
Black with #AB9F93
Text Example
Text Example
White with #AB9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9F93; }
p { color: rgb(171,159,147); }
H1.HeaderClassName
{
color: #AB9F93;
}
.AnyTagClassName
{
color: #AB9F93;
}
</style>
background-color css
<style>
a { background-color: #AB9F93; }
a { background-color: rgb(171,159,147); }
div.DivClassName
{
background-color: #AB9F93;
}
.BgClassName
{
background-color: #AB9F93;
}
</style>
border-color css
<style>
span { border-color: #AB9F93; }
span { border-color: rgb(171,159,147); }
td.TdClassName
{
border-color: #AB9F93;
}
.TagClassName
{
border-color: #AB9F93;
}
</style>