Shades of Tallow #A29A78
Tints of Tallow #A29A78
RGB
CMYK
RGB Variations
Color information
#A29A78 (or 0xA29A78) is known color: Tallow. HEX triplet: A2, 9A and 78. RGB value is (162,154,120). Sum of RGB (Red+Green+Blue) = 162+154+120=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A78 is #5D6587. Grayscale: #989898. Windows color (decimal): -6120840 or 7903906. OLE color: 7903906.
HSL color Cylindrical-coordinate representation of color #A29A78: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A29A78 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 120 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.36 |
| HSL | 48.57º | 0.18% | 0.55% | - |
| HSV(B) | 48.57º | 0.26% | 0.64% | - |
| XYZ | 29.85 | 32.15 | 22.4 | - |
| YUV | 152.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 120 | 0 | 0.05 | 0.26 | 0.36 | 48.57 | 0.18 | 0.55 |
| Hex | A2 | 9A | 78 | 0 | 5 | 1A | 24 | 31 | 12 | 37 |
| Octal | 242 | 232 | 170 | 0 | 5 | 32 | 44 | 61 | 22 | 67 |
| Binary | 10100010 | 10011010 | 1111000 | 0 | 101 | 11010 | 100100 | 110001 | 10010 | 110111 |
Color Harmonies of #A29A78
Complementary color
Monochromatic Colors of #A29A78
Black with #A29A78
Text Example
Text Example
White with #A29A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A78; }
p { color: rgb(162,154,120); }
H1.HeaderClassName
{
color: #A29A78;
}
.AnyTagClassName
{
color: #A29A78;
}
</style>
background-color css
<style>
a { background-color: #A29A78; }
a { background-color: rgb(162,154,120); }
div.DivClassName
{
background-color: #A29A78;
}
.BgClassName
{
background-color: #A29A78;
}
</style>
border-color css
<style>
span { border-color: #A29A78; }
span { border-color: rgb(162,154,120); }
td.TdClassName
{
border-color: #A29A78;
}
.TagClassName
{
border-color: #A29A78;
}
</style>