Shades of Zorba #A89A90
Tints of Zorba #A89A90
RGB
CMYK
RGB Variations
Color information
#A89A90 (or 0xA89A90) is known color: Zorba. HEX triplet: A8, 9A and 90. RGB value is (168,154,144). Sum of RGB (Red+Green+Blue) = 168+154+144=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 168 - color contains mainly: red. Hex color #A89A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89A90 is #57656F. Grayscale: #9D9D9D. Windows color (decimal): -5727600 or 9476776. OLE color: 9476776.
HSL color Cylindrical-coordinate representation of color #A89A90: hue angle of 25º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A89A90 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 154 | 144 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.34 |
| HSL | 25º | 0.12% | 0.61% | - |
| HSV(B) | 25º | 0.14% | 0.66% | - |
| XYZ | 32.74 | 33.45 | 31.12 | - |
| YUV | 157.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 154 | 144 | 0 | 0.08 | 0.14 | 0.34 | 25 | 0.12 | 0.61 |
| Hex | A8 | 9A | 90 | 0 | 8 | E | 22 | 19 | C | 3D |
| Octal | 250 | 232 | 220 | 0 | 10 | 16 | 42 | 31 | 14 | 75 |
| Binary | 10101000 | 10011010 | 10010000 | 0 | 1000 | 1110 | 100010 | 11001 | 1100 | 111101 |
Color Harmonies of #A89A90
Complementary color
Monochromatic Colors of #A89A90
Black with #A89A90
Text Example
Text Example
White with #A89A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89A90; }
p { color: rgb(168,154,144); }
H1.HeaderClassName
{
color: #A89A90;
}
.AnyTagClassName
{
color: #A89A90;
}
</style>
background-color css
<style>
a { background-color: #A89A90; }
a { background-color: rgb(168,154,144); }
div.DivClassName
{
background-color: #A89A90;
}
.BgClassName
{
background-color: #A89A90;
}
</style>
border-color css
<style>
span { border-color: #A89A90; }
span { border-color: rgb(168,154,144); }
td.TdClassName
{
border-color: #A89A90;
}
.TagClassName
{
border-color: #A89A90;
}
</style>