Shades of Zorba #A49187
Tints of Zorba #A49187
RGB
CMYK
RGB Variations
Color information
#A49187 (or 0xA49187) is known color: Zorba. HEX triplet: A4, 91 and 87. RGB value is (164,145,135). Sum of RGB (Red+Green+Blue) = 164+145+135=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A49187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49187 is #5B6E78. Grayscale: #959595. Windows color (decimal): -5992057 or 8884644. OLE color: 8884644.
HSL color Cylindrical-coordinate representation of color #A49187: hue angle of 20.69º 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 #A49187 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 135 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.36 |
| HSL | 20.69º | 0.14% | 0.59% | - |
| HSV(B) | 20.69º | 0.18% | 0.64% | - |
| XYZ | 29.81 | 29.89 | 27.12 | - |
| YUV | 149.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 135 | 0 | 0.12 | 0.18 | 0.36 | 20.69 | 0.14 | 0.59 |
| Hex | A4 | 91 | 87 | 0 | C | 12 | 24 | 15 | E | 3B |
| Octal | 244 | 221 | 207 | 0 | 14 | 22 | 44 | 25 | 16 | 73 |
| Binary | 10100100 | 10010001 | 10000111 | 0 | 1100 | 10010 | 100100 | 10101 | 1110 | 111011 |
Color Harmonies of #A49187
Complementary color
Monochromatic Colors of #A49187
Black with #A49187
Text Example
Text Example
White with #A49187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49187; }
p { color: rgb(164,145,135); }
H1.HeaderClassName
{
color: #A49187;
}
.AnyTagClassName
{
color: #A49187;
}
</style>
background-color css
<style>
a { background-color: #A49187; }
a { background-color: rgb(164,145,135); }
div.DivClassName
{
background-color: #A49187;
}
.BgClassName
{
background-color: #A49187;
}
</style>
border-color css
<style>
span { border-color: #A49187; }
span { border-color: rgb(164,145,135); }
td.TdClassName
{
border-color: #A49187;
}
.TagClassName
{
border-color: #A49187;
}
</style>