Shades of Turmeric #AA9640
Tints of Turmeric #AA9640
RGB
CMYK
RGB Variations
Color information
#AA9640 (or 0xAA9640) is known color: Turmeric. HEX triplet: AA, 96 and 40. RGB value is (170,150,64). Sum of RGB (Red+Green+Blue) = 170+150+64=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9640 is #5569BF. Grayscale: #929292. Windows color (decimal): -5597632 or 4232874. OLE color: 4232874.
HSL color Cylindrical-coordinate representation of color #AA9640: hue angle of 48.68º 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 #AA9640 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 64 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.33 |
| HSL | 48.68º | 0.45% | 0.46% | - |
| HSV(B) | 48.68º | 0.62% | 0.67% | - |
| XYZ | 28.41 | 30.73 | 9.28 | - |
| YUV | 146.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 64 | 0 | 0.12 | 0.62 | 0.33 | 48.68 | 0.45 | 0.46 |
| Hex | AA | 96 | 40 | 0 | C | 3E | 21 | 31 | 2D | 2E |
| Octal | 252 | 226 | 100 | 0 | 14 | 76 | 41 | 61 | 55 | 56 |
| Binary | 10101010 | 10010110 | 1000000 | 0 | 1100 | 111110 | 100001 | 110001 | 101101 | 101110 |
Color Harmonies of #AA9640
Complementary color
Monochromatic Colors of #AA9640
Black with #AA9640
Text Example
Text Example
White with #AA9640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9640; }
p { color: rgb(170,150,64); }
H1.HeaderClassName
{
color: #AA9640;
}
.AnyTagClassName
{
color: #AA9640;
}
</style>
background-color css
<style>
a { background-color: #AA9640; }
a { background-color: rgb(170,150,64); }
div.DivClassName
{
background-color: #AA9640;
}
.BgClassName
{
background-color: #AA9640;
}
</style>
border-color css
<style>
span { border-color: #AA9640; }
span { border-color: rgb(170,150,64); }
td.TdClassName
{
border-color: #AA9640;
}
.TagClassName
{
border-color: #AA9640;
}
</style>