Shades of Zorba #A08F82
Tints of Zorba #A08F82
RGB
CMYK
RGB Variations
Color information
#A08F82 (or 0xA08F82) is known color: Zorba. HEX triplet: A0, 8F and 82. RGB value is (160,143,130). Sum of RGB (Red+Green+Blue) = 160+143+130=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08F82 is #5F707D. Grayscale: #929292. Windows color (decimal): -6254718 or 8556448. OLE color: 8556448.
HSL color Cylindrical-coordinate representation of color #A08F82: hue angle of 26º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08F82 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 130 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.37 |
| HSL | 26º | 0.14% | 0.57% | - |
| HSV(B) | 26º | 0.19% | 0.63% | - |
| XYZ | 28.35 | 28.73 | 25.17 | - |
| YUV | 146.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 130 | 0 | 0.11 | 0.19 | 0.37 | 26 | 0.14 | 0.57 |
| Hex | A0 | 8F | 82 | 0 | B | 13 | 25 | 1A | E | 39 |
| Octal | 240 | 217 | 202 | 0 | 13 | 23 | 45 | 32 | 16 | 71 |
| Binary | 10100000 | 10001111 | 10000010 | 0 | 1011 | 10011 | 100101 | 11010 | 1110 | 111001 |
Color Harmonies of #A08F82
Complementary color
Monochromatic Colors of #A08F82
Black with #A08F82
Text Example
Text Example
White with #A08F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F82; }
p { color: rgb(160,143,130); }
H1.HeaderClassName
{
color: #A08F82;
}
.AnyTagClassName
{
color: #A08F82;
}
</style>
background-color css
<style>
a { background-color: #A08F82; }
a { background-color: rgb(160,143,130); }
div.DivClassName
{
background-color: #A08F82;
}
.BgClassName
{
background-color: #A08F82;
}
</style>
border-color css
<style>
span { border-color: #A08F82; }
span { border-color: rgb(160,143,130); }
td.TdClassName
{
border-color: #A08F82;
}
.TagClassName
{
border-color: #A08F82;
}
</style>