Shades of Tallow #A79A79
Tints of Tallow #A79A79
RGB
CMYK
RGB Variations
Color information
#A79A79 (or 0xA79A79) is known color: Tallow. HEX triplet: A7, 9A and 79. RGB value is (167,154,121). Sum of RGB (Red+Green+Blue) = 167+154+121=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79A79 is #586586. Grayscale: #9A9A9A. Windows color (decimal): -5793159 or 7969447. OLE color: 7969447.
HSL color Cylindrical-coordinate representation of color #A79A79: hue angle of 43.04º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79A79 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 154 | 121 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.35 |
| HSL | 43.04º | 0.21% | 0.56% | - |
| HSV(B) | 43.04º | 0.28% | 0.65% | - |
| XYZ | 30.94 | 32.71 | 22.77 | - |
| YUV | 154.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 121 | 0 | 0.08 | 0.28 | 0.35 | 43.04 | 0.21 | 0.56 |
| Hex | A7 | 9A | 79 | 0 | 8 | 1C | 23 | 2B | 15 | 38 |
| Octal | 247 | 232 | 171 | 0 | 10 | 34 | 43 | 53 | 25 | 70 |
| Binary | 10100111 | 10011010 | 1111001 | 0 | 1000 | 11100 | 100011 | 101011 | 10101 | 111000 |
Color Harmonies of #A79A79
Complementary color
Monochromatic Colors of #A79A79
Black with #A79A79
Text Example
Text Example
White with #A79A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79A79; }
p { color: rgb(167,154,121); }
H1.HeaderClassName
{
color: #A79A79;
}
.AnyTagClassName
{
color: #A79A79;
}
</style>
background-color css
<style>
a { background-color: #A79A79; }
a { background-color: rgb(167,154,121); }
div.DivClassName
{
background-color: #A79A79;
}
.BgClassName
{
background-color: #A79A79;
}
</style>
border-color css
<style>
span { border-color: #A79A79; }
span { border-color: rgb(167,154,121); }
td.TdClassName
{
border-color: #A79A79;
}
.TagClassName
{
border-color: #A79A79;
}
</style>