Shades of Zorba #A09089
Tints of Zorba #A09089
RGB
CMYK
RGB Variations
Color information
#A09089 (or 0xA09089) is known color: Zorba. HEX triplet: A0, 90 and 89. RGB value is (160,144,137). Sum of RGB (Red+Green+Blue) = 160+144+137=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09089 is #5F6F76. Grayscale: #949494. Windows color (decimal): -6254455 or 9015456. OLE color: 9015456.
HSL color Cylindrical-coordinate representation of color #A09089: hue angle of 18.26º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A09089 is Cyan = 0, Magento = 0.1, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 137 | - |
| CMYK | 0 | 0.1 | 0.14 | 0.37 |
| HSL | 18.26º | 0.11% | 0.58% | - |
| HSV(B) | 18.26º | 0.14% | 0.63% | - |
| XYZ | 28.99 | 29.23 | 27.78 | - |
| YUV | 147.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 137 | 0 | 0.1 | 0.14 | 0.37 | 18.26 | 0.11 | 0.58 |
| Hex | A0 | 90 | 89 | 0 | A | E | 25 | 12 | B | 3A |
| Octal | 240 | 220 | 211 | 0 | 12 | 16 | 45 | 22 | 13 | 72 |
| Binary | 10100000 | 10010000 | 10001001 | 0 | 1010 | 1110 | 100101 | 10010 | 1011 | 111010 |
Color Harmonies of #A09089
Complementary color
Monochromatic Colors of #A09089
Black with #A09089
Text Example
Text Example
White with #A09089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09089; }
p { color: rgb(160,144,137); }
H1.HeaderClassName
{
color: #A09089;
}
.AnyTagClassName
{
color: #A09089;
}
</style>
background-color css
<style>
a { background-color: #A09089; }
a { background-color: rgb(160,144,137); }
div.DivClassName
{
background-color: #A09089;
}
.BgClassName
{
background-color: #A09089;
}
</style>
border-color css
<style>
span { border-color: #A09089; }
span { border-color: rgb(160,144,137); }
td.TdClassName
{
border-color: #A09089;
}
.TagClassName
{
border-color: #A09089;
}
</style>