Shades of Zorba #AB998C
Tints of Zorba #AB998C
RGB
CMYK
RGB Variations
Color information
#AB998C (or 0xAB998C) is known color: Zorba. HEX triplet: AB, 99 and 8C. RGB value is (171,153,140). Sum of RGB (Red+Green+Blue) = 171+153+140=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB998C is #546673. Grayscale: #9C9C9C. Windows color (decimal): -5531252 or 9214379. OLE color: 9214379.
HSL color Cylindrical-coordinate representation of color #AB998C: hue angle of 25.16º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB998C is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 140 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.33 |
| HSL | 25.16º | 0.16% | 0.61% | - |
| HSV(B) | 25.16º | 0.18% | 0.67% | - |
| XYZ | 32.92 | 33.33 | 29.51 | - |
| YUV | 156.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 140 | 0 | 0.11 | 0.18 | 0.33 | 25.16 | 0.16 | 0.61 |
| Hex | AB | 99 | 8C | 0 | B | 12 | 21 | 19 | 10 | 3D |
| Octal | 253 | 231 | 214 | 0 | 13 | 22 | 41 | 31 | 20 | 75 |
| Binary | 10101011 | 10011001 | 10001100 | 0 | 1011 | 10010 | 100001 | 11001 | 10000 | 111101 |
Color Harmonies of #AB998C
Complementary color
Monochromatic Colors of #AB998C
Black with #AB998C
Text Example
Text Example
White with #AB998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB998C; }
p { color: rgb(171,153,140); }
H1.HeaderClassName
{
color: #AB998C;
}
.AnyTagClassName
{
color: #AB998C;
}
</style>
background-color css
<style>
a { background-color: #AB998C; }
a { background-color: rgb(171,153,140); }
div.DivClassName
{
background-color: #AB998C;
}
.BgClassName
{
background-color: #AB998C;
}
</style>
border-color css
<style>
span { border-color: #AB998C; }
span { border-color: rgb(171,153,140); }
td.TdClassName
{
border-color: #AB998C;
}
.TagClassName
{
border-color: #AB998C;
}
</style>