Shades of Tallow #AA9C66
Tints of Tallow #AA9C66
RGB
CMYK
RGB Variations
Color information
#AA9C66 (or 0xAA9C66) is known color: Tallow. HEX triplet: AA, 9C and 66. RGB value is (170,156,102). Sum of RGB (Red+Green+Blue) = 170+156+102=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C66 is #556399. Grayscale: #9A9A9A. Windows color (decimal): -5596058 or 6724778. OLE color: 6724778.
HSL color Cylindrical-coordinate representation of color #AA9C66: hue angle of 47.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA9C66 is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 102 | - |
| CMYK | 0 | 0.08 | 0.4 | 0.33 |
| HSL | 47.65º | 0.29% | 0.53% | - |
| HSV(B) | 47.65º | 0.4% | 0.67% | - |
| XYZ | 30.86 | 33.28 | 17.37 | - |
| YUV | 154.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 102 | 0 | 0.08 | 0.4 | 0.33 | 47.65 | 0.29 | 0.53 |
| Hex | AA | 9C | 66 | 0 | 8 | 28 | 21 | 30 | 1D | 35 |
| Octal | 252 | 234 | 146 | 0 | 10 | 50 | 41 | 60 | 35 | 65 |
| Binary | 10101010 | 10011100 | 1100110 | 0 | 1000 | 101000 | 100001 | 110000 | 11101 | 110101 |
Color Harmonies of #AA9C66
Complementary color
Monochromatic Colors of #AA9C66
Black with #AA9C66
Text Example
Text Example
White with #AA9C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C66; }
p { color: rgb(170,156,102); }
H1.HeaderClassName
{
color: #AA9C66;
}
.AnyTagClassName
{
color: #AA9C66;
}
</style>
background-color css
<style>
a { background-color: #AA9C66; }
a { background-color: rgb(170,156,102); }
div.DivClassName
{
background-color: #AA9C66;
}
.BgClassName
{
background-color: #AA9C66;
}
</style>
border-color css
<style>
span { border-color: #AA9C66; }
span { border-color: rgb(170,156,102); }
td.TdClassName
{
border-color: #AA9C66;
}
.TagClassName
{
border-color: #AA9C66;
}
</style>