Shades of Zorba #A09588
Tints of Zorba #A09588
RGB
CMYK
RGB Variations
Color information
#A09588 (or 0xA09588) is known color: Zorba. HEX triplet: A0, 95 and 88. RGB value is (160,149,136). Sum of RGB (Red+Green+Blue) = 160+149+136=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 160 - color contains mainly: red. Hex color #A09588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09588 is #5F6A77. Grayscale: #969696. Windows color (decimal): -6253176 or 8951200. OLE color: 8951200.
HSL color Cylindrical-coordinate representation of color #A09588: hue angle of 32.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A09588 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 136 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.37 |
| HSL | 32.5º | 0.11% | 0.58% | - |
| HSV(B) | 32.5º | 0.15% | 0.63% | - |
| XYZ | 29.69 | 30.75 | 27.66 | - |
| YUV | 150.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 136 | 0 | 0.07 | 0.15 | 0.37 | 32.5 | 0.11 | 0.58 |
| Hex | A0 | 95 | 88 | 0 | 7 | F | 25 | 20 | B | 3A |
| Octal | 240 | 225 | 210 | 0 | 7 | 17 | 45 | 40 | 13 | 72 |
| Binary | 10100000 | 10010101 | 10001000 | 0 | 111 | 1111 | 100101 | 100000 | 1011 | 111010 |
Color Harmonies of #A09588
Complementary color
Monochromatic Colors of #A09588
Black with #A09588
Text Example
Text Example
White with #A09588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09588; }
p { color: rgb(160,149,136); }
H1.HeaderClassName
{
color: #A09588;
}
.AnyTagClassName
{
color: #A09588;
}
</style>
background-color css
<style>
a { background-color: #A09588; }
a { background-color: rgb(160,149,136); }
div.DivClassName
{
background-color: #A09588;
}
.BgClassName
{
background-color: #A09588;
}
</style>
border-color css
<style>
span { border-color: #A09588; }
span { border-color: rgb(160,149,136); }
td.TdClassName
{
border-color: #A09588;
}
.TagClassName
{
border-color: #A09588;
}
</style>