Shades of Zorba #A09083
Tints of Zorba #A09083
RGB
CMYK
RGB Variations
Color information
#A09083 (or 0xA09083) is known color: Zorba. HEX triplet: A0, 90 and 83. RGB value is (160,144,131). Sum of RGB (Red+Green+Blue) = 160+144+131=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A09083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09083 is #5F6F7C. Grayscale: #939393. Windows color (decimal): -6254461 or 8622240. OLE color: 8622240.
HSL color Cylindrical-coordinate representation of color #A09083: hue angle of 26.9º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09083 is Cyan = 0, Magento = 0.1, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 144 | 131 | - |
| CMYK | 0 | 0.1 | 0.18 | 0.37 |
| HSL | 26.9º | 0.13% | 0.57% | - |
| HSV(B) | 26.9º | 0.18% | 0.63% | - |
| XYZ | 28.57 | 29.06 | 25.58 | - |
| YUV | 147.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 131 | 0 | 0.1 | 0.18 | 0.37 | 26.9 | 0.13 | 0.57 |
| Hex | A0 | 90 | 83 | 0 | A | 12 | 25 | 1B | D | 39 |
| Octal | 240 | 220 | 203 | 0 | 12 | 22 | 45 | 33 | 15 | 71 |
| Binary | 10100000 | 10010000 | 10000011 | 0 | 1010 | 10010 | 100101 | 11011 | 1101 | 111001 |
Color Harmonies of #A09083
Complementary color
Monochromatic Colors of #A09083
Black with #A09083
Text Example
Text Example
White with #A09083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09083; }
p { color: rgb(160,144,131); }
H1.HeaderClassName
{
color: #A09083;
}
.AnyTagClassName
{
color: #A09083;
}
</style>
background-color css
<style>
a { background-color: #A09083; }
a { background-color: rgb(160,144,131); }
div.DivClassName
{
background-color: #A09083;
}
.BgClassName
{
background-color: #A09083;
}
</style>
border-color css
<style>
span { border-color: #A09083; }
span { border-color: rgb(160,144,131); }
td.TdClassName
{
border-color: #A09083;
}
.TagClassName
{
border-color: #A09083;
}
</style>