Shades of Turmeric #AA9344
Tints of Turmeric #AA9344
RGB
CMYK
RGB Variations
Color information
#AA9344 (or 0xAA9344) is known color: Turmeric. HEX triplet: AA, 93 and 44. RGB value is (170,147,68). Sum of RGB (Red+Green+Blue) = 170+147+68=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9344 is #556CBB. Grayscale: #919191. Windows color (decimal): -5598396 or 4494250. OLE color: 4494250.
HSL color Cylindrical-coordinate representation of color #AA9344: hue angle of 46.47º 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 #AA9344 is Cyan = 0, Magento = 0.14, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 68 | - |
| CMYK | 0 | 0.14 | 0.6 | 0.33 |
| HSL | 46.47º | 0.43% | 0.47% | - |
| HSV(B) | 46.47º | 0.6% | 0.67% | - |
| XYZ | 28.05 | 29.83 | 9.75 | - |
| YUV | 144.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 68 | 0 | 0.14 | 0.6 | 0.33 | 46.47 | 0.43 | 0.47 |
| Hex | AA | 93 | 44 | 0 | E | 3C | 21 | 2E | 2B | 2F |
| Octal | 252 | 223 | 104 | 0 | 16 | 74 | 41 | 56 | 53 | 57 |
| Binary | 10101010 | 10010011 | 1000100 | 0 | 1110 | 111100 | 100001 | 101110 | 101011 | 101111 |
Color Harmonies of #AA9344
Complementary color
Monochromatic Colors of #AA9344
Black with #AA9344
Text Example
Text Example
White with #AA9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9344; }
p { color: rgb(170,147,68); }
H1.HeaderClassName
{
color: #AA9344;
}
.AnyTagClassName
{
color: #AA9344;
}
</style>
background-color css
<style>
a { background-color: #AA9344; }
a { background-color: rgb(170,147,68); }
div.DivClassName
{
background-color: #AA9344;
}
.BgClassName
{
background-color: #AA9344;
}
</style>
border-color css
<style>
span { border-color: #AA9344; }
span { border-color: rgb(170,147,68); }
td.TdClassName
{
border-color: #AA9344;
}
.TagClassName
{
border-color: #AA9344;
}
</style>