Shades of Tallow #A79C64
Tints of Tallow #A79C64
RGB
CMYK
RGB Variations
Color information
#A79C64 (or 0xA79C64) is known color: Tallow. HEX triplet: A7, 9C and 64. RGB value is (167,156,100). Sum of RGB (Red+Green+Blue) = 167+156+100=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79C64 is #58639B. Grayscale: #999999. Windows color (decimal): -5792668 or 6593703. OLE color: 6593703.
HSL color Cylindrical-coordinate representation of color #A79C64: hue angle of 50.15º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A79C64 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 156 | 100 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.35 |
| HSL | 50.15º | 0.28% | 0.52% | - |
| HSV(B) | 50.15º | 0.4% | 0.65% | - |
| XYZ | 30.13 | 32.91 | 16.82 | - |
| YUV | 152.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 156 | 100 | 0 | 0.07 | 0.40 | 0.35 | 50.15 | 0.28 | 0.52 |
| Hex | A7 | 9C | 64 | 0 | 7 | 28 | 23 | 32 | 1C | 34 |
| Octal | 247 | 234 | 144 | 0 | 7 | 50 | 43 | 62 | 34 | 64 |
| Binary | 10100111 | 10011100 | 1100100 | 0 | 111 | 101000 | 100011 | 110010 | 11100 | 110100 |
Color Harmonies of #A79C64
Complementary color
Monochromatic Colors of #A79C64
Black with #A79C64
Text Example
Text Example
White with #A79C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79C64; }
p { color: rgb(167,156,100); }
H1.HeaderClassName
{
color: #A79C64;
}
.AnyTagClassName
{
color: #A79C64;
}
</style>
background-color css
<style>
a { background-color: #A79C64; }
a { background-color: rgb(167,156,100); }
div.DivClassName
{
background-color: #A79C64;
}
.BgClassName
{
background-color: #A79C64;
}
</style>
border-color css
<style>
span { border-color: #A79C64; }
span { border-color: rgb(167,156,100); }
td.TdClassName
{
border-color: #A79C64;
}
.TagClassName
{
border-color: #A79C64;
}
</style>