Shades of Tallow #A9A06E
Tints of Tallow #A9A06E
RGB
CMYK
RGB Variations
Color information
#A9A06E (or 0xA9A06E) is known color: Tallow. HEX triplet: A9, A0 and 6E. RGB value is (169,160,110). Sum of RGB (Red+Green+Blue) = 169+160+110=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A06E is #565F91. Grayscale: #9D9D9D. Windows color (decimal): -5660562 or 7250089. OLE color: 7250089.
HSL color Cylindrical-coordinate representation of color #A9A06E: hue angle of 50.85º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9A06E is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 110 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.34 |
| HSL | 50.85º | 0.26% | 0.55% | - |
| HSV(B) | 50.85º | 0.35% | 0.66% | - |
| XYZ | 31.75 | 34.7 | 19.78 | - |
| YUV | 156.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 110 | 0 | 0.05 | 0.35 | 0.34 | 50.85 | 0.26 | 0.55 |
| Hex | A9 | A0 | 6E | 0 | 5 | 23 | 22 | 33 | 1A | 37 |
| Octal | 251 | 240 | 156 | 0 | 5 | 43 | 42 | 63 | 32 | 67 |
| Binary | 10101001 | 10100000 | 1101110 | 0 | 101 | 100011 | 100010 | 110011 | 11010 | 110111 |
Color Harmonies of #A9A06E
Complementary color
Monochromatic Colors of #A9A06E
Black with #A9A06E
Text Example
Text Example
White with #A9A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A06E; }
p { color: rgb(169,160,110); }
H1.HeaderClassName
{
color: #A9A06E;
}
.AnyTagClassName
{
color: #A9A06E;
}
</style>
background-color css
<style>
a { background-color: #A9A06E; }
a { background-color: rgb(169,160,110); }
div.DivClassName
{
background-color: #A9A06E;
}
.BgClassName
{
background-color: #A9A06E;
}
</style>
border-color css
<style>
span { border-color: #A9A06E; }
span { border-color: rgb(169,160,110); }
td.TdClassName
{
border-color: #A9A06E;
}
.TagClassName
{
border-color: #A9A06E;
}
</style>