Shades of Zorba #A9988C
Tints of Zorba #A9988C
RGB
CMYK
RGB Variations
Color information
#A9988C (or 0xA9988C) is known color: Zorba. HEX triplet: A9, 98 and 8C. RGB value is (169,152,140). Sum of RGB (Red+Green+Blue) = 169+152+140=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 169 - color contains mainly: red. Hex color #A9988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9988C is #566773. Grayscale: #9B9B9B. Windows color (decimal): -5662580 or 9214121. OLE color: 9214121.
HSL color Cylindrical-coordinate representation of color #A9988C: hue angle of 24.83º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9988C is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 140 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.34 |
| HSL | 24.83º | 0.14% | 0.61% | - |
| HSV(B) | 24.83º | 0.17% | 0.66% | - |
| XYZ | 32.32 | 32.78 | 29.44 | - |
| YUV | 155.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 140 | 0 | 0.10 | 0.17 | 0.34 | 24.83 | 0.14 | 0.61 |
| Hex | A9 | 98 | 8C | 0 | A | 11 | 22 | 19 | E | 3D |
| Octal | 251 | 230 | 214 | 0 | 12 | 21 | 42 | 31 | 16 | 75 |
| Binary | 10101001 | 10011000 | 10001100 | 0 | 1010 | 10001 | 100010 | 11001 | 1110 | 111101 |
Color Harmonies of #A9988C
Complementary color
Monochromatic Colors of #A9988C
Black with #A9988C
Text Example
Text Example
White with #A9988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9988C; }
p { color: rgb(169,152,140); }
H1.HeaderClassName
{
color: #A9988C;
}
.AnyTagClassName
{
color: #A9988C;
}
</style>
background-color css
<style>
a { background-color: #A9988C; }
a { background-color: rgb(169,152,140); }
div.DivClassName
{
background-color: #A9988C;
}
.BgClassName
{
background-color: #A9988C;
}
</style>
border-color css
<style>
span { border-color: #A9988C; }
span { border-color: rgb(169,152,140); }
td.TdClassName
{
border-color: #A9988C;
}
.TagClassName
{
border-color: #A9988C;
}
</style>