Shades of Turmeric #AA9346
Tints of Turmeric #AA9346
RGB
CMYK
RGB Variations
Color information
#AA9346 (or 0xAA9346) is known color: Turmeric. HEX triplet: AA, 93 and 46. RGB value is (170,147,70). Sum of RGB (Red+Green+Blue) = 170+147+70=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9346 is #556CB9. Grayscale: #919191. Windows color (decimal): -5598394 or 4625322. OLE color: 4625322.
HSL color Cylindrical-coordinate representation of color #AA9346: hue angle of 46.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA9346 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 70 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.33 |
| HSL | 46.2º | 0.42% | 0.47% | - |
| HSV(B) | 46.2º | 0.59% | 0.67% | - |
| XYZ | 28.12 | 29.86 | 10.08 | - |
| YUV | 145.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 70 | 0 | 0.14 | 0.59 | 0.33 | 46.2 | 0.42 | 0.47 |
| Hex | AA | 93 | 46 | 0 | E | 3B | 21 | 2E | 2A | 2F |
| Octal | 252 | 223 | 106 | 0 | 16 | 73 | 41 | 56 | 52 | 57 |
| Binary | 10101010 | 10010011 | 1000110 | 0 | 1110 | 111011 | 100001 | 101110 | 101010 | 101111 |
Color Harmonies of #AA9346
Complementary color
Monochromatic Colors of #AA9346
Black with #AA9346
Text Example
Text Example
White with #AA9346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9346; }
p { color: rgb(170,147,70); }
H1.HeaderClassName
{
color: #AA9346;
}
.AnyTagClassName
{
color: #AA9346;
}
</style>
background-color css
<style>
a { background-color: #AA9346; }
a { background-color: rgb(170,147,70); }
div.DivClassName
{
background-color: #AA9346;
}
.BgClassName
{
background-color: #AA9346;
}
</style>
border-color css
<style>
span { border-color: #AA9346; }
span { border-color: rgb(170,147,70); }
td.TdClassName
{
border-color: #AA9346;
}
.TagClassName
{
border-color: #AA9346;
}
</style>