Shades of Tallow #AA9D70
Tints of Tallow #AA9D70
RGB
CMYK
RGB Variations
Color information
#AA9D70 (or 0xAA9D70) is known color: Tallow. HEX triplet: AA, 9D and 70. RGB value is (170,157,112). Sum of RGB (Red+Green+Blue) = 170+157+112=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D70 is #55628F. Grayscale: #9B9B9B. Windows color (decimal): -5595792 or 7380394. OLE color: 7380394.
HSL color Cylindrical-coordinate representation of color #AA9D70: hue angle of 46.55º 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 #AA9D70 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 112 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.33 |
| HSL | 46.55º | 0.25% | 0.55% | - |
| HSV(B) | 46.55º | 0.34% | 0.67% | - |
| XYZ | 31.56 | 33.83 | 20.2 | - |
| YUV | 155.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 112 | 0 | 0.08 | 0.34 | 0.33 | 46.55 | 0.25 | 0.55 |
| Hex | AA | 9D | 70 | 0 | 8 | 22 | 21 | 2F | 19 | 37 |
| Octal | 252 | 235 | 160 | 0 | 10 | 42 | 41 | 57 | 31 | 67 |
| Binary | 10101010 | 10011101 | 1110000 | 0 | 1000 | 100010 | 100001 | 101111 | 11001 | 110111 |
Color Harmonies of #AA9D70
Complementary color
Monochromatic Colors of #AA9D70
Black with #AA9D70
Text Example
Text Example
White with #AA9D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D70; }
p { color: rgb(170,157,112); }
H1.HeaderClassName
{
color: #AA9D70;
}
.AnyTagClassName
{
color: #AA9D70;
}
</style>
background-color css
<style>
a { background-color: #AA9D70; }
a { background-color: rgb(170,157,112); }
div.DivClassName
{
background-color: #AA9D70;
}
.BgClassName
{
background-color: #AA9D70;
}
</style>
border-color css
<style>
span { border-color: #AA9D70; }
span { border-color: rgb(170,157,112); }
td.TdClassName
{
border-color: #AA9D70;
}
.TagClassName
{
border-color: #AA9D70;
}
</style>