Shades of Turmeric #AA9140
Tints of Turmeric #AA9140
RGB
CMYK
RGB Variations
Color information
#AA9140 (or 0xAA9140) is known color: Turmeric. HEX triplet: AA, 91 and 40. RGB value is (170,145,64). Sum of RGB (Red+Green+Blue) = 170+145+64=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9140 is #556EBF. Grayscale: #8F8F8F. Windows color (decimal): -5598912 or 4231594. OLE color: 4231594.
HSL color Cylindrical-coordinate representation of color #AA9140: hue angle of 45.85º 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 #AA9140 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 64 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.33 |
| HSL | 45.85º | 0.45% | 0.46% | - |
| HSV(B) | 45.85º | 0.62% | 0.67% | - |
| XYZ | 27.63 | 29.17 | 9.02 | - |
| YUV | 143.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 64 | 0 | 0.15 | 0.62 | 0.33 | 45.85 | 0.45 | 0.46 |
| Hex | AA | 91 | 40 | 0 | F | 3E | 21 | 2E | 2D | 2E |
| Octal | 252 | 221 | 100 | 0 | 17 | 76 | 41 | 56 | 55 | 56 |
| Binary | 10101010 | 10010001 | 1000000 | 0 | 1111 | 111110 | 100001 | 101110 | 101101 | 101110 |
Color Harmonies of #AA9140
Complementary color
Monochromatic Colors of #AA9140
Black with #AA9140
Text Example
Text Example
White with #AA9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9140; }
p { color: rgb(170,145,64); }
H1.HeaderClassName
{
color: #AA9140;
}
.AnyTagClassName
{
color: #AA9140;
}
</style>
background-color css
<style>
a { background-color: #AA9140; }
a { background-color: rgb(170,145,64); }
div.DivClassName
{
background-color: #AA9140;
}
.BgClassName
{
background-color: #AA9140;
}
</style>
border-color css
<style>
span { border-color: #AA9140; }
span { border-color: rgb(170,145,64); }
td.TdClassName
{
border-color: #AA9140;
}
.TagClassName
{
border-color: #AA9140;
}
</style>