Shades of Tallow #AA9E70
Tints of Tallow #AA9E70
RGB
CMYK
RGB Variations
Color information
#AA9E70 (or 0xAA9E70) is known color: Tallow. HEX triplet: AA, 9E and 70. RGB value is (170,158,112). Sum of RGB (Red+Green+Blue) = 170+158+112=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E70 is #55618F. Grayscale: #9C9C9C. Windows color (decimal): -5595536 or 7380650. OLE color: 7380650.
HSL color Cylindrical-coordinate representation of color #AA9E70: hue angle of 47.59º 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 #AA9E70 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 112 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.33 |
| HSL | 47.59º | 0.25% | 0.55% | - |
| HSV(B) | 47.59º | 0.34% | 0.67% | - |
| XYZ | 31.73 | 34.17 | 20.25 | - |
| YUV | 156.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 112 | 0 | 0.07 | 0.34 | 0.33 | 47.59 | 0.25 | 0.55 |
| Hex | AA | 9E | 70 | 0 | 7 | 22 | 21 | 30 | 19 | 37 |
| Octal | 252 | 236 | 160 | 0 | 7 | 42 | 41 | 60 | 31 | 67 |
| Binary | 10101010 | 10011110 | 1110000 | 0 | 111 | 100010 | 100001 | 110000 | 11001 | 110111 |
Color Harmonies of #AA9E70
Complementary color
Monochromatic Colors of #AA9E70
Black with #AA9E70
Text Example
Text Example
White with #AA9E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E70; }
p { color: rgb(170,158,112); }
H1.HeaderClassName
{
color: #AA9E70;
}
.AnyTagClassName
{
color: #AA9E70;
}
</style>
background-color css
<style>
a { background-color: #AA9E70; }
a { background-color: rgb(170,158,112); }
div.DivClassName
{
background-color: #AA9E70;
}
.BgClassName
{
background-color: #AA9E70;
}
</style>
border-color css
<style>
span { border-color: #AA9E70; }
span { border-color: rgb(170,158,112); }
td.TdClassName
{
border-color: #AA9E70;
}
.TagClassName
{
border-color: #AA9E70;
}
</style>