Shades of Turmeric #AA9049
Tints of Turmeric #AA9049
RGB
CMYK
RGB Variations
Color information
#AA9049 (or 0xAA9049) is known color: Turmeric. HEX triplet: AA, 90 and 49. RGB value is (170,144,73). Sum of RGB (Red+Green+Blue) = 170+144+73=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9049 is #556FB6. Grayscale: #8F8F8F. Windows color (decimal): -5599159 or 4821162. OLE color: 4821162.
HSL color Cylindrical-coordinate representation of color #AA9049: hue angle of 43.92º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA9049 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 73 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.33 |
| HSL | 43.92º | 0.4% | 0.48% | - |
| HSV(B) | 43.92º | 0.57% | 0.67% | - |
| XYZ | 27.75 | 28.97 | 10.43 | - |
| YUV | 143.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 73 | 0 | 0.15 | 0.57 | 0.33 | 43.92 | 0.4 | 0.48 |
| Hex | AA | 90 | 49 | 0 | F | 39 | 21 | 2C | 28 | 30 |
| Octal | 252 | 220 | 111 | 0 | 17 | 71 | 41 | 54 | 50 | 60 |
| Binary | 10101010 | 10010000 | 1001001 | 0 | 1111 | 111001 | 100001 | 101100 | 101000 | 110000 |
Color Harmonies of #AA9049
Complementary color
Monochromatic Colors of #AA9049
Black with #AA9049
Text Example
Text Example
White with #AA9049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9049; }
p { color: rgb(170,144,73); }
H1.HeaderClassName
{
color: #AA9049;
}
.AnyTagClassName
{
color: #AA9049;
}
</style>
background-color css
<style>
a { background-color: #AA9049; }
a { background-color: rgb(170,144,73); }
div.DivClassName
{
background-color: #AA9049;
}
.BgClassName
{
background-color: #AA9049;
}
</style>
border-color css
<style>
span { border-color: #AA9049; }
span { border-color: rgb(170,144,73); }
td.TdClassName
{
border-color: #AA9049;
}
.TagClassName
{
border-color: #AA9049;
}
</style>