Shades of Tallow #A29875
Tints of Tallow #A29875
RGB
CMYK
RGB Variations
Color information
#A29875 (or 0xA29875) is known color: Tallow. HEX triplet: A2, 98 and 75. RGB value is (162,152,117). Sum of RGB (Red+Green+Blue) = 162+152+117=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 162 - color contains mainly: red. Hex color #A29875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29875 is #5D678A. Grayscale: #979797. Windows color (decimal): -6121355 or 7706786. OLE color: 7706786.
HSL color Cylindrical-coordinate representation of color #A29875: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29875 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 117 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.36 |
| HSL | 46.67º | 0.19% | 0.55% | - |
| HSV(B) | 46.67º | 0.28% | 0.64% | - |
| XYZ | 29.34 | 31.42 | 21.35 | - |
| YUV | 151 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 117 | 0 | 0.06 | 0.28 | 0.36 | 46.67 | 0.19 | 0.55 |
| Hex | A2 | 98 | 75 | 0 | 6 | 1C | 24 | 2F | 13 | 37 |
| Octal | 242 | 230 | 165 | 0 | 6 | 34 | 44 | 57 | 23 | 67 |
| Binary | 10100010 | 10011000 | 1110101 | 0 | 110 | 11100 | 100100 | 101111 | 10011 | 110111 |
Color Harmonies of #A29875
Complementary color
Monochromatic Colors of #A29875
Black with #A29875
Text Example
Text Example
White with #A29875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29875; }
p { color: rgb(162,152,117); }
H1.HeaderClassName
{
color: #A29875;
}
.AnyTagClassName
{
color: #A29875;
}
</style>
background-color css
<style>
a { background-color: #A29875; }
a { background-color: rgb(162,152,117); }
div.DivClassName
{
background-color: #A29875;
}
.BgClassName
{
background-color: #A29875;
}
</style>
border-color css
<style>
span { border-color: #A29875; }
span { border-color: rgb(162,152,117); }
td.TdClassName
{
border-color: #A29875;
}
.TagClassName
{
border-color: #A29875;
}
</style>