Shades of Tallow #A6A06E
Tints of Tallow #A6A06E
RGB
CMYK
RGB Variations
Color information
#A6A06E (or 0xA6A06E) is known color: Tallow. HEX triplet: A6, A0 and 6E. RGB value is (166,160,110). Sum of RGB (Red+Green+Blue) = 166+160+110=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A06E is #595F91. Grayscale: #9C9C9C. Windows color (decimal): -5857170 or 7250086. OLE color: 7250086.
HSL color Cylindrical-coordinate representation of color #A6A06E: hue angle of 53.57º 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 #A6A06E is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 110 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.35 |
| HSL | 53.57º | 0.24% | 0.54% | - |
| HSV(B) | 53.57º | 0.34% | 0.65% | - |
| XYZ | 31.11 | 34.37 | 19.75 | - |
| YUV | 156.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 110 | 0 | 0.04 | 0.34 | 0.35 | 53.57 | 0.24 | 0.54 |
| Hex | A6 | A0 | 6E | 0 | 4 | 22 | 23 | 36 | 18 | 36 |
| Octal | 246 | 240 | 156 | 0 | 4 | 42 | 43 | 66 | 30 | 66 |
| Binary | 10100110 | 10100000 | 1101110 | 0 | 100 | 100010 | 100011 | 110110 | 11000 | 110110 |
Color Harmonies of #A6A06E
Complementary color
Monochromatic Colors of #A6A06E
Black with #A6A06E
Text Example
Text Example
White with #A6A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A06E; }
p { color: rgb(166,160,110); }
H1.HeaderClassName
{
color: #A6A06E;
}
.AnyTagClassName
{
color: #A6A06E;
}
</style>
background-color css
<style>
a { background-color: #A6A06E; }
a { background-color: rgb(166,160,110); }
div.DivClassName
{
background-color: #A6A06E;
}
.BgClassName
{
background-color: #A6A06E;
}
</style>
border-color css
<style>
span { border-color: #A6A06E; }
span { border-color: rgb(166,160,110); }
td.TdClassName
{
border-color: #A6A06E;
}
.TagClassName
{
border-color: #A6A06E;
}
</style>