Shades of Tallow #AA9A70
Tints of Tallow #AA9A70
RGB
CMYK
RGB Variations
Color information
#AA9A70 (or 0xAA9A70) is known color: Tallow. HEX triplet: AA, 9A and 70. RGB value is (170,154,112). Sum of RGB (Red+Green+Blue) = 170+154+112=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A70 is #55658F. Grayscale: #9A9A9A. Windows color (decimal): -5596560 or 7379626. OLE color: 7379626.
HSL color Cylindrical-coordinate representation of color #AA9A70: hue angle of 43.45º 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 #AA9A70 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 112 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.33 |
| HSL | 43.45º | 0.25% | 0.55% | - |
| HSV(B) | 43.45º | 0.34% | 0.67% | - |
| XYZ | 31.06 | 32.83 | 20.03 | - |
| YUV | 154 | 104.3 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 112 | 0 | 0.09 | 0.34 | 0.33 | 43.45 | 0.25 | 0.55 |
| Hex | AA | 9A | 70 | 0 | 9 | 22 | 21 | 2B | 19 | 37 |
| Octal | 252 | 232 | 160 | 0 | 11 | 42 | 41 | 53 | 31 | 67 |
| Binary | 10101010 | 10011010 | 1110000 | 0 | 1001 | 100010 | 100001 | 101011 | 11001 | 110111 |
Color Harmonies of #AA9A70
Complementary color
Monochromatic Colors of #AA9A70
Black with #AA9A70
Text Example
Text Example
White with #AA9A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A70; }
p { color: rgb(170,154,112); }
H1.HeaderClassName
{
color: #AA9A70;
}
.AnyTagClassName
{
color: #AA9A70;
}
</style>
background-color css
<style>
a { background-color: #AA9A70; }
a { background-color: rgb(170,154,112); }
div.DivClassName
{
background-color: #AA9A70;
}
.BgClassName
{
background-color: #AA9A70;
}
</style>
border-color css
<style>
span { border-color: #AA9A70; }
span { border-color: rgb(170,154,112); }
td.TdClassName
{
border-color: #AA9A70;
}
.TagClassName
{
border-color: #AA9A70;
}
</style>