Shades of Zorba #A89586
Tints of Zorba #A89586
RGB
CMYK
RGB Variations
Color information
#A89586 (or 0xA89586) is known color: Zorba. HEX triplet: A8, 95 and 86. RGB value is (168,149,134). Sum of RGB (Red+Green+Blue) = 168+149+134=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 168 - color contains mainly: red. Hex color #A89586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89586 is #576A79. Grayscale: #999999. Windows color (decimal): -5728890 or 8820136. OLE color: 8820136.
HSL color Cylindrical-coordinate representation of color #A89586: hue angle of 26.47º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A89586 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 134 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.34 |
| HSL | 26.47º | 0.16% | 0.59% | - |
| HSV(B) | 26.47º | 0.2% | 0.66% | - |
| XYZ | 31.2 | 31.54 | 27 | - |
| YUV | 152.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 134 | 0 | 0.11 | 0.20 | 0.34 | 26.47 | 0.16 | 0.59 |
| Hex | A8 | 95 | 86 | 0 | B | 14 | 22 | 1A | 10 | 3B |
| Octal | 250 | 225 | 206 | 0 | 13 | 24 | 42 | 32 | 20 | 73 |
| Binary | 10101000 | 10010101 | 10000110 | 0 | 1011 | 10100 | 100010 | 11010 | 10000 | 111011 |
Color Harmonies of #A89586
Complementary color
Monochromatic Colors of #A89586
Black with #A89586
Text Example
Text Example
White with #A89586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89586; }
p { color: rgb(168,149,134); }
H1.HeaderClassName
{
color: #A89586;
}
.AnyTagClassName
{
color: #A89586;
}
</style>
background-color css
<style>
a { background-color: #A89586; }
a { background-color: rgb(168,149,134); }
div.DivClassName
{
background-color: #A89586;
}
.BgClassName
{
background-color: #A89586;
}
</style>
border-color css
<style>
span { border-color: #A89586; }
span { border-color: rgb(168,149,134); }
td.TdClassName
{
border-color: #A89586;
}
.TagClassName
{
border-color: #A89586;
}
</style>