Shades of Tallow #A79D79
Tints of Tallow #A79D79
RGB
CMYK
RGB Variations
Color information
#A79D79 (or 0xA79D79) is known color: Tallow. HEX triplet: A7, 9D and 79. RGB value is (167,157,121). Sum of RGB (Red+Green+Blue) = 167+157+121=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79D79 is #586286. Grayscale: #9C9C9C. Windows color (decimal): -5792391 or 7970215. OLE color: 7970215.
HSL color Cylindrical-coordinate representation of color #A79D79: hue angle of 46.96º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79D79 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 157 | 121 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.35 |
| HSL | 46.96º | 0.21% | 0.56% | - |
| HSV(B) | 46.96º | 0.28% | 0.65% | - |
| XYZ | 31.44 | 33.71 | 22.94 | - |
| YUV | 155.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 121 | 0 | 0.06 | 0.28 | 0.35 | 46.96 | 0.21 | 0.56 |
| Hex | A7 | 9D | 79 | 0 | 6 | 1C | 23 | 2F | 15 | 38 |
| Octal | 247 | 235 | 171 | 0 | 6 | 34 | 43 | 57 | 25 | 70 |
| Binary | 10100111 | 10011101 | 1111001 | 0 | 110 | 11100 | 100011 | 101111 | 10101 | 111000 |
Color Harmonies of #A79D79
Complementary color
Monochromatic Colors of #A79D79
Black with #A79D79
Text Example
Text Example
White with #A79D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79D79; }
p { color: rgb(167,157,121); }
H1.HeaderClassName
{
color: #A79D79;
}
.AnyTagClassName
{
color: #A79D79;
}
</style>
background-color css
<style>
a { background-color: #A79D79; }
a { background-color: rgb(167,157,121); }
div.DivClassName
{
background-color: #A79D79;
}
.BgClassName
{
background-color: #A79D79;
}
</style>
border-color css
<style>
span { border-color: #A79D79; }
span { border-color: rgb(167,157,121); }
td.TdClassName
{
border-color: #A79D79;
}
.TagClassName
{
border-color: #A79D79;
}
</style>