Shades of Tallow #A7A16E
Tints of Tallow #A7A16E
RGB
CMYK
RGB Variations
Color information
#A7A16E (or 0xA7A16E) is known color: Tallow. HEX triplet: A7, A1 and 6E. RGB value is (167,161,110). Sum of RGB (Red+Green+Blue) = 167+161+110=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A16E is #585E91. Grayscale: #9D9D9D. Windows color (decimal): -5791378 or 7250343. OLE color: 7250343.
HSL color Cylindrical-coordinate representation of color #A7A16E: hue angle of 53.68º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7A16E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 161 | 110 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.35 |
| HSL | 53.68º | 0.24% | 0.54% | - |
| HSV(B) | 53.68º | 0.34% | 0.65% | - |
| XYZ | 31.5 | 34.83 | 19.81 | - |
| YUV | 156.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 161 | 110 | 0 | 0.04 | 0.34 | 0.35 | 53.68 | 0.24 | 0.54 |
| Hex | A7 | A1 | 6E | 0 | 4 | 22 | 23 | 36 | 18 | 36 |
| Octal | 247 | 241 | 156 | 0 | 4 | 42 | 43 | 66 | 30 | 66 |
| Binary | 10100111 | 10100001 | 1101110 | 0 | 100 | 100010 | 100011 | 110110 | 11000 | 110110 |
Color Harmonies of #A7A16E
Complementary color
Monochromatic Colors of #A7A16E
Black with #A7A16E
Text Example
Text Example
White with #A7A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A16E; }
p { color: rgb(167,161,110); }
H1.HeaderClassName
{
color: #A7A16E;
}
.AnyTagClassName
{
color: #A7A16E;
}
</style>
background-color css
<style>
a { background-color: #A7A16E; }
a { background-color: rgb(167,161,110); }
div.DivClassName
{
background-color: #A7A16E;
}
.BgClassName
{
background-color: #A7A16E;
}
</style>
border-color css
<style>
span { border-color: #A7A16E; }
span { border-color: rgb(167,161,110); }
td.TdClassName
{
border-color: #A7A16E;
}
.TagClassName
{
border-color: #A7A16E;
}
</style>