Shades of Tallow #A29D70
Tints of Tallow #A29D70
RGB
CMYK
RGB Variations
Color information
#A29D70 (or 0xA29D70) is known color: Tallow. HEX triplet: A2, 9D and 70. RGB value is (162,157,112). Sum of RGB (Red+Green+Blue) = 162+157+112=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D70 is #5D628F. Grayscale: #999999. Windows color (decimal): -6120080 or 7380386. OLE color: 7380386.
HSL color Cylindrical-coordinate representation of color #A29D70: hue angle of 54º 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 #A29D70 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 112 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.36 |
| HSL | 54º | 0.21% | 0.54% | - |
| HSV(B) | 54º | 0.31% | 0.64% | - |
| XYZ | 29.88 | 32.97 | 20.12 | - |
| YUV | 153.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 112 | 0 | 0.03 | 0.31 | 0.36 | 54 | 0.21 | 0.54 |
| Hex | A2 | 9D | 70 | 0 | 3 | 1F | 24 | 36 | 15 | 36 |
| Octal | 242 | 235 | 160 | 0 | 3 | 37 | 44 | 66 | 25 | 66 |
| Binary | 10100010 | 10011101 | 1110000 | 0 | 11 | 11111 | 100100 | 110110 | 10101 | 110110 |
Color Harmonies of #A29D70
Complementary color
Monochromatic Colors of #A29D70
Black with #A29D70
Text Example
Text Example
White with #A29D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D70; }
p { color: rgb(162,157,112); }
H1.HeaderClassName
{
color: #A29D70;
}
.AnyTagClassName
{
color: #A29D70;
}
</style>
background-color css
<style>
a { background-color: #A29D70; }
a { background-color: rgb(162,157,112); }
div.DivClassName
{
background-color: #A29D70;
}
.BgClassName
{
background-color: #A29D70;
}
</style>
border-color css
<style>
span { border-color: #A29D70; }
span { border-color: rgb(162,157,112); }
td.TdClassName
{
border-color: #A29D70;
}
.TagClassName
{
border-color: #A29D70;
}
</style>