Shades of Tallow #AA966A
Tints of Tallow #AA966A
RGB
CMYK
RGB Variations
Color information
#AA966A (or 0xAA966A) is known color: Tallow. HEX triplet: AA, 96 and 6A. RGB value is (170,150,106). Sum of RGB (Red+Green+Blue) = 170+150+106=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA966A is #556995. Grayscale: #979797. Windows color (decimal): -5597590 or 6985386. OLE color: 6985386.
HSL color Cylindrical-coordinate representation of color #AA966A: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA966A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 106 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.33 |
| HSL | 41.25º | 0.27% | 0.54% | - |
| HSV(B) | 41.25º | 0.38% | 0.67% | - |
| XYZ | 30.09 | 31.4 | 18.11 | - |
| YUV | 150.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 106 | 0 | 0.12 | 0.38 | 0.33 | 41.25 | 0.27 | 0.54 |
| Hex | AA | 96 | 6A | 0 | C | 26 | 21 | 29 | 1B | 36 |
| Octal | 252 | 226 | 152 | 0 | 14 | 46 | 41 | 51 | 33 | 66 |
| Binary | 10101010 | 10010110 | 1101010 | 0 | 1100 | 100110 | 100001 | 101001 | 11011 | 110110 |
Color Harmonies of #AA966A
Complementary color
Monochromatic Colors of #AA966A
Black with #AA966A
Text Example
Text Example
White with #AA966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA966A; }
p { color: rgb(170,150,106); }
H1.HeaderClassName
{
color: #AA966A;
}
.AnyTagClassName
{
color: #AA966A;
}
</style>
background-color css
<style>
a { background-color: #AA966A; }
a { background-color: rgb(170,150,106); }
div.DivClassName
{
background-color: #AA966A;
}
.BgClassName
{
background-color: #AA966A;
}
</style>
border-color css
<style>
span { border-color: #AA966A; }
span { border-color: rgb(170,150,106); }
td.TdClassName
{
border-color: #AA966A;
}
.TagClassName
{
border-color: #AA966A;
}
</style>