Shades of Tallow #A9A06C
Tints of Tallow #A9A06C
RGB
CMYK
RGB Variations
Color information
#A9A06C (or 0xA9A06C) is known color: Tallow. HEX triplet: A9, A0 and 6C. RGB value is (169,160,108). Sum of RGB (Red+Green+Blue) = 169+160+108=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A06C is #565F93. Grayscale: #9C9C9C. Windows color (decimal): -5660564 or 7119017. OLE color: 7119017.
HSL color Cylindrical-coordinate representation of color #A9A06C: hue angle of 51.15º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9A06C is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 108 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.34 |
| HSL | 51.15º | 0.26% | 0.54% | - |
| HSV(B) | 51.15º | 0.36% | 0.66% | - |
| XYZ | 31.64 | 34.66 | 19.21 | - |
| YUV | 156.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 108 | 0 | 0.05 | 0.36 | 0.34 | 51.15 | 0.26 | 0.54 |
| Hex | A9 | A0 | 6C | 0 | 5 | 24 | 22 | 33 | 1A | 36 |
| Octal | 251 | 240 | 154 | 0 | 5 | 44 | 42 | 63 | 32 | 66 |
| Binary | 10101001 | 10100000 | 1101100 | 0 | 101 | 100100 | 100010 | 110011 | 11010 | 110110 |
Color Harmonies of #A9A06C
Complementary color
Monochromatic Colors of #A9A06C
Black with #A9A06C
Text Example
Text Example
White with #A9A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A06C; }
p { color: rgb(169,160,108); }
H1.HeaderClassName
{
color: #A9A06C;
}
.AnyTagClassName
{
color: #A9A06C;
}
</style>
background-color css
<style>
a { background-color: #A9A06C; }
a { background-color: rgb(169,160,108); }
div.DivClassName
{
background-color: #A9A06C;
}
.BgClassName
{
background-color: #A9A06C;
}
</style>
border-color css
<style>
span { border-color: #A9A06C; }
span { border-color: rgb(169,160,108); }
td.TdClassName
{
border-color: #A9A06C;
}
.TagClassName
{
border-color: #A9A06C;
}
</style>