Shades of Tallow #A7A16D
Tints of Tallow #A7A16D
RGB
CMYK
RGB Variations
Color information
#A7A16D (or 0xA7A16D) is known color: Tallow. HEX triplet: A7, A1 and 6D. RGB value is (167,161,109). Sum of RGB (Red+Green+Blue) = 167+161+109=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A16D is #585E92. Grayscale: #9D9D9D. Windows color (decimal): -5791379 or 7184807. OLE color: 7184807.
HSL color Cylindrical-coordinate representation of color #A7A16D: hue angle of 53.79º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7A16D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 109 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.35 |
| HSL | 53.79º | 0.25% | 0.54% | - |
| HSV(B) | 53.79º | 0.35% | 0.65% | - |
| XYZ | 31.44 | 34.81 | 19.53 | - |
| YUV | 156.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 109 | 0 | 0.04 | 0.35 | 0.35 | 53.79 | 0.25 | 0.54 |
| Hex | A7 | A1 | 6D | 0 | 4 | 23 | 23 | 36 | 19 | 36 |
| Octal | 247 | 241 | 155 | 0 | 4 | 43 | 43 | 66 | 31 | 66 |
| Binary | 10100111 | 10100001 | 1101101 | 0 | 100 | 100011 | 100011 | 110110 | 11001 | 110110 |
Color Harmonies of #A7A16D
Complementary color
Monochromatic Colors of #A7A16D
Black with #A7A16D
Text Example
Text Example
White with #A7A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A16D; }
p { color: rgb(167,161,109); }
H1.HeaderClassName
{
color: #A7A16D;
}
.AnyTagClassName
{
color: #A7A16D;
}
</style>
background-color css
<style>
a { background-color: #A7A16D; }
a { background-color: rgb(167,161,109); }
div.DivClassName
{
background-color: #A7A16D;
}
.BgClassName
{
background-color: #A7A16D;
}
</style>
border-color css
<style>
span { border-color: #A7A16D; }
span { border-color: rgb(167,161,109); }
td.TdClassName
{
border-color: #A7A16D;
}
.TagClassName
{
border-color: #A7A16D;
}
</style>