Shades of Tallow #A79B64
Tints of Tallow #A79B64
RGB
CMYK
RGB Variations
Color information
#A79B64 (or 0xA79B64) is known color: Tallow. HEX triplet: A7, 9B and 64. RGB value is (167,155,100). Sum of RGB (Red+Green+Blue) = 167+155+100=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B64 is #58649B. Grayscale: #989898. Windows color (decimal): -5792924 or 6593447. OLE color: 6593447.
HSL color Cylindrical-coordinate representation of color #A79B64: hue angle of 49.25º 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 #A79B64 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 155 | 100 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.35 |
| HSL | 49.25º | 0.28% | 0.52% | - |
| HSV(B) | 49.25º | 0.4% | 0.65% | - |
| XYZ | 29.96 | 32.58 | 16.77 | - |
| YUV | 152.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 100 | 0 | 0.07 | 0.40 | 0.35 | 49.25 | 0.28 | 0.52 |
| Hex | A7 | 9B | 64 | 0 | 7 | 28 | 23 | 31 | 1C | 34 |
| Octal | 247 | 233 | 144 | 0 | 7 | 50 | 43 | 61 | 34 | 64 |
| Binary | 10100111 | 10011011 | 1100100 | 0 | 111 | 101000 | 100011 | 110001 | 11100 | 110100 |
Color Harmonies of #A79B64
Complementary color
Monochromatic Colors of #A79B64
Black with #A79B64
Text Example
Text Example
White with #A79B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79B64; }
p { color: rgb(167,155,100); }
H1.HeaderClassName
{
color: #A79B64;
}
.AnyTagClassName
{
color: #A79B64;
}
</style>
background-color css
<style>
a { background-color: #A79B64; }
a { background-color: rgb(167,155,100); }
div.DivClassName
{
background-color: #A79B64;
}
.BgClassName
{
background-color: #A79B64;
}
</style>
border-color css
<style>
span { border-color: #A79B64; }
span { border-color: rgb(167,155,100); }
td.TdClassName
{
border-color: #A79B64;
}
.TagClassName
{
border-color: #A79B64;
}
</style>