Shades of Turmeric #AA9042
Tints of Turmeric #AA9042
RGB
CMYK
RGB Variations
Color information
#AA9042 (or 0xAA9042) is known color: Turmeric. HEX triplet: AA, 90 and 42. RGB value is (170,144,66). Sum of RGB (Red+Green+Blue) = 170+144+66=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9042 is #556FBD. Grayscale: #8F8F8F. Windows color (decimal): -5599166 or 4362410. OLE color: 4362410.
HSL color Cylindrical-coordinate representation of color #AA9042: hue angle of 45º 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 #AA9042 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 66 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.33 |
| HSL | 45º | 0.44% | 0.46% | - |
| HSV(B) | 45º | 0.61% | 0.67% | - |
| XYZ | 27.53 | 28.89 | 9.28 | - |
| YUV | 142.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 66 | 0 | 0.15 | 0.61 | 0.33 | 45 | 0.44 | 0.46 |
| Hex | AA | 90 | 42 | 0 | F | 3D | 21 | 2D | 2C | 2E |
| Octal | 252 | 220 | 102 | 0 | 17 | 75 | 41 | 55 | 54 | 56 |
| Binary | 10101010 | 10010000 | 1000010 | 0 | 1111 | 111101 | 100001 | 101101 | 101100 | 101110 |
Color Harmonies of #AA9042
Complementary color
Monochromatic Colors of #AA9042
Black with #AA9042
Text Example
Text Example
White with #AA9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9042; }
p { color: rgb(170,144,66); }
H1.HeaderClassName
{
color: #AA9042;
}
.AnyTagClassName
{
color: #AA9042;
}
</style>
background-color css
<style>
a { background-color: #AA9042; }
a { background-color: rgb(170,144,66); }
div.DivClassName
{
background-color: #AA9042;
}
.BgClassName
{
background-color: #AA9042;
}
</style>
border-color css
<style>
span { border-color: #AA9042; }
span { border-color: rgb(170,144,66); }
td.TdClassName
{
border-color: #AA9042;
}
.TagClassName
{
border-color: #AA9042;
}
</style>