Shades of Zorba #A08D84
Tints of Zorba #A08D84
RGB
CMYK
RGB Variations
Color information
#A08D84 (or 0xA08D84) is known color: Zorba. HEX triplet: A0, 8D and 84. RGB value is (160,141,132). Sum of RGB (Red+Green+Blue) = 160+141+132=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D84 is #5F727B. Grayscale: #919191. Windows color (decimal): -6255228 or 8687008. OLE color: 8687008.
HSL color Cylindrical-coordinate representation of color #A08D84: hue angle of 19.29º 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 #A08D84 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 132 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.37 |
| HSL | 19.29º | 0.13% | 0.57% | - |
| HSV(B) | 19.29º | 0.18% | 0.63% | - |
| XYZ | 28.19 | 28.19 | 25.79 | - |
| YUV | 145.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 132 | 0 | 0.12 | 0.17 | 0.37 | 19.29 | 0.13 | 0.57 |
| Hex | A0 | 8D | 84 | 0 | C | 11 | 25 | 13 | D | 39 |
| Octal | 240 | 215 | 204 | 0 | 14 | 21 | 45 | 23 | 15 | 71 |
| Binary | 10100000 | 10001101 | 10000100 | 0 | 1100 | 10001 | 100101 | 10011 | 1101 | 111001 |
Color Harmonies of #A08D84
Complementary color
Monochromatic Colors of #A08D84
Black with #A08D84
Text Example
Text Example
White with #A08D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D84; }
p { color: rgb(160,141,132); }
H1.HeaderClassName
{
color: #A08D84;
}
.AnyTagClassName
{
color: #A08D84;
}
</style>
background-color css
<style>
a { background-color: #A08D84; }
a { background-color: rgb(160,141,132); }
div.DivClassName
{
background-color: #A08D84;
}
.BgClassName
{
background-color: #A08D84;
}
</style>
border-color css
<style>
span { border-color: #A08D84; }
span { border-color: rgb(160,141,132); }
td.TdClassName
{
border-color: #A08D84;
}
.TagClassName
{
border-color: #A08D84;
}
</style>