Shades of Tallow #A29978
Tints of Tallow #A29978
RGB
CMYK
RGB Variations
Color information
#A29978 (or 0xA29978) is known color: Tallow. HEX triplet: A2, 99 and 78. RGB value is (162,153,120). Sum of RGB (Red+Green+Blue) = 162+153+120=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 162 - color contains mainly: red. Hex color #A29978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29978 is #5D6687. Grayscale: #989898. Windows color (decimal): -6121096 or 7903650. OLE color: 7903650.
HSL color Cylindrical-coordinate representation of color #A29978: hue angle of 47.14º 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 #A29978 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 120 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.36 |
| HSL | 47.14º | 0.18% | 0.55% | - |
| HSV(B) | 47.14º | 0.26% | 0.64% | - |
| XYZ | 29.68 | 31.82 | 22.35 | - |
| YUV | 151.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 120 | 0 | 0.06 | 0.26 | 0.36 | 47.14 | 0.18 | 0.55 |
| Hex | A2 | 99 | 78 | 0 | 6 | 1A | 24 | 2F | 12 | 37 |
| Octal | 242 | 231 | 170 | 0 | 6 | 32 | 44 | 57 | 22 | 67 |
| Binary | 10100010 | 10011001 | 1111000 | 0 | 110 | 11010 | 100100 | 101111 | 10010 | 110111 |
Color Harmonies of #A29978
Complementary color
Monochromatic Colors of #A29978
Black with #A29978
Text Example
Text Example
White with #A29978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29978; }
p { color: rgb(162,153,120); }
H1.HeaderClassName
{
color: #A29978;
}
.AnyTagClassName
{
color: #A29978;
}
</style>
background-color css
<style>
a { background-color: #A29978; }
a { background-color: rgb(162,153,120); }
div.DivClassName
{
background-color: #A29978;
}
.BgClassName
{
background-color: #A29978;
}
</style>
border-color css
<style>
span { border-color: #A29978; }
span { border-color: rgb(162,153,120); }
td.TdClassName
{
border-color: #A29978;
}
.TagClassName
{
border-color: #A29978;
}
</style>