Shades of Tallow #A49E6D
Tints of Tallow #A49E6D
RGB
CMYK
RGB Variations
Color information
#A49E6D (or 0xA49E6D) is known color: Tallow. HEX triplet: A4, 9E and 6D. RGB value is (164,158,109). Sum of RGB (Red+Green+Blue) = 164+158+109=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E6D is #5B6192. Grayscale: #9A9A9A. Windows color (decimal): -5988755 or 7184036. OLE color: 7184036.
HSL color Cylindrical-coordinate representation of color #A49E6D: hue angle of 53.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A49E6D is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 109 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.36 |
| HSL | 53.45º | 0.23% | 0.54% | - |
| HSV(B) | 53.45º | 0.34% | 0.64% | - |
| XYZ | 30.3 | 33.45 | 19.33 | - |
| YUV | 154.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 109 | 0 | 0.04 | 0.34 | 0.36 | 53.45 | 0.23 | 0.54 |
| Hex | A4 | 9E | 6D | 0 | 4 | 22 | 24 | 35 | 17 | 36 |
| Octal | 244 | 236 | 155 | 0 | 4 | 42 | 44 | 65 | 27 | 66 |
| Binary | 10100100 | 10011110 | 1101101 | 0 | 100 | 100010 | 100100 | 110101 | 10111 | 110110 |
Color Harmonies of #A49E6D
Complementary color
Monochromatic Colors of #A49E6D
Black with #A49E6D
Text Example
Text Example
White with #A49E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E6D; }
p { color: rgb(164,158,109); }
H1.HeaderClassName
{
color: #A49E6D;
}
.AnyTagClassName
{
color: #A49E6D;
}
</style>
background-color css
<style>
a { background-color: #A49E6D; }
a { background-color: rgb(164,158,109); }
div.DivClassName
{
background-color: #A49E6D;
}
.BgClassName
{
background-color: #A49E6D;
}
</style>
border-color css
<style>
span { border-color: #A49E6D; }
span { border-color: rgb(164,158,109); }
td.TdClassName
{
border-color: #A49E6D;
}
.TagClassName
{
border-color: #A49E6D;
}
</style>