Shades of Zorba #A49587
Tints of Zorba #A49587
RGB
CMYK
RGB Variations
Color information
#A49587 (or 0xA49587) is known color: Zorba. HEX triplet: A4, 95 and 87. RGB value is (164,149,135). Sum of RGB (Red+Green+Blue) = 164+149+135=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A49587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49587 is #5B6A78. Grayscale: #979797. Windows color (decimal): -5991033 or 8885668. OLE color: 8885668.
HSL color Cylindrical-coordinate representation of color #A49587: hue angle of 28.97º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49587 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 135 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.36 |
| HSL | 28.97º | 0.14% | 0.59% | - |
| HSV(B) | 28.97º | 0.18% | 0.64% | - |
| XYZ | 30.43 | 31.14 | 27.33 | - |
| YUV | 151.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 135 | 0 | 0.09 | 0.18 | 0.36 | 28.97 | 0.14 | 0.59 |
| Hex | A4 | 95 | 87 | 0 | 9 | 12 | 24 | 1D | E | 3B |
| Octal | 244 | 225 | 207 | 0 | 11 | 22 | 44 | 35 | 16 | 73 |
| Binary | 10100100 | 10010101 | 10000111 | 0 | 1001 | 10010 | 100100 | 11101 | 1110 | 111011 |
Color Harmonies of #A49587
Complementary color
Monochromatic Colors of #A49587
Black with #A49587
Text Example
Text Example
White with #A49587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49587; }
p { color: rgb(164,149,135); }
H1.HeaderClassName
{
color: #A49587;
}
.AnyTagClassName
{
color: #A49587;
}
</style>
background-color css
<style>
a { background-color: #A49587; }
a { background-color: rgb(164,149,135); }
div.DivClassName
{
background-color: #A49587;
}
.BgClassName
{
background-color: #A49587;
}
</style>
border-color css
<style>
span { border-color: #A49587; }
span { border-color: rgb(164,149,135); }
td.TdClassName
{
border-color: #A49587;
}
.TagClassName
{
border-color: #A49587;
}
</style>