Shades of Zorba #A49586
Tints of Zorba #A49586
RGB
CMYK
RGB Variations
Color information
#A49586 (or 0xA49586) is known color: Zorba. HEX triplet: A4, 95 and 86. RGB value is (164,149,134). Sum of RGB (Red+Green+Blue) = 164+149+134=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A49586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49586 is #5B6A79. Grayscale: #979797. Windows color (decimal): -5991034 or 8820132. OLE color: 8820132.
HSL color Cylindrical-coordinate representation of color #A49586: hue angle of 30º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49586 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 134 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.36 |
| HSL | 30º | 0.14% | 0.58% | - |
| HSV(B) | 30º | 0.18% | 0.64% | - |
| XYZ | 30.36 | 31.11 | 26.96 | - |
| YUV | 151.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 134 | 0 | 0.09 | 0.18 | 0.36 | 30 | 0.14 | 0.58 |
| Hex | A4 | 95 | 86 | 0 | 9 | 12 | 24 | 1E | E | 3A |
| Octal | 244 | 225 | 206 | 0 | 11 | 22 | 44 | 36 | 16 | 72 |
| Binary | 10100100 | 10010101 | 10000110 | 0 | 1001 | 10010 | 100100 | 11110 | 1110 | 111010 |
Color Harmonies of #A49586
Complementary color
Monochromatic Colors of #A49586
Black with #A49586
Text Example
Text Example
White with #A49586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49586; }
p { color: rgb(164,149,134); }
H1.HeaderClassName
{
color: #A49586;
}
.AnyTagClassName
{
color: #A49586;
}
</style>
background-color css
<style>
a { background-color: #A49586; }
a { background-color: rgb(164,149,134); }
div.DivClassName
{
background-color: #A49586;
}
.BgClassName
{
background-color: #A49586;
}
</style>
border-color css
<style>
span { border-color: #A49586; }
span { border-color: rgb(164,149,134); }
td.TdClassName
{
border-color: #A49586;
}
.TagClassName
{
border-color: #A49586;
}
</style>