Shades of Tallow #A29C70
Tints of Tallow #A29C70
RGB
CMYK
RGB Variations
Color information
#A29C70 (or 0xA29C70) is known color: Tallow. HEX triplet: A2, 9C and 70. RGB value is (162,156,112). Sum of RGB (Red+Green+Blue) = 162+156+112=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C70 is #5D638F. Grayscale: #989898. Windows color (decimal): -6120336 or 7380130. OLE color: 7380130.
HSL color Cylindrical-coordinate representation of color #A29C70: hue angle of 52.8º 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 #A29C70 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 112 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.36 |
| HSL | 52.8º | 0.21% | 0.54% | - |
| HSV(B) | 52.8º | 0.31% | 0.64% | - |
| XYZ | 29.71 | 32.63 | 20.06 | - |
| YUV | 152.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 112 | 0 | 0.04 | 0.31 | 0.36 | 52.8 | 0.21 | 0.54 |
| Hex | A2 | 9C | 70 | 0 | 4 | 1F | 24 | 35 | 15 | 36 |
| Octal | 242 | 234 | 160 | 0 | 4 | 37 | 44 | 65 | 25 | 66 |
| Binary | 10100010 | 10011100 | 1110000 | 0 | 100 | 11111 | 100100 | 110101 | 10101 | 110110 |
Color Harmonies of #A29C70
Complementary color
Monochromatic Colors of #A29C70
Black with #A29C70
Text Example
Text Example
White with #A29C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C70; }
p { color: rgb(162,156,112); }
H1.HeaderClassName
{
color: #A29C70;
}
.AnyTagClassName
{
color: #A29C70;
}
</style>
background-color css
<style>
a { background-color: #A29C70; }
a { background-color: rgb(162,156,112); }
div.DivClassName
{
background-color: #A29C70;
}
.BgClassName
{
background-color: #A29C70;
}
</style>
border-color css
<style>
span { border-color: #A29C70; }
span { border-color: rgb(162,156,112); }
td.TdClassName
{
border-color: #A29C70;
}
.TagClassName
{
border-color: #A29C70;
}
</style>