Shades of Tallow #A29870
Tints of Tallow #A29870
RGB
CMYK
RGB Variations
Color information
#A29870 (or 0xA29870) is known color: Tallow. HEX triplet: A2, 98 and 70. RGB value is (162,152,112). Sum of RGB (Red+Green+Blue) = 162+152+112=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A29870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29870 is #5D678F. Grayscale: #969696. Windows color (decimal): -6121360 or 7379106. OLE color: 7379106.
HSL color Cylindrical-coordinate representation of color #A29870: hue angle of 48º degrees, saturation: 0.21, 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 #A29870 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 112 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.36 |
| HSL | 48º | 0.21% | 0.54% | - |
| HSV(B) | 48º | 0.31% | 0.64% | - |
| XYZ | 29.05 | 31.31 | 19.84 | - |
| YUV | 150.43 | 106.31 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 112 | 0 | 0.06 | 0.31 | 0.36 | 48 | 0.21 | 0.54 |
| Hex | A2 | 98 | 70 | 0 | 6 | 1F | 24 | 30 | 15 | 36 |
| Octal | 242 | 230 | 160 | 0 | 6 | 37 | 44 | 60 | 25 | 66 |
| Binary | 10100010 | 10011000 | 1110000 | 0 | 110 | 11111 | 100100 | 110000 | 10101 | 110110 |
Color Harmonies of #A29870
Complementary color
Monochromatic Colors of #A29870
Black with #A29870
Text Example
Text Example
White with #A29870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29870; }
p { color: rgb(162,152,112); }
H1.HeaderClassName
{
color: #A29870;
}
.AnyTagClassName
{
color: #A29870;
}
</style>
background-color css
<style>
a { background-color: #A29870; }
a { background-color: rgb(162,152,112); }
div.DivClassName
{
background-color: #A29870;
}
.BgClassName
{
background-color: #A29870;
}
</style>
border-color css
<style>
span { border-color: #A29870; }
span { border-color: rgb(162,152,112); }
td.TdClassName
{
border-color: #A29870;
}
.TagClassName
{
border-color: #A29870;
}
</style>