Shades of Tallow #AAA170
Tints of Tallow #AAA170
RGB
CMYK
RGB Variations
Color information
#AAA170 (or 0xAAA170) is known color: Tallow. HEX triplet: AA, A1 and 70. RGB value is (170,161,112). Sum of RGB (Red+Green+Blue) = 170+161+112=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA170 is #555E8F. Grayscale: #9E9E9E. Windows color (decimal): -5594768 or 7381418. OLE color: 7381418.
HSL color Cylindrical-coordinate representation of color #AAA170: hue angle of 50.69º 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 #AAA170 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 112 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.33 |
| HSL | 50.69º | 0.25% | 0.55% | - |
| HSV(B) | 50.69º | 0.34% | 0.67% | - |
| XYZ | 32.25 | 35.21 | 20.43 | - |
| YUV | 158.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 112 | 0 | 0.05 | 0.34 | 0.33 | 50.69 | 0.25 | 0.55 |
| Hex | AA | A1 | 70 | 0 | 5 | 22 | 21 | 33 | 19 | 37 |
| Octal | 252 | 241 | 160 | 0 | 5 | 42 | 41 | 63 | 31 | 67 |
| Binary | 10101010 | 10100001 | 1110000 | 0 | 101 | 100010 | 100001 | 110011 | 11001 | 110111 |
Color Harmonies of #AAA170
Complementary color
Monochromatic Colors of #AAA170
Black with #AAA170
Text Example
Text Example
White with #AAA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA170; }
p { color: rgb(170,161,112); }
H1.HeaderClassName
{
color: #AAA170;
}
.AnyTagClassName
{
color: #AAA170;
}
</style>
background-color css
<style>
a { background-color: #AAA170; }
a { background-color: rgb(170,161,112); }
div.DivClassName
{
background-color: #AAA170;
}
.BgClassName
{
background-color: #AAA170;
}
</style>
border-color css
<style>
span { border-color: #AAA170; }
span { border-color: rgb(170,161,112); }
td.TdClassName
{
border-color: #AAA170;
}
.TagClassName
{
border-color: #AAA170;
}
</style>