Shades of Tallow #AA9872
Tints of Tallow #AA9872
RGB
CMYK
RGB Variations
Color information
#AA9872 (or 0xAA9872) is known color: Tallow. HEX triplet: AA, 98 and 72. RGB value is (170,152,114). Sum of RGB (Red+Green+Blue) = 170+152+114=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9872 is #55678D. Grayscale: #999999. Windows color (decimal): -5597070 or 7510186. OLE color: 7510186.
HSL color Cylindrical-coordinate representation of color #AA9872: hue angle of 40.71º 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 #AA9872 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 114 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.33 |
| HSL | 40.71º | 0.25% | 0.56% | - |
| HSV(B) | 40.71º | 0.33% | 0.67% | - |
| XYZ | 30.84 | 32.22 | 20.51 | - |
| YUV | 153.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 114 | 0 | 0.11 | 0.33 | 0.33 | 40.71 | 0.25 | 0.56 |
| Hex | AA | 98 | 72 | 0 | B | 21 | 21 | 29 | 19 | 38 |
| Octal | 252 | 230 | 162 | 0 | 13 | 41 | 41 | 51 | 31 | 70 |
| Binary | 10101010 | 10011000 | 1110010 | 0 | 1011 | 100001 | 100001 | 101001 | 11001 | 111000 |
Color Harmonies of #AA9872
Complementary color
Monochromatic Colors of #AA9872
Black with #AA9872
Text Example
Text Example
White with #AA9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9872; }
p { color: rgb(170,152,114); }
H1.HeaderClassName
{
color: #AA9872;
}
.AnyTagClassName
{
color: #AA9872;
}
</style>
background-color css
<style>
a { background-color: #AA9872; }
a { background-color: rgb(170,152,114); }
div.DivClassName
{
background-color: #AA9872;
}
.BgClassName
{
background-color: #AA9872;
}
</style>
border-color css
<style>
span { border-color: #AA9872; }
span { border-color: rgb(170,152,114); }
td.TdClassName
{
border-color: #AA9872;
}
.TagClassName
{
border-color: #AA9872;
}
</style>