Shades of Turmeric #AA9242
Tints of Turmeric #AA9242
RGB
CMYK
RGB Variations
Color information
#AA9242 (or 0xAA9242) is known color: Turmeric. HEX triplet: AA, 92 and 42. RGB value is (170,146,66). Sum of RGB (Red+Green+Blue) = 170+146+66=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9242 is #556DBD. Grayscale: #909090. Windows color (decimal): -5598654 or 4362922. OLE color: 4362922.
HSL color Cylindrical-coordinate representation of color #AA9242: hue angle of 46.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA9242 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 66 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.33 |
| HSL | 46.15º | 0.44% | 0.46% | - |
| HSV(B) | 46.15º | 0.61% | 0.67% | - |
| XYZ | 27.84 | 29.5 | 9.38 | - |
| YUV | 144.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 66 | 0 | 0.14 | 0.61 | 0.33 | 46.15 | 0.44 | 0.46 |
| Hex | AA | 92 | 42 | 0 | E | 3D | 21 | 2E | 2C | 2E |
| Octal | 252 | 222 | 102 | 0 | 16 | 75 | 41 | 56 | 54 | 56 |
| Binary | 10101010 | 10010010 | 1000010 | 0 | 1110 | 111101 | 100001 | 101110 | 101100 | 101110 |
Color Harmonies of #AA9242
Complementary color
Monochromatic Colors of #AA9242
Black with #AA9242
Text Example
Text Example
White with #AA9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9242; }
p { color: rgb(170,146,66); }
H1.HeaderClassName
{
color: #AA9242;
}
.AnyTagClassName
{
color: #AA9242;
}
</style>
background-color css
<style>
a { background-color: #AA9242; }
a { background-color: rgb(170,146,66); }
div.DivClassName
{
background-color: #AA9242;
}
.BgClassName
{
background-color: #AA9242;
}
</style>
border-color css
<style>
span { border-color: #AA9242; }
span { border-color: rgb(170,146,66); }
td.TdClassName
{
border-color: #AA9242;
}
.TagClassName
{
border-color: #AA9242;
}
</style>