Shades of Tallow #A49971
Tints of Tallow #A49971
RGB
CMYK
RGB Variations
Color information
#A49971 (or 0xA49971) is known color: Tallow. HEX triplet: A4, 99 and 71. RGB value is (164,153,113). Sum of RGB (Red+Green+Blue) = 164+153+113=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A49971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49971 is #5B668E. Grayscale: #979797. Windows color (decimal): -5990031 or 7444900. OLE color: 7444900.
HSL color Cylindrical-coordinate representation of color #A49971: hue angle of 47.06º 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 #A49971 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 113 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.36 |
| HSL | 47.06º | 0.22% | 0.54% | - |
| HSV(B) | 47.06º | 0.31% | 0.64% | - |
| XYZ | 29.68 | 31.87 | 20.21 | - |
| YUV | 151.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 113 | 0 | 0.07 | 0.31 | 0.36 | 47.06 | 0.22 | 0.54 |
| Hex | A4 | 99 | 71 | 0 | 7 | 1F | 24 | 2F | 16 | 36 |
| Octal | 244 | 231 | 161 | 0 | 7 | 37 | 44 | 57 | 26 | 66 |
| Binary | 10100100 | 10011001 | 1110001 | 0 | 111 | 11111 | 100100 | 101111 | 10110 | 110110 |
Color Harmonies of #A49971
Complementary color
Monochromatic Colors of #A49971
Black with #A49971
Text Example
Text Example
White with #A49971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49971; }
p { color: rgb(164,153,113); }
H1.HeaderClassName
{
color: #A49971;
}
.AnyTagClassName
{
color: #A49971;
}
</style>
background-color css
<style>
a { background-color: #A49971; }
a { background-color: rgb(164,153,113); }
div.DivClassName
{
background-color: #A49971;
}
.BgClassName
{
background-color: #A49971;
}
</style>
border-color css
<style>
span { border-color: #A49971; }
span { border-color: rgb(164,153,113); }
td.TdClassName
{
border-color: #A49971;
}
.TagClassName
{
border-color: #A49971;
}
</style>