Shades of Tallow #A29878
Tints of Tallow #A29878
RGB
CMYK
RGB Variations
Color information
#A29878 (or 0xA29878) is known color: Tallow. HEX triplet: A2, 98 and 78. RGB value is (162,152,120). Sum of RGB (Red+Green+Blue) = 162+152+120=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 162 - color contains mainly: red. Hex color #A29878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29878 is #5D6787. Grayscale: #979797. Windows color (decimal): -6121352 or 7903394. OLE color: 7903394.
HSL color Cylindrical-coordinate representation of color #A29878: hue angle of 45.71º 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 #A29878 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 120 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.36 |
| HSL | 45.71º | 0.18% | 0.55% | - |
| HSV(B) | 45.71º | 0.26% | 0.64% | - |
| XYZ | 29.52 | 31.49 | 22.29 | - |
| YUV | 151.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 120 | 0 | 0.06 | 0.26 | 0.36 | 45.71 | 0.18 | 0.55 |
| Hex | A2 | 98 | 78 | 0 | 6 | 1A | 24 | 2E | 12 | 37 |
| Octal | 242 | 230 | 170 | 0 | 6 | 32 | 44 | 56 | 22 | 67 |
| Binary | 10100010 | 10011000 | 1111000 | 0 | 110 | 11010 | 100100 | 101110 | 10010 | 110111 |
Color Harmonies of #A29878
Complementary color
Monochromatic Colors of #A29878
Black with #A29878
Text Example
Text Example
White with #A29878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29878; }
p { color: rgb(162,152,120); }
H1.HeaderClassName
{
color: #A29878;
}
.AnyTagClassName
{
color: #A29878;
}
</style>
background-color css
<style>
a { background-color: #A29878; }
a { background-color: rgb(162,152,120); }
div.DivClassName
{
background-color: #A29878;
}
.BgClassName
{
background-color: #A29878;
}
</style>
border-color css
<style>
span { border-color: #A29878; }
span { border-color: rgb(162,152,120); }
td.TdClassName
{
border-color: #A29878;
}
.TagClassName
{
border-color: #A29878;
}
</style>