Shades of Zorba #A49D95
Tints of Zorba #A49D95
RGB
CMYK
RGB Variations
Color information
#A49D95 (or 0xA49D95) is known color: Zorba. HEX triplet: A4, 9D and 95. RGB value is (164,157,149). Sum of RGB (Red+Green+Blue) = 164+157+149=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49D95 is #5B626A. Grayscale: #9E9E9E. Windows color (decimal): -5988971 or 9805220. OLE color: 9805220.
HSL color Cylindrical-coordinate representation of color #A49D95: hue angle of 32º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A49D95 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 149 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.36 |
| HSL | 32º | 0.08% | 0.61% | - |
| HSV(B) | 32º | 0.09% | 0.64% | - |
| XYZ | 32.79 | 34.18 | 33.3 | - |
| YUV | 158.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 149 | 0 | 0.04 | 0.09 | 0.36 | 32 | 0.08 | 0.61 |
| Hex | A4 | 9D | 95 | 0 | 4 | 9 | 24 | 20 | 8 | 3D |
| Octal | 244 | 235 | 225 | 0 | 4 | 11 | 44 | 40 | 10 | 75 |
| Binary | 10100100 | 10011101 | 10010101 | 0 | 100 | 1001 | 100100 | 100000 | 1000 | 111101 |
Color Harmonies of #A49D95
Complementary color
Monochromatic Colors of #A49D95
Black with #A49D95
Text Example
Text Example
White with #A49D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D95; }
p { color: rgb(164,157,149); }
H1.HeaderClassName
{
color: #A49D95;
}
.AnyTagClassName
{
color: #A49D95;
}
</style>
background-color css
<style>
a { background-color: #A49D95; }
a { background-color: rgb(164,157,149); }
div.DivClassName
{
background-color: #A49D95;
}
.BgClassName
{
background-color: #A49D95;
}
</style>
border-color css
<style>
span { border-color: #A49D95; }
span { border-color: rgb(164,157,149); }
td.TdClassName
{
border-color: #A49D95;
}
.TagClassName
{
border-color: #A49D95;
}
</style>