Shades of Turmeric #AA9540
Tints of Turmeric #AA9540
RGB
CMYK
RGB Variations
Color information
#AA9540 (or 0xAA9540) is known color: Turmeric. HEX triplet: AA, 95 and 40. RGB value is (170,149,64). Sum of RGB (Red+Green+Blue) = 170+149+64=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9540 is #556ABF. Grayscale: #919191. Windows color (decimal): -5597888 or 4232618. OLE color: 4232618.
HSL color Cylindrical-coordinate representation of color #AA9540: hue angle of 48.11º 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 #AA9540 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 64 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.33 |
| HSL | 48.11º | 0.45% | 0.46% | - |
| HSV(B) | 48.11º | 0.62% | 0.67% | - |
| XYZ | 28.25 | 30.41 | 9.23 | - |
| YUV | 145.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 64 | 0 | 0.12 | 0.62 | 0.33 | 48.11 | 0.45 | 0.46 |
| Hex | AA | 95 | 40 | 0 | C | 3E | 21 | 30 | 2D | 2E |
| Octal | 252 | 225 | 100 | 0 | 14 | 76 | 41 | 60 | 55 | 56 |
| Binary | 10101010 | 10010101 | 1000000 | 0 | 1100 | 111110 | 100001 | 110000 | 101101 | 101110 |
Color Harmonies of #AA9540
Complementary color
Monochromatic Colors of #AA9540
Black with #AA9540
Text Example
Text Example
White with #AA9540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9540; }
p { color: rgb(170,149,64); }
H1.HeaderClassName
{
color: #AA9540;
}
.AnyTagClassName
{
color: #AA9540;
}
</style>
background-color css
<style>
a { background-color: #AA9540; }
a { background-color: rgb(170,149,64); }
div.DivClassName
{
background-color: #AA9540;
}
.BgClassName
{
background-color: #AA9540;
}
</style>
border-color css
<style>
span { border-color: #AA9540; }
span { border-color: rgb(170,149,64); }
td.TdClassName
{
border-color: #AA9540;
}
.TagClassName
{
border-color: #AA9540;
}
</style>