Shades of Tallow #A79870
Tints of Tallow #A79870
RGB
CMYK
RGB Variations
Color information
#A79870 (or 0xA79870) is known color: Tallow. HEX triplet: A7, 98 and 70. RGB value is (167,152,112). Sum of RGB (Red+Green+Blue) = 167+152+112=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A79870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79870 is #58678F. Grayscale: #989898. Windows color (decimal): -5793680 or 7379111. OLE color: 7379111.
HSL color Cylindrical-coordinate representation of color #A79870: hue angle of 43.64º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A79870 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 152 | 112 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.35 |
| HSL | 43.64º | 0.24% | 0.55% | - |
| HSV(B) | 43.64º | 0.33% | 0.65% | - |
| XYZ | 30.09 | 31.84 | 19.89 | - |
| YUV | 151.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 112 | 0 | 0.09 | 0.33 | 0.35 | 43.64 | 0.24 | 0.55 |
| Hex | A7 | 98 | 70 | 0 | 9 | 21 | 23 | 2C | 18 | 37 |
| Octal | 247 | 230 | 160 | 0 | 11 | 41 | 43 | 54 | 30 | 67 |
| Binary | 10100111 | 10011000 | 1110000 | 0 | 1001 | 100001 | 100011 | 101100 | 11000 | 110111 |
Color Harmonies of #A79870
Complementary color
Monochromatic Colors of #A79870
Black with #A79870
Text Example
Text Example
White with #A79870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79870; }
p { color: rgb(167,152,112); }
H1.HeaderClassName
{
color: #A79870;
}
.AnyTagClassName
{
color: #A79870;
}
</style>
background-color css
<style>
a { background-color: #A79870; }
a { background-color: rgb(167,152,112); }
div.DivClassName
{
background-color: #A79870;
}
.BgClassName
{
background-color: #A79870;
}
</style>
border-color css
<style>
span { border-color: #A79870; }
span { border-color: rgb(167,152,112); }
td.TdClassName
{
border-color: #A79870;
}
.TagClassName
{
border-color: #A79870;
}
</style>