Shades of Tallow #AA9E76
Tints of Tallow #AA9E76
RGB
CMYK
RGB Variations
Color information
#AA9E76 (or 0xAA9E76) is known color: Tallow. HEX triplet: AA, 9E and 76. RGB value is (170,158,118). Sum of RGB (Red+Green+Blue) = 170+158+118=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E76 is #556189. Grayscale: #9D9D9D. Windows color (decimal): -5595530 or 7773866. OLE color: 7773866.
HSL color Cylindrical-coordinate representation of color #AA9E76: hue angle of 46.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9E76 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 158 | 118 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.33 |
| HSL | 46.15º | 0.23% | 0.56% | - |
| HSV(B) | 46.15º | 0.31% | 0.67% | - |
| XYZ | 32.07 | 34.31 | 22.07 | - |
| YUV | 157.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 158 | 118 | 0 | 0.07 | 0.31 | 0.33 | 46.15 | 0.23 | 0.56 |
| Hex | AA | 9E | 76 | 0 | 7 | 1F | 21 | 2E | 17 | 38 |
| Octal | 252 | 236 | 166 | 0 | 7 | 37 | 41 | 56 | 27 | 70 |
| Binary | 10101010 | 10011110 | 1110110 | 0 | 111 | 11111 | 100001 | 101110 | 10111 | 111000 |
Color Harmonies of #AA9E76
Complementary color
Monochromatic Colors of #AA9E76
Black with #AA9E76
Text Example
Text Example
White with #AA9E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9E76; }
p { color: rgb(170,158,118); }
H1.HeaderClassName
{
color: #AA9E76;
}
.AnyTagClassName
{
color: #AA9E76;
}
</style>
background-color css
<style>
a { background-color: #AA9E76; }
a { background-color: rgb(170,158,118); }
div.DivClassName
{
background-color: #AA9E76;
}
.BgClassName
{
background-color: #AA9E76;
}
</style>
border-color css
<style>
span { border-color: #AA9E76; }
span { border-color: rgb(170,158,118); }
td.TdClassName
{
border-color: #AA9E76;
}
.TagClassName
{
border-color: #AA9E76;
}
</style>