Shades of Tallow #A29C77
Tints of Tallow #A29C77
RGB
CMYK
RGB Variations
Color information
#A29C77 (or 0xA29C77) is known color: Tallow. HEX triplet: A2, 9C and 77. RGB value is (162,156,119). Sum of RGB (Red+Green+Blue) = 162+156+119=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C77 is #5D6388. Grayscale: #999999. Windows color (decimal): -6120329 or 7838882. OLE color: 7838882.
HSL color Cylindrical-coordinate representation of color #A29C77: hue angle of 51.63º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A29C77 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 119 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.36 |
| HSL | 51.63º | 0.19% | 0.55% | - |
| HSV(B) | 51.63º | 0.27% | 0.64% | - |
| XYZ | 30.12 | 32.79 | 22.19 | - |
| YUV | 153.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 119 | 0 | 0.04 | 0.27 | 0.36 | 51.63 | 0.19 | 0.55 |
| Hex | A2 | 9C | 77 | 0 | 4 | 1B | 24 | 34 | 13 | 37 |
| Octal | 242 | 234 | 167 | 0 | 4 | 33 | 44 | 64 | 23 | 67 |
| Binary | 10100010 | 10011100 | 1110111 | 0 | 100 | 11011 | 100100 | 110100 | 10011 | 110111 |
Color Harmonies of #A29C77
Complementary color
Monochromatic Colors of #A29C77
Black with #A29C77
Text Example
Text Example
White with #A29C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C77; }
p { color: rgb(162,156,119); }
H1.HeaderClassName
{
color: #A29C77;
}
.AnyTagClassName
{
color: #A29C77;
}
</style>
background-color css
<style>
a { background-color: #A29C77; }
a { background-color: rgb(162,156,119); }
div.DivClassName
{
background-color: #A29C77;
}
.BgClassName
{
background-color: #A29C77;
}
</style>
border-color css
<style>
span { border-color: #A29C77; }
span { border-color: rgb(162,156,119); }
td.TdClassName
{
border-color: #A29C77;
}
.TagClassName
{
border-color: #A29C77;
}
</style>