Shades of Tallow #A6A16E
Tints of Tallow #A6A16E
RGB
CMYK
RGB Variations
Color information
#A6A16E (or 0xA6A16E) is known color: Tallow. HEX triplet: A6, A1 and 6E. RGB value is (166,161,110). Sum of RGB (Red+Green+Blue) = 166+161+110=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A16E is #595E91. Grayscale: #9C9C9C. Windows color (decimal): -5856914 or 7250342. OLE color: 7250342.
HSL color Cylindrical-coordinate representation of color #A6A16E: hue angle of 54.64º 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 #A6A16E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 161 | 110 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.35 |
| HSL | 54.64º | 0.24% | 0.54% | - |
| HSV(B) | 54.64º | 0.34% | 0.65% | - |
| XYZ | 31.29 | 34.72 | 19.81 | - |
| YUV | 156.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 161 | 110 | 0 | 0.03 | 0.34 | 0.35 | 54.64 | 0.24 | 0.54 |
| Hex | A6 | A1 | 6E | 0 | 3 | 22 | 23 | 37 | 18 | 36 |
| Octal | 246 | 241 | 156 | 0 | 3 | 42 | 43 | 67 | 30 | 66 |
| Binary | 10100110 | 10100001 | 1101110 | 0 | 11 | 100010 | 100011 | 110111 | 11000 | 110110 |
Color Harmonies of #A6A16E
Complementary color
Monochromatic Colors of #A6A16E
Black with #A6A16E
Text Example
Text Example
White with #A6A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A16E; }
p { color: rgb(166,161,110); }
H1.HeaderClassName
{
color: #A6A16E;
}
.AnyTagClassName
{
color: #A6A16E;
}
</style>
background-color css
<style>
a { background-color: #A6A16E; }
a { background-color: rgb(166,161,110); }
div.DivClassName
{
background-color: #A6A16E;
}
.BgClassName
{
background-color: #A6A16E;
}
</style>
border-color css
<style>
span { border-color: #A6A16E; }
span { border-color: rgb(166,161,110); }
td.TdClassName
{
border-color: #A6A16E;
}
.TagClassName
{
border-color: #A6A16E;
}
</style>