Shades of Tallow #AA9A72
Tints of Tallow #AA9A72
RGB
CMYK
RGB Variations
Color information
#AA9A72 (or 0xAA9A72) is known color: Tallow. HEX triplet: AA, 9A and 72. RGB value is (170,154,114). Sum of RGB (Red+Green+Blue) = 170+154+114=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A72 is #55658D. Grayscale: #9A9A9A. Windows color (decimal): -5596558 or 7510698. OLE color: 7510698.
HSL color Cylindrical-coordinate representation of color #AA9A72: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9A72 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 114 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.33 |
| HSL | 42.86º | 0.25% | 0.56% | - |
| HSV(B) | 42.86º | 0.33% | 0.67% | - |
| XYZ | 31.17 | 32.87 | 20.62 | - |
| YUV | 154.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 114 | 0 | 0.09 | 0.33 | 0.33 | 42.86 | 0.25 | 0.56 |
| Hex | AA | 9A | 72 | 0 | 9 | 21 | 21 | 2B | 19 | 38 |
| Octal | 252 | 232 | 162 | 0 | 11 | 41 | 41 | 53 | 31 | 70 |
| Binary | 10101010 | 10011010 | 1110010 | 0 | 1001 | 100001 | 100001 | 101011 | 11001 | 111000 |
Color Harmonies of #AA9A72
Complementary color
Monochromatic Colors of #AA9A72
Black with #AA9A72
Text Example
Text Example
White with #AA9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A72; }
p { color: rgb(170,154,114); }
H1.HeaderClassName
{
color: #AA9A72;
}
.AnyTagClassName
{
color: #AA9A72;
}
</style>
background-color css
<style>
a { background-color: #AA9A72; }
a { background-color: rgb(170,154,114); }
div.DivClassName
{
background-color: #AA9A72;
}
.BgClassName
{
background-color: #AA9A72;
}
</style>
border-color css
<style>
span { border-color: #AA9A72; }
span { border-color: rgb(170,154,114); }
td.TdClassName
{
border-color: #AA9A72;
}
.TagClassName
{
border-color: #AA9A72;
}
</style>