Shades of Zorba #A08E80
Tints of Zorba #A08E80
RGB
CMYK
RGB Variations
Color information
#A08E80 (or 0xA08E80) is known color: Zorba. HEX triplet: A0, 8E and 80. RGB value is (160,142,128). Sum of RGB (Red+Green+Blue) = 160+142+128=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08E80 is #5F717F. Grayscale: #919191. Windows color (decimal): -6254976 or 8425120. OLE color: 8425120.
HSL color Cylindrical-coordinate representation of color #A08E80: hue angle of 26.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A08E80 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 142 | 128 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.37 |
| HSL | 26.25º | 0.14% | 0.56% | - |
| HSV(B) | 26.25º | 0.2% | 0.63% | - |
| XYZ | 28.07 | 28.38 | 24.42 | - |
| YUV | 145.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 128 | 0 | 0.11 | 0.20 | 0.37 | 26.25 | 0.14 | 0.56 |
| Hex | A0 | 8E | 80 | 0 | B | 14 | 25 | 1A | E | 38 |
| Octal | 240 | 216 | 200 | 0 | 13 | 24 | 45 | 32 | 16 | 70 |
| Binary | 10100000 | 10001110 | 10000000 | 0 | 1011 | 10100 | 100101 | 11010 | 1110 | 111000 |
Color Harmonies of #A08E80
Complementary color
Monochromatic Colors of #A08E80
Black with #A08E80
Text Example
Text Example
White with #A08E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08E80; }
p { color: rgb(160,142,128); }
H1.HeaderClassName
{
color: #A08E80;
}
.AnyTagClassName
{
color: #A08E80;
}
</style>
background-color css
<style>
a { background-color: #A08E80; }
a { background-color: rgb(160,142,128); }
div.DivClassName
{
background-color: #A08E80;
}
.BgClassName
{
background-color: #A08E80;
}
</style>
border-color css
<style>
span { border-color: #A08E80; }
span { border-color: rgb(160,142,128); }
td.TdClassName
{
border-color: #A08E80;
}
.TagClassName
{
border-color: #A08E80;
}
</style>