Shades of Tallow #AA996C
Tints of Tallow #AA996C
RGB
CMYK
RGB Variations
Color information
#AA996C (or 0xAA996C) is known color: Tallow. HEX triplet: AA, 99 and 6C. RGB value is (170,153,108). Sum of RGB (Red+Green+Blue) = 170+153+108=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA996C is #556693. Grayscale: #999999. Windows color (decimal): -5596820 or 7117226. OLE color: 7117226.
HSL color Cylindrical-coordinate representation of color #AA996C: hue angle of 43.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA996C is Cyan = 0, Magento = 0.1, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 108 | - |
| CMYK | 0 | 0.1 | 0.36 | 0.33 |
| HSL | 43.55º | 0.27% | 0.55% | - |
| HSV(B) | 43.55º | 0.36% | 0.67% | - |
| XYZ | 30.68 | 32.41 | 18.83 | - |
| YUV | 152.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 108 | 0 | 0.1 | 0.36 | 0.33 | 43.55 | 0.27 | 0.55 |
| Hex | AA | 99 | 6C | 0 | A | 24 | 21 | 2C | 1B | 37 |
| Octal | 252 | 231 | 154 | 0 | 12 | 44 | 41 | 54 | 33 | 67 |
| Binary | 10101010 | 10011001 | 1101100 | 0 | 1010 | 100100 | 100001 | 101100 | 11011 | 110111 |
Color Harmonies of #AA996C
Complementary color
Monochromatic Colors of #AA996C
Black with #AA996C
Text Example
Text Example
White with #AA996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA996C; }
p { color: rgb(170,153,108); }
H1.HeaderClassName
{
color: #AA996C;
}
.AnyTagClassName
{
color: #AA996C;
}
</style>
background-color css
<style>
a { background-color: #AA996C; }
a { background-color: rgb(170,153,108); }
div.DivClassName
{
background-color: #AA996C;
}
.BgClassName
{
background-color: #AA996C;
}
</style>
border-color css
<style>
span { border-color: #AA996C; }
span { border-color: rgb(170,153,108); }
td.TdClassName
{
border-color: #AA996C;
}
.TagClassName
{
border-color: #AA996C;
}
</style>