Shades of Tallow #AAA070
Tints of Tallow #AAA070
RGB
CMYK
RGB Variations
Color information
#AAA070 (or 0xAAA070) is known color: Tallow. HEX triplet: AA, A0 and 70. RGB value is (170,160,112). Sum of RGB (Red+Green+Blue) = 170+160+112=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA070 is #555F8F. Grayscale: #9D9D9D. Windows color (decimal): -5595024 or 7381162. OLE color: 7381162.
HSL color Cylindrical-coordinate representation of color #AAA070: hue angle of 49.66º 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 #AAA070 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 112 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.33 |
| HSL | 49.66º | 0.25% | 0.55% | - |
| HSV(B) | 49.66º | 0.34% | 0.67% | - |
| XYZ | 32.07 | 34.86 | 20.37 | - |
| YUV | 157.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 112 | 0 | 0.06 | 0.34 | 0.33 | 49.66 | 0.25 | 0.55 |
| Hex | AA | A0 | 70 | 0 | 6 | 22 | 21 | 32 | 19 | 37 |
| Octal | 252 | 240 | 160 | 0 | 6 | 42 | 41 | 62 | 31 | 67 |
| Binary | 10101010 | 10100000 | 1110000 | 0 | 110 | 100010 | 100001 | 110010 | 11001 | 110111 |
Color Harmonies of #AAA070
Complementary color
Monochromatic Colors of #AAA070
Black with #AAA070
Text Example
Text Example
White with #AAA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA070; }
p { color: rgb(170,160,112); }
H1.HeaderClassName
{
color: #AAA070;
}
.AnyTagClassName
{
color: #AAA070;
}
</style>
background-color css
<style>
a { background-color: #AAA070; }
a { background-color: rgb(170,160,112); }
div.DivClassName
{
background-color: #AAA070;
}
.BgClassName
{
background-color: #AAA070;
}
</style>
border-color css
<style>
span { border-color: #AAA070; }
span { border-color: rgb(170,160,112); }
td.TdClassName
{
border-color: #AAA070;
}
.TagClassName
{
border-color: #AAA070;
}
</style>