Shades of Tallow #AA9972
Tints of Tallow #AA9972
RGB
CMYK
RGB Variations
Color information
#AA9972 (or 0xAA9972) is known color: Tallow. HEX triplet: AA, 99 and 72. RGB value is (170,153,114). Sum of RGB (Red+Green+Blue) = 170+153+114=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9972 is #55668D. Grayscale: #999999. Windows color (decimal): -5596814 or 7510442. OLE color: 7510442.
HSL color Cylindrical-coordinate representation of color #AA9972: hue angle of 41.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9972 is Cyan = 0, Magento = 0.1, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 114 | - |
| CMYK | 0 | 0.1 | 0.33 | 0.33 |
| HSL | 41.79º | 0.25% | 0.56% | - |
| HSV(B) | 41.79º | 0.33% | 0.67% | - |
| XYZ | 31.01 | 32.54 | 20.57 | - |
| YUV | 153.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 114 | 0 | 0.1 | 0.33 | 0.33 | 41.79 | 0.25 | 0.56 |
| Hex | AA | 99 | 72 | 0 | A | 21 | 21 | 2A | 19 | 38 |
| Octal | 252 | 231 | 162 | 0 | 12 | 41 | 41 | 52 | 31 | 70 |
| Binary | 10101010 | 10011001 | 1110010 | 0 | 1010 | 100001 | 100001 | 101010 | 11001 | 111000 |
Color Harmonies of #AA9972
Complementary color
Monochromatic Colors of #AA9972
Black with #AA9972
Text Example
Text Example
White with #AA9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9972; }
p { color: rgb(170,153,114); }
H1.HeaderClassName
{
color: #AA9972;
}
.AnyTagClassName
{
color: #AA9972;
}
</style>
background-color css
<style>
a { background-color: #AA9972; }
a { background-color: rgb(170,153,114); }
div.DivClassName
{
background-color: #AA9972;
}
.BgClassName
{
background-color: #AA9972;
}
</style>
border-color css
<style>
span { border-color: #AA9972; }
span { border-color: rgb(170,153,114); }
td.TdClassName
{
border-color: #AA9972;
}
.TagClassName
{
border-color: #AA9972;
}
</style>