Shades of Tallow #AA9976
Tints of Tallow #AA9976
RGB
CMYK
RGB Variations
Color information
#AA9976 (or 0xAA9976) is known color: Tallow. HEX triplet: AA, 99 and 76. RGB value is (170,153,118). Sum of RGB (Red+Green+Blue) = 170+153+118=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9976 is #556689. Grayscale: #9A9A9A. Windows color (decimal): -5596810 or 7772586. OLE color: 7772586.
HSL color Cylindrical-coordinate representation of color #AA9976: hue angle of 40.38º 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 #AA9976 is Cyan = 0, Magento = 0.1, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 118 | - |
| CMYK | 0 | 0.1 | 0.31 | 0.33 |
| HSL | 40.38º | 0.23% | 0.56% | - |
| HSV(B) | 40.38º | 0.31% | 0.67% | - |
| XYZ | 31.24 | 32.64 | 21.79 | - |
| YUV | 154.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 118 | 0 | 0.1 | 0.31 | 0.33 | 40.38 | 0.23 | 0.56 |
| Hex | AA | 99 | 76 | 0 | A | 1F | 21 | 28 | 17 | 38 |
| Octal | 252 | 231 | 166 | 0 | 12 | 37 | 41 | 50 | 27 | 70 |
| Binary | 10101010 | 10011001 | 1110110 | 0 | 1010 | 11111 | 100001 | 101000 | 10111 | 111000 |
Color Harmonies of #AA9976
Complementary color
Monochromatic Colors of #AA9976
Black with #AA9976
Text Example
Text Example
White with #AA9976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9976; }
p { color: rgb(170,153,118); }
H1.HeaderClassName
{
color: #AA9976;
}
.AnyTagClassName
{
color: #AA9976;
}
</style>
background-color css
<style>
a { background-color: #AA9976; }
a { background-color: rgb(170,153,118); }
div.DivClassName
{
background-color: #AA9976;
}
.BgClassName
{
background-color: #AA9976;
}
</style>
border-color css
<style>
span { border-color: #AA9976; }
span { border-color: rgb(170,153,118); }
td.TdClassName
{
border-color: #AA9976;
}
.TagClassName
{
border-color: #AA9976;
}
</style>