Shades of Zorba #A09387
Tints of Zorba #A09387
RGB
CMYK
RGB Variations
Color information
#A09387 (or 0xA09387) is known color: Zorba. HEX triplet: A0, 93 and 87. RGB value is (160,147,135). Sum of RGB (Red+Green+Blue) = 160+147+135=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 160 - color contains mainly: red. Hex color #A09387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09387 is #5F6C78. Grayscale: #959595. Windows color (decimal): -6253689 or 8885152. OLE color: 8885152.
HSL color Cylindrical-coordinate representation of color #A09387: hue angle of 28.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A09387 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 135 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.37 |
| HSL | 28.8º | 0.12% | 0.58% | - |
| HSV(B) | 28.8º | 0.16% | 0.63% | - |
| XYZ | 29.3 | 30.09 | 27.19 | - |
| YUV | 149.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 135 | 0 | 0.08 | 0.16 | 0.37 | 28.8 | 0.12 | 0.58 |
| Hex | A0 | 93 | 87 | 0 | 8 | 10 | 25 | 1D | C | 3A |
| Octal | 240 | 223 | 207 | 0 | 10 | 20 | 45 | 35 | 14 | 72 |
| Binary | 10100000 | 10010011 | 10000111 | 0 | 1000 | 10000 | 100101 | 11101 | 1100 | 111010 |
Color Harmonies of #A09387
Complementary color
Monochromatic Colors of #A09387
Black with #A09387
Text Example
Text Example
White with #A09387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09387; }
p { color: rgb(160,147,135); }
H1.HeaderClassName
{
color: #A09387;
}
.AnyTagClassName
{
color: #A09387;
}
</style>
background-color css
<style>
a { background-color: #A09387; }
a { background-color: rgb(160,147,135); }
div.DivClassName
{
background-color: #A09387;
}
.BgClassName
{
background-color: #A09387;
}
</style>
border-color css
<style>
span { border-color: #A09387; }
span { border-color: rgb(160,147,135); }
td.TdClassName
{
border-color: #A09387;
}
.TagClassName
{
border-color: #A09387;
}
</style>