Shades of Tallow #AA9970
Tints of Tallow #AA9970
RGB
CMYK
RGB Variations
Color information
#AA9970 (or 0xAA9970) is known color: Tallow. HEX triplet: AA, 99 and 70. RGB value is (170,153,112). Sum of RGB (Red+Green+Blue) = 170+153+112=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9970 is #55668F. Grayscale: #999999. Windows color (decimal): -5596816 or 7379370. OLE color: 7379370.
HSL color Cylindrical-coordinate representation of color #AA9970: hue angle of 42.41º 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 #AA9970 is Cyan = 0, Magento = 0.1, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 112 | - |
| CMYK | 0 | 0.1 | 0.34 | 0.33 |
| HSL | 42.41º | 0.25% | 0.55% | - |
| HSV(B) | 42.41º | 0.34% | 0.67% | - |
| XYZ | 30.89 | 32.5 | 19.97 | - |
| YUV | 153.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 112 | 0 | 0.1 | 0.34 | 0.33 | 42.41 | 0.25 | 0.55 |
| Hex | AA | 99 | 70 | 0 | A | 22 | 21 | 2A | 19 | 37 |
| Octal | 252 | 231 | 160 | 0 | 12 | 42 | 41 | 52 | 31 | 67 |
| Binary | 10101010 | 10011001 | 1110000 | 0 | 1010 | 100010 | 100001 | 101010 | 11001 | 110111 |
Color Harmonies of #AA9970
Complementary color
Monochromatic Colors of #AA9970
Black with #AA9970
Text Example
Text Example
White with #AA9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9970; }
p { color: rgb(170,153,112); }
H1.HeaderClassName
{
color: #AA9970;
}
.AnyTagClassName
{
color: #AA9970;
}
</style>
background-color css
<style>
a { background-color: #AA9970; }
a { background-color: rgb(170,153,112); }
div.DivClassName
{
background-color: #AA9970;
}
.BgClassName
{
background-color: #AA9970;
}
</style>
border-color css
<style>
span { border-color: #AA9970; }
span { border-color: rgb(170,153,112); }
td.TdClassName
{
border-color: #AA9970;
}
.TagClassName
{
border-color: #AA9970;
}
</style>