Shades of Tallow #A29B76
Tints of Tallow #A29B76
RGB
CMYK
RGB Variations
Color information
#A29B76 (or 0xA29B76) is known color: Tallow. HEX triplet: A2, 9B and 76. RGB value is (162,155,118). Sum of RGB (Red+Green+Blue) = 162+155+118=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B76 is #5D6489. Grayscale: #999999. Windows color (decimal): -6120586 or 7773090. OLE color: 7773090.
HSL color Cylindrical-coordinate representation of color #A29B76: hue angle of 50.45º 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 #A29B76 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 118 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.36 |
| HSL | 50.45º | 0.19% | 0.55% | - |
| HSV(B) | 50.45º | 0.27% | 0.64% | - |
| XYZ | 29.89 | 32.43 | 21.82 | - |
| YUV | 152.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 118 | 0 | 0.04 | 0.27 | 0.36 | 50.45 | 0.19 | 0.55 |
| Hex | A2 | 9B | 76 | 0 | 4 | 1B | 24 | 32 | 13 | 37 |
| Octal | 242 | 233 | 166 | 0 | 4 | 33 | 44 | 62 | 23 | 67 |
| Binary | 10100010 | 10011011 | 1110110 | 0 | 100 | 11011 | 100100 | 110010 | 10011 | 110111 |
Color Harmonies of #A29B76
Complementary color
Monochromatic Colors of #A29B76
Black with #A29B76
Text Example
Text Example
White with #A29B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B76; }
p { color: rgb(162,155,118); }
H1.HeaderClassName
{
color: #A29B76;
}
.AnyTagClassName
{
color: #A29B76;
}
</style>
background-color css
<style>
a { background-color: #A29B76; }
a { background-color: rgb(162,155,118); }
div.DivClassName
{
background-color: #A29B76;
}
.BgClassName
{
background-color: #A29B76;
}
</style>
border-color css
<style>
span { border-color: #A29B76; }
span { border-color: rgb(162,155,118); }
td.TdClassName
{
border-color: #A29B76;
}
.TagClassName
{
border-color: #A29B76;
}
</style>