Shades of Tallow #AA966F
Tints of Tallow #AA966F
RGB
CMYK
RGB Variations
Color information
#AA966F (or 0xAA966F) is known color: Tallow. HEX triplet: AA, 96 and 6F. RGB value is (170,150,111). Sum of RGB (Red+Green+Blue) = 170+150+111=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966F is #556990. Grayscale: #979797. Windows color (decimal): -5597585 or 7313066. OLE color: 7313066.
HSL color Cylindrical-coordinate representation of color #AA966F: hue angle of 39.66º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA966F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 111 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.33 |
| HSL | 39.66º | 0.26% | 0.55% | - |
| HSV(B) | 39.66º | 0.35% | 0.67% | - |
| XYZ | 30.35 | 31.51 | 19.52 | - |
| YUV | 151.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 111 | 0 | 0.12 | 0.35 | 0.33 | 39.66 | 0.26 | 0.55 |
| Hex | AA | 96 | 6F | 0 | C | 23 | 21 | 28 | 1A | 37 |
| Octal | 252 | 226 | 157 | 0 | 14 | 43 | 41 | 50 | 32 | 67 |
| Binary | 10101010 | 10010110 | 1101111 | 0 | 1100 | 100011 | 100001 | 101000 | 11010 | 110111 |
Color Harmonies of #AA966F
Complementary color
Monochromatic Colors of #AA966F
Black with #AA966F
Text Example
Text Example
White with #AA966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA966F; }
p { color: rgb(170,150,111); }
H1.HeaderClassName
{
color: #AA966F;
}
.AnyTagClassName
{
color: #AA966F;
}
</style>
background-color css
<style>
a { background-color: #AA966F; }
a { background-color: rgb(170,150,111); }
div.DivClassName
{
background-color: #AA966F;
}
.BgClassName
{
background-color: #AA966F;
}
</style>
border-color css
<style>
span { border-color: #AA966F; }
span { border-color: rgb(170,150,111); }
td.TdClassName
{
border-color: #AA966F;
}
.TagClassName
{
border-color: #AA966F;
}
</style>