Shades of Tallow #A29C74
Tints of Tallow #A29C74
RGB
CMYK
RGB Variations
Color information
#A29C74 (or 0xA29C74) is known color: Tallow. HEX triplet: A2, 9C and 74. RGB value is (162,156,116). Sum of RGB (Red+Green+Blue) = 162+156+116=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C74 is #5D638B. Grayscale: #999999. Windows color (decimal): -6120332 or 7642274. OLE color: 7642274.
HSL color Cylindrical-coordinate representation of color #A29C74: hue angle of 52.17º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29C74 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 116 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.36 |
| HSL | 52.17º | 0.2% | 0.55% | - |
| HSV(B) | 52.17º | 0.28% | 0.64% | - |
| XYZ | 29.94 | 32.72 | 21.26 | - |
| YUV | 153.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 116 | 0 | 0.04 | 0.28 | 0.36 | 52.17 | 0.2 | 0.55 |
| Hex | A2 | 9C | 74 | 0 | 4 | 1C | 24 | 34 | 14 | 37 |
| Octal | 242 | 234 | 164 | 0 | 4 | 34 | 44 | 64 | 24 | 67 |
| Binary | 10100010 | 10011100 | 1110100 | 0 | 100 | 11100 | 100100 | 110100 | 10100 | 110111 |
Color Harmonies of #A29C74
Complementary color
Monochromatic Colors of #A29C74
Black with #A29C74
Text Example
Text Example
White with #A29C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C74; }
p { color: rgb(162,156,116); }
H1.HeaderClassName
{
color: #A29C74;
}
.AnyTagClassName
{
color: #A29C74;
}
</style>
background-color css
<style>
a { background-color: #A29C74; }
a { background-color: rgb(162,156,116); }
div.DivClassName
{
background-color: #A29C74;
}
.BgClassName
{
background-color: #A29C74;
}
</style>
border-color css
<style>
span { border-color: #A29C74; }
span { border-color: rgb(162,156,116); }
td.TdClassName
{
border-color: #A29C74;
}
.TagClassName
{
border-color: #A29C74;
}
</style>