Shades of Tallow #A79C6F
Tints of Tallow #A79C6F
RGB
CMYK
RGB Variations
Color information
#A79C6F (or 0xA79C6F) is known color: Tallow. HEX triplet: A7, 9C and 6F. RGB value is (167,156,111). Sum of RGB (Red+Green+Blue) = 167+156+111=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C6F is #586390. Grayscale: #9A9A9A. Windows color (decimal): -5792657 or 7314599. OLE color: 7314599.
HSL color Cylindrical-coordinate representation of color #A79C6F: hue angle of 48.21º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A79C6F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 111 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.35 |
| HSL | 48.21º | 0.24% | 0.55% | - |
| HSV(B) | 48.21º | 0.34% | 0.65% | - |
| XYZ | 30.69 | 33.14 | 19.82 | - |
| YUV | 154.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 111 | 0 | 0.07 | 0.34 | 0.35 | 48.21 | 0.24 | 0.55 |
| Hex | A7 | 9C | 6F | 0 | 7 | 22 | 23 | 30 | 18 | 37 |
| Octal | 247 | 234 | 157 | 0 | 7 | 42 | 43 | 60 | 30 | 67 |
| Binary | 10100111 | 10011100 | 1101111 | 0 | 111 | 100010 | 100011 | 110000 | 11000 | 110111 |
Color Harmonies of #A79C6F
Complementary color
Monochromatic Colors of #A79C6F
Black with #A79C6F
Text Example
Text Example
White with #A79C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C6F; }
p { color: rgb(167,156,111); }
H1.HeaderClassName
{
color: #A79C6F;
}
.AnyTagClassName
{
color: #A79C6F;
}
</style>
background-color css
<style>
a { background-color: #A79C6F; }
a { background-color: rgb(167,156,111); }
div.DivClassName
{
background-color: #A79C6F;
}
.BgClassName
{
background-color: #A79C6F;
}
</style>
border-color css
<style>
span { border-color: #A79C6F; }
span { border-color: rgb(167,156,111); }
td.TdClassName
{
border-color: #A79C6F;
}
.TagClassName
{
border-color: #A79C6F;
}
</style>