Shades of Turmeric #AA9044
Tints of Turmeric #AA9044
RGB
CMYK
RGB Variations
Color information
#AA9044 (or 0xAA9044) is known color: Turmeric. HEX triplet: AA, 90 and 44. RGB value is (170,144,68). Sum of RGB (Red+Green+Blue) = 170+144+68=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9044 is #556FBB. Grayscale: #8F8F8F. Windows color (decimal): -5599164 or 4493482. OLE color: 4493482.
HSL color Cylindrical-coordinate representation of color #AA9044: hue angle of 44.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA9044 is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 68 | - |
| CMYK | 0 | 0.15 | 0.6 | 0.33 |
| HSL | 44.71º | 0.43% | 0.47% | - |
| HSV(B) | 44.71º | 0.6% | 0.67% | - |
| XYZ | 27.59 | 28.91 | 9.59 | - |
| YUV | 143.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 68 | 0 | 0.15 | 0.6 | 0.33 | 44.71 | 0.43 | 0.47 |
| Hex | AA | 90 | 44 | 0 | F | 3C | 21 | 2D | 2B | 2F |
| Octal | 252 | 220 | 104 | 0 | 17 | 74 | 41 | 55 | 53 | 57 |
| Binary | 10101010 | 10010000 | 1000100 | 0 | 1111 | 111100 | 100001 | 101101 | 101011 | 101111 |
Color Harmonies of #AA9044
Complementary color
Monochromatic Colors of #AA9044
Black with #AA9044
Text Example
Text Example
White with #AA9044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9044; }
p { color: rgb(170,144,68); }
H1.HeaderClassName
{
color: #AA9044;
}
.AnyTagClassName
{
color: #AA9044;
}
</style>
background-color css
<style>
a { background-color: #AA9044; }
a { background-color: rgb(170,144,68); }
div.DivClassName
{
background-color: #AA9044;
}
.BgClassName
{
background-color: #AA9044;
}
</style>
border-color css
<style>
span { border-color: #AA9044; }
span { border-color: rgb(170,144,68); }
td.TdClassName
{
border-color: #AA9044;
}
.TagClassName
{
border-color: #AA9044;
}
</style>