Shades of Turmeric #AA9841
Tints of Turmeric #AA9841
RGB
CMYK
RGB Variations
Color information
#AA9841 (or 0xAA9841) is known color: Turmeric. HEX triplet: AA, 98 and 41. RGB value is (170,152,65). Sum of RGB (Red+Green+Blue) = 170+152+65=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9841 is #5567BE. Grayscale: #939393. Windows color (decimal): -5597119 or 4298922. OLE color: 4298922.
HSL color Cylindrical-coordinate representation of color #AA9841: hue angle of 49.71º 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 #AA9841 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 65 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.33 |
| HSL | 49.71º | 0.45% | 0.46% | - |
| HSV(B) | 49.71º | 0.62% | 0.67% | - |
| XYZ | 28.76 | 31.38 | 9.54 | - |
| YUV | 147.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 65 | 0 | 0.11 | 0.62 | 0.33 | 49.71 | 0.45 | 0.46 |
| Hex | AA | 98 | 41 | 0 | B | 3E | 21 | 32 | 2D | 2E |
| Octal | 252 | 230 | 101 | 0 | 13 | 76 | 41 | 62 | 55 | 56 |
| Binary | 10101010 | 10011000 | 1000001 | 0 | 1011 | 111110 | 100001 | 110010 | 101101 | 101110 |
Color Harmonies of #AA9841
Complementary color
Monochromatic Colors of #AA9841
Black with #AA9841
Text Example
Text Example
White with #AA9841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9841; }
p { color: rgb(170,152,65); }
H1.HeaderClassName
{
color: #AA9841;
}
.AnyTagClassName
{
color: #AA9841;
}
</style>
background-color css
<style>
a { background-color: #AA9841; }
a { background-color: rgb(170,152,65); }
div.DivClassName
{
background-color: #AA9841;
}
.BgClassName
{
background-color: #AA9841;
}
</style>
border-color css
<style>
span { border-color: #AA9841; }
span { border-color: rgb(170,152,65); }
td.TdClassName
{
border-color: #AA9841;
}
.TagClassName
{
border-color: #AA9841;
}
</style>