Shades of Zorba #AB9887
Tints of Zorba #AB9887
RGB
CMYK
RGB Variations
Color information
#AB9887 (or 0xAB9887) is known color: Zorba. HEX triplet: AB, 98 and 87. RGB value is (171,152,135). Sum of RGB (Red+Green+Blue) = 171+152+135=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9887 is #546778. Grayscale: #9B9B9B. Windows color (decimal): -5531513 or 8886443. OLE color: 8886443.
HSL color Cylindrical-coordinate representation of color #AB9887: hue angle of 28.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB9887 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 135 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.33 |
| HSL | 28.33º | 0.18% | 0.6% | - |
| HSV(B) | 28.33º | 0.21% | 0.67% | - |
| XYZ | 32.4 | 32.86 | 27.56 | - |
| YUV | 155.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 135 | 0 | 0.11 | 0.21 | 0.33 | 28.33 | 0.18 | 0.6 |
| Hex | AB | 98 | 87 | 0 | B | 15 | 21 | 1C | 12 | 3C |
| Octal | 253 | 230 | 207 | 0 | 13 | 25 | 41 | 34 | 22 | 74 |
| Binary | 10101011 | 10011000 | 10000111 | 0 | 1011 | 10101 | 100001 | 11100 | 10010 | 111100 |
Color Harmonies of #AB9887
Complementary color
Monochromatic Colors of #AB9887
Black with #AB9887
Text Example
Text Example
White with #AB9887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9887; }
p { color: rgb(171,152,135); }
H1.HeaderClassName
{
color: #AB9887;
}
.AnyTagClassName
{
color: #AB9887;
}
</style>
background-color css
<style>
a { background-color: #AB9887; }
a { background-color: rgb(171,152,135); }
div.DivClassName
{
background-color: #AB9887;
}
.BgClassName
{
background-color: #AB9887;
}
</style>
border-color css
<style>
span { border-color: #AB9887; }
span { border-color: rgb(171,152,135); }
td.TdClassName
{
border-color: #AB9887;
}
.TagClassName
{
border-color: #AB9887;
}
</style>