Shades of Turmeric #AA9A40
Tints of Turmeric #AA9A40
RGB
CMYK
RGB Variations
Color information
#AA9A40 (or 0xAA9A40) is known color: Turmeric. HEX triplet: AA, 9A and 40. RGB value is (170,154,64). Sum of RGB (Red+Green+Blue) = 170+154+64=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A40 is #5565BF. Grayscale: #949494. Windows color (decimal): -5596608 or 4233898. OLE color: 4233898.
HSL color Cylindrical-coordinate representation of color #AA9A40: hue angle of 50.94º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA9A40 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 64 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.33 |
| HSL | 50.94º | 0.45% | 0.46% | - |
| HSV(B) | 50.94º | 0.62% | 0.67% | - |
| XYZ | 29.06 | 32.03 | 9.5 | - |
| YUV | 148.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 64 | 0 | 0.09 | 0.62 | 0.33 | 50.94 | 0.45 | 0.46 |
| Hex | AA | 9A | 40 | 0 | 9 | 3E | 21 | 33 | 2D | 2E |
| Octal | 252 | 232 | 100 | 0 | 11 | 76 | 41 | 63 | 55 | 56 |
| Binary | 10101010 | 10011010 | 1000000 | 0 | 1001 | 111110 | 100001 | 110011 | 101101 | 101110 |
Color Harmonies of #AA9A40
Complementary color
Monochromatic Colors of #AA9A40
Black with #AA9A40
Text Example
Text Example
White with #AA9A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A40; }
p { color: rgb(170,154,64); }
H1.HeaderClassName
{
color: #AA9A40;
}
.AnyTagClassName
{
color: #AA9A40;
}
</style>
background-color css
<style>
a { background-color: #AA9A40; }
a { background-color: rgb(170,154,64); }
div.DivClassName
{
background-color: #AA9A40;
}
.BgClassName
{
background-color: #AA9A40;
}
</style>
border-color css
<style>
span { border-color: #AA9A40; }
span { border-color: rgb(170,154,64); }
td.TdClassName
{
border-color: #AA9A40;
}
.TagClassName
{
border-color: #AA9A40;
}
</style>