Shades of Tallow #AA9A73
Tints of Tallow #AA9A73
RGB
CMYK
RGB Variations
Color information
#AA9A73 (or 0xAA9A73) is known color: Tallow. HEX triplet: AA, 9A and 73. RGB value is (170,154,115). Sum of RGB (Red+Green+Blue) = 170+154+115=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A73 is #55658C. Grayscale: #9A9A9A. Windows color (decimal): -5596557 or 7576234. OLE color: 7576234.
HSL color Cylindrical-coordinate representation of color #AA9A73: hue angle of 42.55º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA9A73 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 115 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.33 |
| HSL | 42.55º | 0.24% | 0.56% | - |
| HSV(B) | 42.55º | 0.32% | 0.67% | - |
| XYZ | 31.23 | 32.9 | 20.92 | - |
| YUV | 154.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 115 | 0 | 0.09 | 0.32 | 0.33 | 42.55 | 0.24 | 0.56 |
| Hex | AA | 9A | 73 | 0 | 9 | 20 | 21 | 2B | 18 | 38 |
| Octal | 252 | 232 | 163 | 0 | 11 | 40 | 41 | 53 | 30 | 70 |
| Binary | 10101010 | 10011010 | 1110011 | 0 | 1001 | 100000 | 100001 | 101011 | 11000 | 111000 |
Color Harmonies of #AA9A73
Complementary color
Monochromatic Colors of #AA9A73
Black with #AA9A73
Text Example
Text Example
White with #AA9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A73; }
p { color: rgb(170,154,115); }
H1.HeaderClassName
{
color: #AA9A73;
}
.AnyTagClassName
{
color: #AA9A73;
}
</style>
background-color css
<style>
a { background-color: #AA9A73; }
a { background-color: rgb(170,154,115); }
div.DivClassName
{
background-color: #AA9A73;
}
.BgClassName
{
background-color: #AA9A73;
}
</style>
border-color css
<style>
span { border-color: #AA9A73; }
span { border-color: rgb(170,154,115); }
td.TdClassName
{
border-color: #AA9A73;
}
.TagClassName
{
border-color: #AA9A73;
}
</style>