Shades of Tallow #A9A067
Tints of Tallow #A9A067
RGB
CMYK
RGB Variations
Color information
#A9A067 (or 0xA9A067) is known color: Tallow. HEX triplet: A9, A0 and 67. RGB value is (169,160,103). Sum of RGB (Red+Green+Blue) = 169+160+103=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A067 is #565F98. Grayscale: #9C9C9C. Windows color (decimal): -5660569 or 6791337. OLE color: 6791337.
HSL color Cylindrical-coordinate representation of color #A9A067: hue angle of 51.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9A067 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 103 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.34 |
| HSL | 51.82º | 0.28% | 0.53% | - |
| HSV(B) | 51.82º | 0.39% | 0.66% | - |
| XYZ | 31.38 | 34.56 | 17.85 | - |
| YUV | 156.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 103 | 0 | 0.05 | 0.39 | 0.34 | 51.82 | 0.28 | 0.53 |
| Hex | A9 | A0 | 67 | 0 | 5 | 27 | 22 | 34 | 1C | 35 |
| Octal | 251 | 240 | 147 | 0 | 5 | 47 | 42 | 64 | 34 | 65 |
| Binary | 10101001 | 10100000 | 1100111 | 0 | 101 | 100111 | 100010 | 110100 | 11100 | 110101 |
Color Harmonies of #A9A067
Complementary color
Monochromatic Colors of #A9A067
Black with #A9A067
Text Example
Text Example
White with #A9A067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A067; }
p { color: rgb(169,160,103); }
H1.HeaderClassName
{
color: #A9A067;
}
.AnyTagClassName
{
color: #A9A067;
}
</style>
background-color css
<style>
a { background-color: #A9A067; }
a { background-color: rgb(169,160,103); }
div.DivClassName
{
background-color: #A9A067;
}
.BgClassName
{
background-color: #A9A067;
}
</style>
border-color css
<style>
span { border-color: #A9A067; }
span { border-color: rgb(169,160,103); }
td.TdClassName
{
border-color: #A9A067;
}
.TagClassName
{
border-color: #A9A067;
}
</style>