Shades of Tallow #AA9A69
Tints of Tallow #AA9A69
RGB
CMYK
RGB Variations
Color information
#AA9A69 (or 0xAA9A69) is known color: Tallow. HEX triplet: AA, 9A and 69. RGB value is (170,154,105). Sum of RGB (Red+Green+Blue) = 170+154+105=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A69 is #556596. Grayscale: #999999. Windows color (decimal): -5596567 or 6920874. OLE color: 6920874.
HSL color Cylindrical-coordinate representation of color #AA9A69: hue angle of 45.23º 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 #AA9A69 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 105 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.33 |
| HSL | 45.23º | 0.28% | 0.54% | - |
| HSV(B) | 45.23º | 0.38% | 0.67% | - |
| XYZ | 30.68 | 32.68 | 18.05 | - |
| YUV | 153.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 105 | 0 | 0.09 | 0.38 | 0.33 | 45.23 | 0.28 | 0.54 |
| Hex | AA | 9A | 69 | 0 | 9 | 26 | 21 | 2D | 1C | 36 |
| Octal | 252 | 232 | 151 | 0 | 11 | 46 | 41 | 55 | 34 | 66 |
| Binary | 10101010 | 10011010 | 1101001 | 0 | 1001 | 100110 | 100001 | 101101 | 11100 | 110110 |
Color Harmonies of #AA9A69
Complementary color
Monochromatic Colors of #AA9A69
Black with #AA9A69
Text Example
Text Example
White with #AA9A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A69; }
p { color: rgb(170,154,105); }
H1.HeaderClassName
{
color: #AA9A69;
}
.AnyTagClassName
{
color: #AA9A69;
}
</style>
background-color css
<style>
a { background-color: #AA9A69; }
a { background-color: rgb(170,154,105); }
div.DivClassName
{
background-color: #AA9A69;
}
.BgClassName
{
background-color: #AA9A69;
}
</style>
border-color css
<style>
span { border-color: #AA9A69; }
span { border-color: rgb(170,154,105); }
td.TdClassName
{
border-color: #AA9A69;
}
.TagClassName
{
border-color: #AA9A69;
}
</style>