Shades of Zorba #A49B91
Tints of Zorba #A49B91
RGB
CMYK
RGB Variations
Color information
#A49B91 (or 0xA49B91) is known color: Zorba. HEX triplet: A4, 9B and 91. RGB value is (164,155,145). Sum of RGB (Red+Green+Blue) = 164+155+145=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B91 is #5B646E. Grayscale: #9C9C9C. Windows color (decimal): -5989487 or 9542564. OLE color: 9542564.
HSL color Cylindrical-coordinate representation of color #A49B91: hue angle of 31.58º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A49B91 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 145 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.36 |
| HSL | 31.58º | 0.09% | 0.61% | - |
| HSV(B) | 31.58º | 0.12% | 0.64% | - |
| XYZ | 32.14 | 33.38 | 31.54 | - |
| YUV | 156.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 145 | 0 | 0.05 | 0.12 | 0.36 | 31.58 | 0.09 | 0.61 |
| Hex | A4 | 9B | 91 | 0 | 5 | C | 24 | 20 | 9 | 3D |
| Octal | 244 | 233 | 221 | 0 | 5 | 14 | 44 | 40 | 11 | 75 |
| Binary | 10100100 | 10011011 | 10010001 | 0 | 101 | 1100 | 100100 | 100000 | 1001 | 111101 |
Color Harmonies of #A49B91
Complementary color
Monochromatic Colors of #A49B91
Black with #A49B91
Text Example
Text Example
White with #A49B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B91; }
p { color: rgb(164,155,145); }
H1.HeaderClassName
{
color: #A49B91;
}
.AnyTagClassName
{
color: #A49B91;
}
</style>
background-color css
<style>
a { background-color: #A49B91; }
a { background-color: rgb(164,155,145); }
div.DivClassName
{
background-color: #A49B91;
}
.BgClassName
{
background-color: #A49B91;
}
</style>
border-color css
<style>
span { border-color: #A49B91; }
span { border-color: rgb(164,155,145); }
td.TdClassName
{
border-color: #A49B91;
}
.TagClassName
{
border-color: #A49B91;
}
</style>