Shades of Zorba #A49486
Tints of Zorba #A49486
RGB
CMYK
RGB Variations
Color information
#A49486 (or 0xA49486) is known color: Zorba. HEX triplet: A4, 94 and 86. RGB value is (164,148,134). Sum of RGB (Red+Green+Blue) = 164+148+134=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A49486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49486 is #5B6B79. Grayscale: #979797. Windows color (decimal): -5991290 or 8819876. OLE color: 8819876.
HSL color Cylindrical-coordinate representation of color #A49486: hue angle of 28º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49486 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 134 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.36 |
| HSL | 28º | 0.14% | 0.58% | - |
| HSV(B) | 28º | 0.18% | 0.64% | - |
| XYZ | 30.2 | 30.79 | 26.91 | - |
| YUV | 151.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 134 | 0 | 0.10 | 0.18 | 0.36 | 28 | 0.14 | 0.58 |
| Hex | A4 | 94 | 86 | 0 | A | 12 | 24 | 1C | E | 3A |
| Octal | 244 | 224 | 206 | 0 | 12 | 22 | 44 | 34 | 16 | 72 |
| Binary | 10100100 | 10010100 | 10000110 | 0 | 1010 | 10010 | 100100 | 11100 | 1110 | 111010 |
Color Harmonies of #A49486
Complementary color
Monochromatic Colors of #A49486
Black with #A49486
Text Example
Text Example
White with #A49486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49486; }
p { color: rgb(164,148,134); }
H1.HeaderClassName
{
color: #A49486;
}
.AnyTagClassName
{
color: #A49486;
}
</style>
background-color css
<style>
a { background-color: #A49486; }
a { background-color: rgb(164,148,134); }
div.DivClassName
{
background-color: #A49486;
}
.BgClassName
{
background-color: #A49486;
}
</style>
border-color css
<style>
span { border-color: #A49486; }
span { border-color: rgb(164,148,134); }
td.TdClassName
{
border-color: #A49486;
}
.TagClassName
{
border-color: #A49486;
}
</style>