Shades of Zorba #A08F7E
Tints of Zorba #A08F7E
RGB
CMYK
RGB Variations
Color information
#A08F7E (or 0xA08F7E) is known color: Zorba. HEX triplet: A0, 8F and 7E. RGB value is (160,143,126). Sum of RGB (Red+Green+Blue) = 160+143+126=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F7E is #5F7081. Grayscale: #929292. Windows color (decimal): -6254722 or 8294304. OLE color: 8294304.
HSL color Cylindrical-coordinate representation of color #A08F7E: hue angle of 30º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A08F7E is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 143 | 126 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.37 |
| HSL | 30º | 0.15% | 0.56% | - |
| HSV(B) | 30º | 0.21% | 0.63% | - |
| XYZ | 28.09 | 28.62 | 23.78 | - |
| YUV | 146.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 143 | 126 | 0 | 0.11 | 0.21 | 0.37 | 30 | 0.15 | 0.56 |
| Hex | A0 | 8F | 7E | 0 | B | 15 | 25 | 1E | F | 38 |
| Octal | 240 | 217 | 176 | 0 | 13 | 25 | 45 | 36 | 17 | 70 |
| Binary | 10100000 | 10001111 | 1111110 | 0 | 1011 | 10101 | 100101 | 11110 | 1111 | 111000 |
Color Harmonies of #A08F7E
Complementary color
Monochromatic Colors of #A08F7E
Black with #A08F7E
Text Example
Text Example
White with #A08F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08F7E; }
p { color: rgb(160,143,126); }
H1.HeaderClassName
{
color: #A08F7E;
}
.AnyTagClassName
{
color: #A08F7E;
}
</style>
background-color css
<style>
a { background-color: #A08F7E; }
a { background-color: rgb(160,143,126); }
div.DivClassName
{
background-color: #A08F7E;
}
.BgClassName
{
background-color: #A08F7E;
}
</style>
border-color css
<style>
span { border-color: #A08F7E; }
span { border-color: rgb(160,143,126); }
td.TdClassName
{
border-color: #A08F7E;
}
.TagClassName
{
border-color: #A08F7E;
}
</style>