Shades of Tallow #A49E6E
Tints of Tallow #A49E6E
RGB
CMYK
RGB Variations
Color information
#A49E6E (or 0xA49E6E) is known color: Tallow. HEX triplet: A4, 9E and 6E. RGB value is (164,158,110). Sum of RGB (Red+Green+Blue) = 164+158+110=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E6E is #5B6191. Grayscale: #9A9A9A. Windows color (decimal): -5988754 or 7249572. OLE color: 7249572.
HSL color Cylindrical-coordinate representation of color #A49E6E: hue angle of 53.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49E6E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 110 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.36 |
| HSL | 53.33º | 0.23% | 0.54% | - |
| HSV(B) | 53.33º | 0.33% | 0.64% | - |
| XYZ | 30.35 | 33.47 | 19.61 | - |
| YUV | 154.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 110 | 0 | 0.04 | 0.33 | 0.36 | 53.33 | 0.23 | 0.54 |
| Hex | A4 | 9E | 6E | 0 | 4 | 21 | 24 | 35 | 17 | 36 |
| Octal | 244 | 236 | 156 | 0 | 4 | 41 | 44 | 65 | 27 | 66 |
| Binary | 10100100 | 10011110 | 1101110 | 0 | 100 | 100001 | 100100 | 110101 | 10111 | 110110 |
Color Harmonies of #A49E6E
Complementary color
Monochromatic Colors of #A49E6E
Black with #A49E6E
Text Example
Text Example
White with #A49E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E6E; }
p { color: rgb(164,158,110); }
H1.HeaderClassName
{
color: #A49E6E;
}
.AnyTagClassName
{
color: #A49E6E;
}
</style>
background-color css
<style>
a { background-color: #A49E6E; }
a { background-color: rgb(164,158,110); }
div.DivClassName
{
background-color: #A49E6E;
}
.BgClassName
{
background-color: #A49E6E;
}
</style>
border-color css
<style>
span { border-color: #A49E6E; }
span { border-color: rgb(164,158,110); }
td.TdClassName
{
border-color: #A49E6E;
}
.TagClassName
{
border-color: #A49E6E;
}
</style>