Shades of Zorba #AB9E93
Tints of Zorba #AB9E93
RGB
CMYK
RGB Variations
Color information
#AB9E93 (or 0xAB9E93) is known color: Zorba. HEX triplet: AB, 9E and 93. RGB value is (171,158,147). Sum of RGB (Red+Green+Blue) = 171+158+147=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E93 is #54616C. Grayscale: #A0A0A0. Windows color (decimal): -5529965 or 9674411. OLE color: 9674411.
HSL color Cylindrical-coordinate representation of color #AB9E93: hue angle of 27.5º 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 #AB9E93 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 158 | 147 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.33 |
| HSL | 27.5º | 0.13% | 0.62% | - |
| HSV(B) | 27.5º | 0.14% | 0.67% | - |
| XYZ | 34.29 | 35.22 | 32.59 | - |
| YUV | 160.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 158 | 147 | 0 | 0.08 | 0.14 | 0.33 | 27.5 | 0.13 | 0.62 |
| Hex | AB | 9E | 93 | 0 | 8 | E | 21 | 1C | C | 3E |
| Octal | 253 | 236 | 223 | 0 | 10 | 16 | 41 | 34 | 14 | 76 |
| Binary | 10101011 | 10011110 | 10010011 | 0 | 1000 | 1110 | 100001 | 11100 | 1100 | 111110 |
Color Harmonies of #AB9E93
Complementary color
Monochromatic Colors of #AB9E93
Black with #AB9E93
Text Example
Text Example
White with #AB9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9E93; }
p { color: rgb(171,158,147); }
H1.HeaderClassName
{
color: #AB9E93;
}
.AnyTagClassName
{
color: #AB9E93;
}
</style>
background-color css
<style>
a { background-color: #AB9E93; }
a { background-color: rgb(171,158,147); }
div.DivClassName
{
background-color: #AB9E93;
}
.BgClassName
{
background-color: #AB9E93;
}
</style>
border-color css
<style>
span { border-color: #AB9E93; }
span { border-color: rgb(171,158,147); }
td.TdClassName
{
border-color: #AB9E93;
}
.TagClassName
{
border-color: #AB9E93;
}
</style>