Shades of Tallow #A79C68
Tints of Tallow #A79C68
RGB
CMYK
RGB Variations
Color information
#A79C68 (or 0xA79C68) is known color: Tallow. HEX triplet: A7, 9C and 68. RGB value is (167,156,104). Sum of RGB (Red+Green+Blue) = 167+156+104=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C68 is #586397. Grayscale: #999999. Windows color (decimal): -5792664 or 6855847. OLE color: 6855847.
HSL color Cylindrical-coordinate representation of color #A79C68: hue angle of 49.52º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A79C68 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 104 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.35 |
| HSL | 49.52º | 0.26% | 0.53% | - |
| HSV(B) | 49.52º | 0.38% | 0.65% | - |
| XYZ | 30.32 | 32.99 | 17.87 | - |
| YUV | 153.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 104 | 0 | 0.07 | 0.38 | 0.35 | 49.52 | 0.26 | 0.53 |
| Hex | A7 | 9C | 68 | 0 | 7 | 26 | 23 | 32 | 1A | 35 |
| Octal | 247 | 234 | 150 | 0 | 7 | 46 | 43 | 62 | 32 | 65 |
| Binary | 10100111 | 10011100 | 1101000 | 0 | 111 | 100110 | 100011 | 110010 | 11010 | 110101 |
Color Harmonies of #A79C68
Complementary color
Monochromatic Colors of #A79C68
Black with #A79C68
Text Example
Text Example
White with #A79C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C68; }
p { color: rgb(167,156,104); }
H1.HeaderClassName
{
color: #A79C68;
}
.AnyTagClassName
{
color: #A79C68;
}
</style>
background-color css
<style>
a { background-color: #A79C68; }
a { background-color: rgb(167,156,104); }
div.DivClassName
{
background-color: #A79C68;
}
.BgClassName
{
background-color: #A79C68;
}
</style>
border-color css
<style>
span { border-color: #A79C68; }
span { border-color: rgb(167,156,104); }
td.TdClassName
{
border-color: #A79C68;
}
.TagClassName
{
border-color: #A79C68;
}
</style>