Shades of Turmeric #AA9940
Tints of Turmeric #AA9940
RGB
CMYK
RGB Variations
Color information
#AA9940 (or 0xAA9940) is known color: Turmeric. HEX triplet: AA, 99 and 40. RGB value is (170,153,64). Sum of RGB (Red+Green+Blue) = 170+153+64=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9940 is #5566BF. Grayscale: #949494. Windows color (decimal): -5596864 or 4233642. OLE color: 4233642.
HSL color Cylindrical-coordinate representation of color #AA9940: hue angle of 50.38º 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 #AA9940 is Cyan = 0, Magento = 0.1, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 64 | - |
| CMYK | 0 | 0.1 | 0.62 | 0.33 |
| HSL | 50.38º | 0.45% | 0.46% | - |
| HSV(B) | 50.38º | 0.62% | 0.67% | - |
| XYZ | 28.89 | 31.7 | 9.45 | - |
| YUV | 147.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 64 | 0 | 0.1 | 0.62 | 0.33 | 50.38 | 0.45 | 0.46 |
| Hex | AA | 99 | 40 | 0 | A | 3E | 21 | 32 | 2D | 2E |
| Octal | 252 | 231 | 100 | 0 | 12 | 76 | 41 | 62 | 55 | 56 |
| Binary | 10101010 | 10011001 | 1000000 | 0 | 1010 | 111110 | 100001 | 110010 | 101101 | 101110 |
Color Harmonies of #AA9940
Complementary color
Monochromatic Colors of #AA9940
Black with #AA9940
Text Example
Text Example
White with #AA9940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9940; }
p { color: rgb(170,153,64); }
H1.HeaderClassName
{
color: #AA9940;
}
.AnyTagClassName
{
color: #AA9940;
}
</style>
background-color css
<style>
a { background-color: #AA9940; }
a { background-color: rgb(170,153,64); }
div.DivClassName
{
background-color: #AA9940;
}
.BgClassName
{
background-color: #AA9940;
}
</style>
border-color css
<style>
span { border-color: #AA9940; }
span { border-color: rgb(170,153,64); }
td.TdClassName
{
border-color: #AA9940;
}
.TagClassName
{
border-color: #AA9940;
}
</style>