Shades of Tallow #A29871
Tints of Tallow #A29871
RGB
CMYK
RGB Variations
Color information
#A29871 (or 0xA29871) is known color: Tallow. HEX triplet: A2, 98 and 71. RGB value is (162,152,113). Sum of RGB (Red+Green+Blue) = 162+152+113=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A29871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29871 is #5D678E. Grayscale: #969696. Windows color (decimal): -6121359 or 7444642. OLE color: 7444642.
HSL color Cylindrical-coordinate representation of color #A29871: hue angle of 47.76º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29871 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 113 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.36 |
| HSL | 47.76º | 0.21% | 0.54% | - |
| HSV(B) | 47.76º | 0.3% | 0.64% | - |
| XYZ | 29.11 | 31.33 | 20.14 | - |
| YUV | 150.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 113 | 0 | 0.06 | 0.30 | 0.36 | 47.76 | 0.21 | 0.54 |
| Hex | A2 | 98 | 71 | 0 | 6 | 1E | 24 | 30 | 15 | 36 |
| Octal | 242 | 230 | 161 | 0 | 6 | 36 | 44 | 60 | 25 | 66 |
| Binary | 10100010 | 10011000 | 1110001 | 0 | 110 | 11110 | 100100 | 110000 | 10101 | 110110 |
Color Harmonies of #A29871
Complementary color
Monochromatic Colors of #A29871
Black with #A29871
Text Example
Text Example
White with #A29871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29871; }
p { color: rgb(162,152,113); }
H1.HeaderClassName
{
color: #A29871;
}
.AnyTagClassName
{
color: #A29871;
}
</style>
background-color css
<style>
a { background-color: #A29871; }
a { background-color: rgb(162,152,113); }
div.DivClassName
{
background-color: #A29871;
}
.BgClassName
{
background-color: #A29871;
}
</style>
border-color css
<style>
span { border-color: #A29871; }
span { border-color: rgb(162,152,113); }
td.TdClassName
{
border-color: #A29871;
}
.TagClassName
{
border-color: #A29871;
}
</style>