Shades of Tallow #A29877
Tints of Tallow #A29877
RGB
CMYK
RGB Variations
Color information
#A29877 (or 0xA29877) is known color: Tallow. HEX triplet: A2, 98 and 77. RGB value is (162,152,119). Sum of RGB (Red+Green+Blue) = 162+152+119=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A29877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29877 is #5D6788. Grayscale: #979797. Windows color (decimal): -6121353 or 7837858. OLE color: 7837858.
HSL color Cylindrical-coordinate representation of color #A29877: hue angle of 46.05º 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 #A29877 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 119 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.36 |
| HSL | 46.05º | 0.19% | 0.55% | - |
| HSV(B) | 46.05º | 0.27% | 0.64% | - |
| XYZ | 29.46 | 31.47 | 21.97 | - |
| YUV | 151.23 | 109.81 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 119 | 0 | 0.06 | 0.27 | 0.36 | 46.05 | 0.19 | 0.55 |
| Hex | A2 | 98 | 77 | 0 | 6 | 1B | 24 | 2E | 13 | 37 |
| Octal | 242 | 230 | 167 | 0 | 6 | 33 | 44 | 56 | 23 | 67 |
| Binary | 10100010 | 10011000 | 1110111 | 0 | 110 | 11011 | 100100 | 101110 | 10011 | 110111 |
Color Harmonies of #A29877
Complementary color
Monochromatic Colors of #A29877
Black with #A29877
Text Example
Text Example
White with #A29877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29877; }
p { color: rgb(162,152,119); }
H1.HeaderClassName
{
color: #A29877;
}
.AnyTagClassName
{
color: #A29877;
}
</style>
background-color css
<style>
a { background-color: #A29877; }
a { background-color: rgb(162,152,119); }
div.DivClassName
{
background-color: #A29877;
}
.BgClassName
{
background-color: #A29877;
}
</style>
border-color css
<style>
span { border-color: #A29877; }
span { border-color: rgb(162,152,119); }
td.TdClassName
{
border-color: #A29877;
}
.TagClassName
{
border-color: #A29877;
}
</style>