Shades of Zorba #A49589
Tints of Zorba #A49589
RGB
CMYK
RGB Variations
Color information
#A49589 (or 0xA49589) is known color: Zorba. HEX triplet: A4, 95 and 89. RGB value is (164,149,137). Sum of RGB (Red+Green+Blue) = 164+149+137=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A49589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49589 is #5B6A76. Grayscale: #989898. Windows color (decimal): -5991031 or 9016740. OLE color: 9016740.
HSL color Cylindrical-coordinate representation of color #A49589: hue angle of 26.67º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A49589 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 137 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.36 |
| HSL | 26.67º | 0.13% | 0.59% | - |
| HSV(B) | 26.67º | 0.16% | 0.64% | - |
| XYZ | 30.57 | 31.19 | 28.08 | - |
| YUV | 152.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 137 | 0 | 0.09 | 0.16 | 0.36 | 26.67 | 0.13 | 0.59 |
| Hex | A4 | 95 | 89 | 0 | 9 | 10 | 24 | 1B | D | 3B |
| Octal | 244 | 225 | 211 | 0 | 11 | 20 | 44 | 33 | 15 | 73 |
| Binary | 10100100 | 10010101 | 10001001 | 0 | 1001 | 10000 | 100100 | 11011 | 1101 | 111011 |
Color Harmonies of #A49589
Complementary color
Monochromatic Colors of #A49589
Black with #A49589
Text Example
Text Example
White with #A49589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49589; }
p { color: rgb(164,149,137); }
H1.HeaderClassName
{
color: #A49589;
}
.AnyTagClassName
{
color: #A49589;
}
</style>
background-color css
<style>
a { background-color: #A49589; }
a { background-color: rgb(164,149,137); }
div.DivClassName
{
background-color: #A49589;
}
.BgClassName
{
background-color: #A49589;
}
</style>
border-color css
<style>
span { border-color: #A49589; }
span { border-color: rgb(164,149,137); }
td.TdClassName
{
border-color: #A49589;
}
.TagClassName
{
border-color: #A49589;
}
</style>