Shades of Zorba #A08F83
Tints of Zorba #A08F83
RGB
CMYK
RGB Variations
Color information
#A08F83 (or 0xA08F83) is known color: Zorba. HEX triplet: A0, 8F and 83. RGB value is (160,143,131). Sum of RGB (Red+Green+Blue) = 160+143+131=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08F83 is #5F707C. Grayscale: #929292. Windows color (decimal): -6254717 or 8621984. OLE color: 8621984.
HSL color Cylindrical-coordinate representation of color #A08F83: hue angle of 24.83º 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 #A08F83 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 131 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.37 |
| HSL | 24.83º | 0.13% | 0.57% | - |
| HSV(B) | 24.83º | 0.18% | 0.63% | - |
| XYZ | 28.42 | 28.76 | 25.53 | - |
| YUV | 146.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 131 | 0 | 0.11 | 0.18 | 0.37 | 24.83 | 0.13 | 0.57 |
| Hex | A0 | 8F | 83 | 0 | B | 12 | 25 | 19 | D | 39 |
| Octal | 240 | 217 | 203 | 0 | 13 | 22 | 45 | 31 | 15 | 71 |
| Binary | 10100000 | 10001111 | 10000011 | 0 | 1011 | 10010 | 100101 | 11001 | 1101 | 111001 |
Color Harmonies of #A08F83
Complementary color
Monochromatic Colors of #A08F83
Black with #A08F83
Text Example
Text Example
White with #A08F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F83; }
p { color: rgb(160,143,131); }
H1.HeaderClassName
{
color: #A08F83;
}
.AnyTagClassName
{
color: #A08F83;
}
</style>
background-color css
<style>
a { background-color: #A08F83; }
a { background-color: rgb(160,143,131); }
div.DivClassName
{
background-color: #A08F83;
}
.BgClassName
{
background-color: #A08F83;
}
</style>
border-color css
<style>
span { border-color: #A08F83; }
span { border-color: rgb(160,143,131); }
td.TdClassName
{
border-color: #A08F83;
}
.TagClassName
{
border-color: #A08F83;
}
</style>