Shades of Turmeric #AA9644
Tints of Turmeric #AA9644
RGB
CMYK
RGB Variations
Color information
#AA9644 (or 0xAA9644) is known color: Turmeric. HEX triplet: AA, 96 and 44. RGB value is (170,150,68). Sum of RGB (Red+Green+Blue) = 170+150+68=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9644 is #5569BB. Grayscale: #929292. Windows color (decimal): -5597628 or 4495018. OLE color: 4495018.
HSL color Cylindrical-coordinate representation of color #AA9644: hue angle of 48.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA9644 is Cyan = 0, Magento = 0.12, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 68 | - |
| CMYK | 0 | 0.12 | 0.6 | 0.33 |
| HSL | 48.24º | 0.43% | 0.47% | - |
| HSV(B) | 48.24º | 0.6% | 0.67% | - |
| XYZ | 28.53 | 30.78 | 9.91 | - |
| YUV | 146.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 68 | 0 | 0.12 | 0.6 | 0.33 | 48.24 | 0.43 | 0.47 |
| Hex | AA | 96 | 44 | 0 | C | 3C | 21 | 30 | 2B | 2F |
| Octal | 252 | 226 | 104 | 0 | 14 | 74 | 41 | 60 | 53 | 57 |
| Binary | 10101010 | 10010110 | 1000100 | 0 | 1100 | 111100 | 100001 | 110000 | 101011 | 101111 |
Color Harmonies of #AA9644
Complementary color
Monochromatic Colors of #AA9644
Black with #AA9644
Text Example
Text Example
White with #AA9644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9644; }
p { color: rgb(170,150,68); }
H1.HeaderClassName
{
color: #AA9644;
}
.AnyTagClassName
{
color: #AA9644;
}
</style>
background-color css
<style>
a { background-color: #AA9644; }
a { background-color: rgb(170,150,68); }
div.DivClassName
{
background-color: #AA9644;
}
.BgClassName
{
background-color: #AA9644;
}
</style>
border-color css
<style>
span { border-color: #AA9644; }
span { border-color: rgb(170,150,68); }
td.TdClassName
{
border-color: #AA9644;
}
.TagClassName
{
border-color: #AA9644;
}
</style>