Shades of Zorba #AB9A8B
Tints of Zorba #AB9A8B
RGB
CMYK
RGB Variations
Color information
#AB9A8B (or 0xAB9A8B) is known color: Zorba. HEX triplet: AB, 9A and 8B. RGB value is (171,154,139). Sum of RGB (Red+Green+Blue) = 171+154+139=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A8B is #546574. Grayscale: #9D9D9D. Windows color (decimal): -5530997 or 9149099. OLE color: 9149099.
HSL color Cylindrical-coordinate representation of color #AB9A8B: hue angle of 28.12º 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 #AB9A8B is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 139 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.33 |
| HSL | 28.13º | 0.16% | 0.61% | - |
| HSV(B) | 28.13º | 0.19% | 0.67% | - |
| XYZ | 33.01 | 33.63 | 29.18 | - |
| YUV | 157.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 139 | 0 | 0.10 | 0.19 | 0.33 | 28.13 | 0.16 | 0.61 |
| Hex | AB | 9A | 8B | 0 | A | 13 | 21 | 1C | 10 | 3D |
| Octal | 253 | 232 | 213 | 0 | 12 | 23 | 41 | 34 | 20 | 75 |
| Binary | 10101011 | 10011010 | 10001011 | 0 | 1010 | 10011 | 100001 | 11100 | 10000 | 111101 |
Color Harmonies of #AB9A8B
Complementary color
Monochromatic Colors of #AB9A8B
Black with #AB9A8B
Text Example
Text Example
White with #AB9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9A8B; }
p { color: rgb(171,154,139); }
H1.HeaderClassName
{
color: #AB9A8B;
}
.AnyTagClassName
{
color: #AB9A8B;
}
</style>
background-color css
<style>
a { background-color: #AB9A8B; }
a { background-color: rgb(171,154,139); }
div.DivClassName
{
background-color: #AB9A8B;
}
.BgClassName
{
background-color: #AB9A8B;
}
</style>
border-color css
<style>
span { border-color: #AB9A8B; }
span { border-color: rgb(171,154,139); }
td.TdClassName
{
border-color: #AB9A8B;
}
.TagClassName
{
border-color: #AB9A8B;
}
</style>