Shades of Tallow #A49571
Tints of Tallow #A49571
RGB
CMYK
RGB Variations
Color information
#A49571 (or 0xA49571) is known color: Tallow. HEX triplet: A4, 95 and 71. RGB value is (164,149,113). Sum of RGB (Red+Green+Blue) = 164+149+113=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A49571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49571 is #5B6A8E. Grayscale: #959595. Windows color (decimal): -5991055 or 7443876. OLE color: 7443876.
HSL color Cylindrical-coordinate representation of color #A49571: hue angle of 42.35º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A49571 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 149 | 113 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.36 |
| HSL | 42.35º | 0.22% | 0.54% | - |
| HSV(B) | 42.35º | 0.31% | 0.64% | - |
| XYZ | 29.04 | 30.58 | 19.99 | - |
| YUV | 149.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 149 | 113 | 0 | 0.09 | 0.31 | 0.36 | 42.35 | 0.22 | 0.54 |
| Hex | A4 | 95 | 71 | 0 | 9 | 1F | 24 | 2A | 16 | 36 |
| Octal | 244 | 225 | 161 | 0 | 11 | 37 | 44 | 52 | 26 | 66 |
| Binary | 10100100 | 10010101 | 1110001 | 0 | 1001 | 11111 | 100100 | 101010 | 10110 | 110110 |
Color Harmonies of #A49571
Complementary color
Monochromatic Colors of #A49571
Black with #A49571
Text Example
Text Example
White with #A49571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49571; }
p { color: rgb(164,149,113); }
H1.HeaderClassName
{
color: #A49571;
}
.AnyTagClassName
{
color: #A49571;
}
</style>
background-color css
<style>
a { background-color: #A49571; }
a { background-color: rgb(164,149,113); }
div.DivClassName
{
background-color: #A49571;
}
.BgClassName
{
background-color: #A49571;
}
</style>
border-color css
<style>
span { border-color: #A49571; }
span { border-color: rgb(164,149,113); }
td.TdClassName
{
border-color: #A49571;
}
.TagClassName
{
border-color: #A49571;
}
</style>