Shades of Tallow #AA966C
Tints of Tallow #AA966C
RGB
CMYK
RGB Variations
Color information
#AA966C (or 0xAA966C) is known color: Tallow. HEX triplet: AA, 96 and 6C. RGB value is (170,150,108). Sum of RGB (Red+Green+Blue) = 170+150+108=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966C is #556993. Grayscale: #979797. Windows color (decimal): -5597588 or 7116458. OLE color: 7116458.
HSL color Cylindrical-coordinate representation of color #AA966C: hue angle of 40.65º 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 #AA966C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 108 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.33 |
| HSL | 40.65º | 0.27% | 0.55% | - |
| HSV(B) | 40.65º | 0.36% | 0.67% | - |
| XYZ | 30.19 | 31.44 | 18.66 | - |
| YUV | 151.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 108 | 0 | 0.12 | 0.36 | 0.33 | 40.65 | 0.27 | 0.55 |
| Hex | AA | 96 | 6C | 0 | C | 24 | 21 | 29 | 1B | 37 |
| Octal | 252 | 226 | 154 | 0 | 14 | 44 | 41 | 51 | 33 | 67 |
| Binary | 10101010 | 10010110 | 1101100 | 0 | 1100 | 100100 | 100001 | 101001 | 11011 | 110111 |
Color Harmonies of #AA966C
Complementary color
Monochromatic Colors of #AA966C
Black with #AA966C
Text Example
Text Example
White with #AA966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA966C; }
p { color: rgb(170,150,108); }
H1.HeaderClassName
{
color: #AA966C;
}
.AnyTagClassName
{
color: #AA966C;
}
</style>
background-color css
<style>
a { background-color: #AA966C; }
a { background-color: rgb(170,150,108); }
div.DivClassName
{
background-color: #AA966C;
}
.BgClassName
{
background-color: #AA966C;
}
</style>
border-color css
<style>
span { border-color: #AA966C; }
span { border-color: rgb(170,150,108); }
td.TdClassName
{
border-color: #AA966C;
}
.TagClassName
{
border-color: #AA966C;
}
</style>