Shades of Tallow #AA9F70
Tints of Tallow #AA9F70
RGB
CMYK
RGB Variations
Color information
#AA9F70 (or 0xAA9F70) is known color: Tallow. HEX triplet: AA, 9F and 70. RGB value is (170,159,112). Sum of RGB (Red+Green+Blue) = 170+159+112=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F70 is #55608F. Grayscale: #9D9D9D. Windows color (decimal): -5595280 or 7380906. OLE color: 7380906.
HSL color Cylindrical-coordinate representation of color #AA9F70: hue angle of 48.62º 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 #AA9F70 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 112 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.33 |
| HSL | 48.62º | 0.25% | 0.55% | - |
| HSV(B) | 48.62º | 0.34% | 0.67% | - |
| XYZ | 31.9 | 34.51 | 20.31 | - |
| YUV | 156.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 112 | 0 | 0.06 | 0.34 | 0.33 | 48.62 | 0.25 | 0.55 |
| Hex | AA | 9F | 70 | 0 | 6 | 22 | 21 | 31 | 19 | 37 |
| Octal | 252 | 237 | 160 | 0 | 6 | 42 | 41 | 61 | 31 | 67 |
| Binary | 10101010 | 10011111 | 1110000 | 0 | 110 | 100010 | 100001 | 110001 | 11001 | 110111 |
Color Harmonies of #AA9F70
Complementary color
Monochromatic Colors of #AA9F70
Black with #AA9F70
Text Example
Text Example
White with #AA9F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F70; }
p { color: rgb(170,159,112); }
H1.HeaderClassName
{
color: #AA9F70;
}
.AnyTagClassName
{
color: #AA9F70;
}
</style>
background-color css
<style>
a { background-color: #AA9F70; }
a { background-color: rgb(170,159,112); }
div.DivClassName
{
background-color: #AA9F70;
}
.BgClassName
{
background-color: #AA9F70;
}
</style>
border-color css
<style>
span { border-color: #AA9F70; }
span { border-color: rgb(170,159,112); }
td.TdClassName
{
border-color: #AA9F70;
}
.TagClassName
{
border-color: #AA9F70;
}
</style>