Shades of Tallow #A79A70
Tints of Tallow #A79A70
RGB
CMYK
RGB Variations
Color information
#A79A70 (or 0xA79A70) is known color: Tallow. HEX triplet: A7, 9A and 70. RGB value is (167,154,112). Sum of RGB (Red+Green+Blue) = 167+154+112=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79A70 is #58658F. Grayscale: #999999. Windows color (decimal): -5793168 or 7379623. OLE color: 7379623.
HSL color Cylindrical-coordinate representation of color #A79A70: hue angle of 45.82º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A79A70 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 154 | 112 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.35 |
| HSL | 45.82º | 0.24% | 0.55% | - |
| HSV(B) | 45.82º | 0.33% | 0.65% | - |
| XYZ | 30.42 | 32.5 | 20 | - |
| YUV | 153.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 112 | 0 | 0.08 | 0.33 | 0.35 | 45.82 | 0.24 | 0.55 |
| Hex | A7 | 9A | 70 | 0 | 8 | 21 | 23 | 2E | 18 | 37 |
| Octal | 247 | 232 | 160 | 0 | 10 | 41 | 43 | 56 | 30 | 67 |
| Binary | 10100111 | 10011010 | 1110000 | 0 | 1000 | 100001 | 100011 | 101110 | 11000 | 110111 |
Color Harmonies of #A79A70
Complementary color
Monochromatic Colors of #A79A70
Black with #A79A70
Text Example
Text Example
White with #A79A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79A70; }
p { color: rgb(167,154,112); }
H1.HeaderClassName
{
color: #A79A70;
}
.AnyTagClassName
{
color: #A79A70;
}
</style>
background-color css
<style>
a { background-color: #A79A70; }
a { background-color: rgb(167,154,112); }
div.DivClassName
{
background-color: #A79A70;
}
.BgClassName
{
background-color: #A79A70;
}
</style>
border-color css
<style>
span { border-color: #A79A70; }
span { border-color: rgb(167,154,112); }
td.TdClassName
{
border-color: #A79A70;
}
.TagClassName
{
border-color: #A79A70;
}
</style>