Shades of Tallow #A29578
Tints of Tallow #A29578
RGB
CMYK
RGB Variations
Color information
#A29578 (or 0xA29578) is known color: Tallow. HEX triplet: A2, 95 and 78. RGB value is (162,149,120). Sum of RGB (Red+Green+Blue) = 162+149+120=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A29578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29578 is #5D6A87. Grayscale: #959595. Windows color (decimal): -6122120 or 7902626. OLE color: 7902626.
HSL color Cylindrical-coordinate representation of color #A29578: hue angle of 41.43º 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 #A29578 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 120 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.36 |
| HSL | 41.43º | 0.18% | 0.55% | - |
| HSV(B) | 41.43º | 0.26% | 0.64% | - |
| XYZ | 29.04 | 30.53 | 22.13 | - |
| YUV | 149.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 120 | 0 | 0.08 | 0.26 | 0.36 | 41.43 | 0.18 | 0.55 |
| Hex | A2 | 95 | 78 | 0 | 8 | 1A | 24 | 29 | 12 | 37 |
| Octal | 242 | 225 | 170 | 0 | 10 | 32 | 44 | 51 | 22 | 67 |
| Binary | 10100010 | 10010101 | 1111000 | 0 | 1000 | 11010 | 100100 | 101001 | 10010 | 110111 |
Color Harmonies of #A29578
Complementary color
Monochromatic Colors of #A29578
Black with #A29578
Text Example
Text Example
White with #A29578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29578; }
p { color: rgb(162,149,120); }
H1.HeaderClassName
{
color: #A29578;
}
.AnyTagClassName
{
color: #A29578;
}
</style>
background-color css
<style>
a { background-color: #A29578; }
a { background-color: rgb(162,149,120); }
div.DivClassName
{
background-color: #A29578;
}
.BgClassName
{
background-color: #A29578;
}
</style>
border-color css
<style>
span { border-color: #A29578; }
span { border-color: rgb(162,149,120); }
td.TdClassName
{
border-color: #A29578;
}
.TagClassName
{
border-color: #A29578;
}
</style>