Shades of Tallow #A9A06D
Tints of Tallow #A9A06D
RGB
CMYK
RGB Variations
Color information
#A9A06D (or 0xA9A06D) is known color: Tallow. HEX triplet: A9, A0 and 6D. RGB value is (169,160,109). Sum of RGB (Red+Green+Blue) = 169+160+109=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A06D is #565F92. Grayscale: #9D9D9D. Windows color (decimal): -5660563 or 7184553. OLE color: 7184553.
HSL color Cylindrical-coordinate representation of color #A9A06D: hue angle of 51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9A06D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 109 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.34 |
| HSL | 51º | 0.26% | 0.55% | - |
| HSV(B) | 51º | 0.36% | 0.66% | - |
| XYZ | 31.69 | 34.68 | 19.49 | - |
| YUV | 156.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 109 | 0 | 0.05 | 0.36 | 0.34 | 51 | 0.26 | 0.55 |
| Hex | A9 | A0 | 6D | 0 | 5 | 24 | 22 | 33 | 1A | 37 |
| Octal | 251 | 240 | 155 | 0 | 5 | 44 | 42 | 63 | 32 | 67 |
| Binary | 10101001 | 10100000 | 1101101 | 0 | 101 | 100100 | 100010 | 110011 | 11010 | 110111 |
Color Harmonies of #A9A06D
Complementary color
Monochromatic Colors of #A9A06D
Black with #A9A06D
Text Example
Text Example
White with #A9A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A06D; }
p { color: rgb(169,160,109); }
H1.HeaderClassName
{
color: #A9A06D;
}
.AnyTagClassName
{
color: #A9A06D;
}
</style>
background-color css
<style>
a { background-color: #A9A06D; }
a { background-color: rgb(169,160,109); }
div.DivClassName
{
background-color: #A9A06D;
}
.BgClassName
{
background-color: #A9A06D;
}
</style>
border-color css
<style>
span { border-color: #A9A06D; }
span { border-color: rgb(169,160,109); }
td.TdClassName
{
border-color: #A9A06D;
}
.TagClassName
{
border-color: #A9A06D;
}
</style>