Shades of Tallow #A49E6F
Tints of Tallow #A49E6F
RGB
CMYK
RGB Variations
Color information
#A49E6F (or 0xA49E6F) is known color: Tallow. HEX triplet: A4, 9E and 6F. RGB value is (164,158,111). Sum of RGB (Red+Green+Blue) = 164+158+111=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E6F is #5B6190. Grayscale: #9A9A9A. Windows color (decimal): -5988753 or 7315108. OLE color: 7315108.
HSL color Cylindrical-coordinate representation of color #A49E6F: hue angle of 53.21º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A49E6F is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 158 | 111 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.36 |
| HSL | 53.21º | 0.23% | 0.54% | - |
| HSV(B) | 53.21º | 0.32% | 0.64% | - |
| XYZ | 30.41 | 33.49 | 19.9 | - |
| YUV | 154.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 158 | 111 | 0 | 0.04 | 0.32 | 0.36 | 53.21 | 0.23 | 0.54 |
| Hex | A4 | 9E | 6F | 0 | 4 | 20 | 24 | 35 | 17 | 36 |
| Octal | 244 | 236 | 157 | 0 | 4 | 40 | 44 | 65 | 27 | 66 |
| Binary | 10100100 | 10011110 | 1101111 | 0 | 100 | 100000 | 100100 | 110101 | 10111 | 110110 |
Color Harmonies of #A49E6F
Complementary color
Monochromatic Colors of #A49E6F
Black with #A49E6F
Text Example
Text Example
White with #A49E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49E6F; }
p { color: rgb(164,158,111); }
H1.HeaderClassName
{
color: #A49E6F;
}
.AnyTagClassName
{
color: #A49E6F;
}
</style>
background-color css
<style>
a { background-color: #A49E6F; }
a { background-color: rgb(164,158,111); }
div.DivClassName
{
background-color: #A49E6F;
}
.BgClassName
{
background-color: #A49E6F;
}
</style>
border-color css
<style>
span { border-color: #A49E6F; }
span { border-color: rgb(164,158,111); }
td.TdClassName
{
border-color: #A49E6F;
}
.TagClassName
{
border-color: #A49E6F;
}
</style>