Shades of Tallow #AA9F73
Tints of Tallow #AA9F73
RGB
CMYK
RGB Variations
Color information
#AA9F73 (or 0xAA9F73) is known color: Tallow. HEX triplet: AA, 9F and 73. RGB value is (170,159,115). Sum of RGB (Red+Green+Blue) = 170+159+115=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F73 is #55608C. Grayscale: #9D9D9D. Windows color (decimal): -5595277 or 7577514. OLE color: 7577514.
HSL color Cylindrical-coordinate representation of color #AA9F73: hue angle of 48º 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 #AA9F73 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 115 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.33 |
| HSL | 48º | 0.24% | 0.56% | - |
| HSV(B) | 48º | 0.32% | 0.67% | - |
| XYZ | 32.07 | 34.58 | 21.2 | - |
| YUV | 157.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 115 | 0 | 0.06 | 0.32 | 0.33 | 48 | 0.24 | 0.56 |
| Hex | AA | 9F | 73 | 0 | 6 | 20 | 21 | 30 | 18 | 38 |
| Octal | 252 | 237 | 163 | 0 | 6 | 40 | 41 | 60 | 30 | 70 |
| Binary | 10101010 | 10011111 | 1110011 | 0 | 110 | 100000 | 100001 | 110000 | 11000 | 111000 |
Color Harmonies of #AA9F73
Complementary color
Monochromatic Colors of #AA9F73
Black with #AA9F73
Text Example
Text Example
White with #AA9F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F73; }
p { color: rgb(170,159,115); }
H1.HeaderClassName
{
color: #AA9F73;
}
.AnyTagClassName
{
color: #AA9F73;
}
</style>
background-color css
<style>
a { background-color: #AA9F73; }
a { background-color: rgb(170,159,115); }
div.DivClassName
{
background-color: #AA9F73;
}
.BgClassName
{
background-color: #AA9F73;
}
</style>
border-color css
<style>
span { border-color: #AA9F73; }
span { border-color: rgb(170,159,115); }
td.TdClassName
{
border-color: #AA9F73;
}
.TagClassName
{
border-color: #AA9F73;
}
</style>