Shades of Zorba #A89789
Tints of Zorba #A89789
RGB
CMYK
RGB Variations
Color information
#A89789 (or 0xA89789) is known color: Zorba. HEX triplet: A8, 97 and 89. RGB value is (168,151,137). Sum of RGB (Red+Green+Blue) = 168+151+137=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 168 - color contains mainly: red. Hex color #A89789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89789 is #576876. Grayscale: #9A9A9A. Windows color (decimal): -5728375 or 9017256. OLE color: 9017256.
HSL color Cylindrical-coordinate representation of color #A89789: hue angle of 27.1º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89789 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 137 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.34 |
| HSL | 27.1º | 0.15% | 0.6% | - |
| HSV(B) | 27.1º | 0.18% | 0.66% | - |
| XYZ | 31.73 | 32.26 | 28.22 | - |
| YUV | 154.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 137 | 0 | 0.10 | 0.18 | 0.34 | 27.1 | 0.15 | 0.6 |
| Hex | A8 | 97 | 89 | 0 | A | 12 | 22 | 1B | F | 3C |
| Octal | 250 | 227 | 211 | 0 | 12 | 22 | 42 | 33 | 17 | 74 |
| Binary | 10101000 | 10010111 | 10001001 | 0 | 1010 | 10010 | 100010 | 11011 | 1111 | 111100 |
Color Harmonies of #A89789
Complementary color
Monochromatic Colors of #A89789
Black with #A89789
Text Example
Text Example
White with #A89789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89789; }
p { color: rgb(168,151,137); }
H1.HeaderClassName
{
color: #A89789;
}
.AnyTagClassName
{
color: #A89789;
}
</style>
background-color css
<style>
a { background-color: #A89789; }
a { background-color: rgb(168,151,137); }
div.DivClassName
{
background-color: #A89789;
}
.BgClassName
{
background-color: #A89789;
}
</style>
border-color css
<style>
span { border-color: #A89789; }
span { border-color: rgb(168,151,137); }
td.TdClassName
{
border-color: #A89789;
}
.TagClassName
{
border-color: #A89789;
}
</style>