Shades of Tallow #AA9F66
Tints of Tallow #AA9F66
RGB
CMYK
RGB Variations
Color information
#AA9F66 (or 0xAA9F66) is known color: Tallow. HEX triplet: AA, 9F and 66. RGB value is (170,159,102). Sum of RGB (Red+Green+Blue) = 170+159+102=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F66 is #556099. Grayscale: #9C9C9C. Windows color (decimal): -5595290 or 6725546. OLE color: 6725546.
HSL color Cylindrical-coordinate representation of color #AA9F66: hue angle of 50.29º 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 #AA9F66 is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 102 | - |
| CMYK | 0 | 0.06 | 0.4 | 0.33 |
| HSL | 50.29º | 0.29% | 0.53% | - |
| HSV(B) | 50.29º | 0.4% | 0.67% | - |
| XYZ | 31.37 | 34.3 | 17.54 | - |
| YUV | 155.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 102 | 0 | 0.06 | 0.4 | 0.33 | 50.29 | 0.29 | 0.53 |
| Hex | AA | 9F | 66 | 0 | 6 | 28 | 21 | 32 | 1D | 35 |
| Octal | 252 | 237 | 146 | 0 | 6 | 50 | 41 | 62 | 35 | 65 |
| Binary | 10101010 | 10011111 | 1100110 | 0 | 110 | 101000 | 100001 | 110010 | 11101 | 110101 |
Color Harmonies of #AA9F66
Complementary color
Monochromatic Colors of #AA9F66
Black with #AA9F66
Text Example
Text Example
White with #AA9F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9F66; }
p { color: rgb(170,159,102); }
H1.HeaderClassName
{
color: #AA9F66;
}
.AnyTagClassName
{
color: #AA9F66;
}
</style>
background-color css
<style>
a { background-color: #AA9F66; }
a { background-color: rgb(170,159,102); }
div.DivClassName
{
background-color: #AA9F66;
}
.BgClassName
{
background-color: #AA9F66;
}
</style>
border-color css
<style>
span { border-color: #AA9F66; }
span { border-color: rgb(170,159,102); }
td.TdClassName
{
border-color: #AA9F66;
}
.TagClassName
{
border-color: #AA9F66;
}
</style>