Shades of Zorba #A89A8C
Tints of Zorba #A89A8C
RGB
CMYK
RGB Variations
Color information
#A89A8C (or 0xA89A8C) is known color: Zorba. HEX triplet: A8, 9A and 8C. RGB value is (168,154,140). Sum of RGB (Red+Green+Blue) = 168+154+140=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89A8C is #576573. Grayscale: #9C9C9C. Windows color (decimal): -5727604 or 9214632. OLE color: 9214632.
HSL color Cylindrical-coordinate representation of color #A89A8C: hue angle of 30º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A89A8C is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 140 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.34 |
| HSL | 30º | 0.14% | 0.6% | - |
| HSV(B) | 30º | 0.17% | 0.66% | - |
| XYZ | 32.44 | 33.33 | 29.53 | - |
| YUV | 156.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 140 | 0 | 0.08 | 0.17 | 0.34 | 30 | 0.14 | 0.6 |
| Hex | A8 | 9A | 8C | 0 | 8 | 11 | 22 | 1E | E | 3C |
| Octal | 250 | 232 | 214 | 0 | 10 | 21 | 42 | 36 | 16 | 74 |
| Binary | 10101000 | 10011010 | 10001100 | 0 | 1000 | 10001 | 100010 | 11110 | 1110 | 111100 |
Color Harmonies of #A89A8C
Complementary color
Monochromatic Colors of #A89A8C
Black with #A89A8C
Text Example
Text Example
White with #A89A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A8C; }
p { color: rgb(168,154,140); }
H1.HeaderClassName
{
color: #A89A8C;
}
.AnyTagClassName
{
color: #A89A8C;
}
</style>
background-color css
<style>
a { background-color: #A89A8C; }
a { background-color: rgb(168,154,140); }
div.DivClassName
{
background-color: #A89A8C;
}
.BgClassName
{
background-color: #A89A8C;
}
</style>
border-color css
<style>
span { border-color: #A89A8C; }
span { border-color: rgb(168,154,140); }
td.TdClassName
{
border-color: #A89A8C;
}
.TagClassName
{
border-color: #A89A8C;
}
</style>