Shades of Zorba #A08D83
Tints of Zorba #A08D83
RGB
CMYK
RGB Variations
Color information
#A08D83 (or 0xA08D83) is known color: Zorba. HEX triplet: A0, 8D and 83. RGB value is (160,141,131). Sum of RGB (Red+Green+Blue) = 160+141+131=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08D83 is #5F727C. Grayscale: #919191. Windows color (decimal): -6255229 or 8621472. OLE color: 8621472.
HSL color Cylindrical-coordinate representation of color #A08D83: hue angle of 20.69º 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 #A08D83 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 131 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.37 |
| HSL | 20.69º | 0.13% | 0.57% | - |
| HSV(B) | 20.69º | 0.18% | 0.63% | - |
| XYZ | 28.12 | 28.16 | 25.43 | - |
| YUV | 145.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 131 | 0 | 0.12 | 0.18 | 0.37 | 20.69 | 0.13 | 0.57 |
| Hex | A0 | 8D | 83 | 0 | C | 12 | 25 | 15 | D | 39 |
| Octal | 240 | 215 | 203 | 0 | 14 | 22 | 45 | 25 | 15 | 71 |
| Binary | 10100000 | 10001101 | 10000011 | 0 | 1100 | 10010 | 100101 | 10101 | 1101 | 111001 |
Color Harmonies of #A08D83
Complementary color
Monochromatic Colors of #A08D83
Black with #A08D83
Text Example
Text Example
White with #A08D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D83; }
p { color: rgb(160,141,131); }
H1.HeaderClassName
{
color: #A08D83;
}
.AnyTagClassName
{
color: #A08D83;
}
</style>
background-color css
<style>
a { background-color: #A08D83; }
a { background-color: rgb(160,141,131); }
div.DivClassName
{
background-color: #A08D83;
}
.BgClassName
{
background-color: #A08D83;
}
</style>
border-color css
<style>
span { border-color: #A08D83; }
span { border-color: rgb(160,141,131); }
td.TdClassName
{
border-color: #A08D83;
}
.TagClassName
{
border-color: #A08D83;
}
</style>