Shades of Tallow #A79D6E
Tints of Tallow #A79D6E
RGB
CMYK
RGB Variations
Color information
#A79D6E (or 0xA79D6E) is known color: Tallow. HEX triplet: A7, 9D and 6E. RGB value is (167,157,110). Sum of RGB (Red+Green+Blue) = 167+157+110=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79D6E is #586291. Grayscale: #9A9A9A. Windows color (decimal): -5792402 or 7249319. OLE color: 7249319.
HSL color Cylindrical-coordinate representation of color #A79D6E: hue angle of 49.47º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A79D6E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 157 | 110 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.35 |
| HSL | 49.47º | 0.24% | 0.54% | - |
| HSV(B) | 49.47º | 0.34% | 0.65% | - |
| XYZ | 30.81 | 33.46 | 19.59 | - |
| YUV | 154.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 110 | 0 | 0.06 | 0.34 | 0.35 | 49.47 | 0.24 | 0.54 |
| Hex | A7 | 9D | 6E | 0 | 6 | 22 | 23 | 31 | 18 | 36 |
| Octal | 247 | 235 | 156 | 0 | 6 | 42 | 43 | 61 | 30 | 66 |
| Binary | 10100111 | 10011101 | 1101110 | 0 | 110 | 100010 | 100011 | 110001 | 11000 | 110110 |
Color Harmonies of #A79D6E
Complementary color
Monochromatic Colors of #A79D6E
Black with #A79D6E
Text Example
Text Example
White with #A79D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79D6E; }
p { color: rgb(167,157,110); }
H1.HeaderClassName
{
color: #A79D6E;
}
.AnyTagClassName
{
color: #A79D6E;
}
</style>
background-color css
<style>
a { background-color: #A79D6E; }
a { background-color: rgb(167,157,110); }
div.DivClassName
{
background-color: #A79D6E;
}
.BgClassName
{
background-color: #A79D6E;
}
</style>
border-color css
<style>
span { border-color: #A79D6E; }
span { border-color: rgb(167,157,110); }
td.TdClassName
{
border-color: #A79D6E;
}
.TagClassName
{
border-color: #A79D6E;
}
</style>