Shades of Tallow #A79B71
Tints of Tallow #A79B71
RGB
CMYK
RGB Variations
Color information
#A79B71 (or 0xA79B71) is known color: Tallow. HEX triplet: A7, 9B and 71. RGB value is (167,155,113). Sum of RGB (Red+Green+Blue) = 167+155+113=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B71 is #58648E. Grayscale: #999999. Windows color (decimal): -5792911 or 7445415. OLE color: 7445415.
HSL color Cylindrical-coordinate representation of color #A79B71: hue angle of 46.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A79B71 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 155 | 113 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.35 |
| HSL | 46.67º | 0.23% | 0.55% | - |
| HSV(B) | 46.67º | 0.32% | 0.65% | - |
| XYZ | 30.64 | 32.85 | 20.35 | - |
| YUV | 153.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 113 | 0 | 0.07 | 0.32 | 0.35 | 46.67 | 0.23 | 0.55 |
| Hex | A7 | 9B | 71 | 0 | 7 | 20 | 23 | 2F | 17 | 37 |
| Octal | 247 | 233 | 161 | 0 | 7 | 40 | 43 | 57 | 27 | 67 |
| Binary | 10100111 | 10011011 | 1110001 | 0 | 111 | 100000 | 100011 | 101111 | 10111 | 110111 |
Color Harmonies of #A79B71
Complementary color
Monochromatic Colors of #A79B71
Black with #A79B71
Text Example
Text Example
White with #A79B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79B71; }
p { color: rgb(167,155,113); }
H1.HeaderClassName
{
color: #A79B71;
}
.AnyTagClassName
{
color: #A79B71;
}
</style>
background-color css
<style>
a { background-color: #A79B71; }
a { background-color: rgb(167,155,113); }
div.DivClassName
{
background-color: #A79B71;
}
.BgClassName
{
background-color: #A79B71;
}
</style>
border-color css
<style>
span { border-color: #A79B71; }
span { border-color: rgb(167,155,113); }
td.TdClassName
{
border-color: #A79B71;
}
.TagClassName
{
border-color: #A79B71;
}
</style>