Shades of Tallow #A79F67
Tints of Tallow #A79F67
RGB
CMYK
RGB Variations
Color information
#A79F67 (or 0xA79F67) is known color: Tallow. HEX triplet: A7, 9F and 67. RGB value is (167,159,103). Sum of RGB (Red+Green+Blue) = 167+159+103=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A79F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79F67 is #586098. Grayscale: #9B9B9B. Windows color (decimal): -5791897 or 6791079. OLE color: 6791079.
HSL color Cylindrical-coordinate representation of color #A79F67: hue angle of 52.5º degrees, saturation: 0.27, 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 #A79F67 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 159 | 103 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.35 |
| HSL | 52.5º | 0.27% | 0.53% | - |
| HSV(B) | 52.5º | 0.38% | 0.65% | - |
| XYZ | 30.78 | 33.99 | 17.77 | - |
| YUV | 155.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 159 | 103 | 0 | 0.05 | 0.38 | 0.35 | 52.5 | 0.27 | 0.53 |
| Hex | A7 | 9F | 67 | 0 | 5 | 26 | 23 | 34 | 1B | 35 |
| Octal | 247 | 237 | 147 | 0 | 5 | 46 | 43 | 64 | 33 | 65 |
| Binary | 10100111 | 10011111 | 1100111 | 0 | 101 | 100110 | 100011 | 110100 | 11011 | 110101 |
Color Harmonies of #A79F67
Complementary color
Monochromatic Colors of #A79F67
Black with #A79F67
Text Example
Text Example
White with #A79F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79F67; }
p { color: rgb(167,159,103); }
H1.HeaderClassName
{
color: #A79F67;
}
.AnyTagClassName
{
color: #A79F67;
}
</style>
background-color css
<style>
a { background-color: #A79F67; }
a { background-color: rgb(167,159,103); }
div.DivClassName
{
background-color: #A79F67;
}
.BgClassName
{
background-color: #A79F67;
}
</style>
border-color css
<style>
span { border-color: #A79F67; }
span { border-color: rgb(167,159,103); }
td.TdClassName
{
border-color: #A79F67;
}
.TagClassName
{
border-color: #A79F67;
}
</style>