Shades of Zorba #AB988B
Tints of Zorba #AB988B
RGB
CMYK
RGB Variations
Color information
#AB988B (or 0xAB988B) is known color: Zorba. HEX triplet: AB, 98 and 8B. RGB value is (171,152,139). Sum of RGB (Red+Green+Blue) = 171+152+139=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB988B is #546774. Grayscale: #9C9C9C. Windows color (decimal): -5531509 or 9148587. OLE color: 9148587.
HSL color Cylindrical-coordinate representation of color #AB988B: hue angle of 24.38º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB988B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 152 | 139 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.33 |
| HSL | 24.38º | 0.16% | 0.61% | - |
| HSV(B) | 24.38º | 0.19% | 0.67% | - |
| XYZ | 32.68 | 32.98 | 29.07 | - |
| YUV | 156.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 152 | 139 | 0 | 0.11 | 0.19 | 0.33 | 24.38 | 0.16 | 0.61 |
| Hex | AB | 98 | 8B | 0 | B | 13 | 21 | 18 | 10 | 3D |
| Octal | 253 | 230 | 213 | 0 | 13 | 23 | 41 | 30 | 20 | 75 |
| Binary | 10101011 | 10011000 | 10001011 | 0 | 1011 | 10011 | 100001 | 11000 | 10000 | 111101 |
Color Harmonies of #AB988B
Complementary color
Monochromatic Colors of #AB988B
Black with #AB988B
Text Example
Text Example
White with #AB988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB988B; }
p { color: rgb(171,152,139); }
H1.HeaderClassName
{
color: #AB988B;
}
.AnyTagClassName
{
color: #AB988B;
}
</style>
background-color css
<style>
a { background-color: #AB988B; }
a { background-color: rgb(171,152,139); }
div.DivClassName
{
background-color: #AB988B;
}
.BgClassName
{
background-color: #AB988B;
}
</style>
border-color css
<style>
span { border-color: #AB988B; }
span { border-color: rgb(171,152,139); }
td.TdClassName
{
border-color: #AB988B;
}
.TagClassName
{
border-color: #AB988B;
}
</style>