Shades of Tallow #AA9D69
Tints of Tallow #AA9D69
RGB
CMYK
RGB Variations
Color information
#AA9D69 (or 0xAA9D69) is known color: Tallow. HEX triplet: AA, 9D and 69. RGB value is (170,157,105). Sum of RGB (Red+Green+Blue) = 170+157+105=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D69 is #556296. Grayscale: #9B9B9B. Windows color (decimal): -5595799 or 6921642. OLE color: 6921642.
HSL color Cylindrical-coordinate representation of color #AA9D69: hue angle of 48º degrees, saturation: 0.28, 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 #AA9D69 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 105 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.33 |
| HSL | 48º | 0.28% | 0.54% | - |
| HSV(B) | 48º | 0.38% | 0.67% | - |
| XYZ | 31.18 | 33.68 | 18.22 | - |
| YUV | 154.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 105 | 0 | 0.08 | 0.38 | 0.33 | 48 | 0.28 | 0.54 |
| Hex | AA | 9D | 69 | 0 | 8 | 26 | 21 | 30 | 1C | 36 |
| Octal | 252 | 235 | 151 | 0 | 10 | 46 | 41 | 60 | 34 | 66 |
| Binary | 10101010 | 10011101 | 1101001 | 0 | 1000 | 100110 | 100001 | 110000 | 11100 | 110110 |
Color Harmonies of #AA9D69
Complementary color
Monochromatic Colors of #AA9D69
Black with #AA9D69
Text Example
Text Example
White with #AA9D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D69; }
p { color: rgb(170,157,105); }
H1.HeaderClassName
{
color: #AA9D69;
}
.AnyTagClassName
{
color: #AA9D69;
}
</style>
background-color css
<style>
a { background-color: #AA9D69; }
a { background-color: rgb(170,157,105); }
div.DivClassName
{
background-color: #AA9D69;
}
.BgClassName
{
background-color: #AA9D69;
}
</style>
border-color css
<style>
span { border-color: #AA9D69; }
span { border-color: rgb(170,157,105); }
td.TdClassName
{
border-color: #AA9D69;
}
.TagClassName
{
border-color: #AA9D69;
}
</style>