Shades of Tallow #AA9871
Tints of Tallow #AA9871
RGB
CMYK
RGB Variations
Color information
#AA9871 (or 0xAA9871) is known color: Tallow. HEX triplet: AA, 98 and 71. RGB value is (170,152,113). Sum of RGB (Red+Green+Blue) = 170+152+113=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9871 is #55678E. Grayscale: #999999. Windows color (decimal): -5597071 or 7444650. OLE color: 7444650.
HSL color Cylindrical-coordinate representation of color #AA9871: hue angle of 41.05º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA9871 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 113 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.33 |
| HSL | 41.05º | 0.25% | 0.55% | - |
| HSV(B) | 41.05º | 0.34% | 0.67% | - |
| XYZ | 30.79 | 32.19 | 20.21 | - |
| YUV | 152.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 113 | 0 | 0.11 | 0.34 | 0.33 | 41.05 | 0.25 | 0.55 |
| Hex | AA | 98 | 71 | 0 | B | 22 | 21 | 29 | 19 | 37 |
| Octal | 252 | 230 | 161 | 0 | 13 | 42 | 41 | 51 | 31 | 67 |
| Binary | 10101010 | 10011000 | 1110001 | 0 | 1011 | 100010 | 100001 | 101001 | 11001 | 110111 |
Color Harmonies of #AA9871
Complementary color
Monochromatic Colors of #AA9871
Black with #AA9871
Text Example
Text Example
White with #AA9871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9871; }
p { color: rgb(170,152,113); }
H1.HeaderClassName
{
color: #AA9871;
}
.AnyTagClassName
{
color: #AA9871;
}
</style>
background-color css
<style>
a { background-color: #AA9871; }
a { background-color: rgb(170,152,113); }
div.DivClassName
{
background-color: #AA9871;
}
.BgClassName
{
background-color: #AA9871;
}
</style>
border-color css
<style>
span { border-color: #AA9871; }
span { border-color: rgb(170,152,113); }
td.TdClassName
{
border-color: #AA9871;
}
.TagClassName
{
border-color: #AA9871;
}
</style>