Shades of Turmeric #AA9144
Tints of Turmeric #AA9144
RGB
CMYK
RGB Variations
Color information
#AA9144 (or 0xAA9144) is known color: Turmeric. HEX triplet: AA, 91 and 44. RGB value is (170,145,68). Sum of RGB (Red+Green+Blue) = 170+145+68=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9144 is #556EBB. Grayscale: #909090. Windows color (decimal): -5598908 or 4493738. OLE color: 4493738.
HSL color Cylindrical-coordinate representation of color #AA9144: hue angle of 45.29º 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 #AA9144 is Cyan = 0, Magento = 0.15, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 68 | - |
| CMYK | 0 | 0.15 | 0.6 | 0.33 |
| HSL | 45.29º | 0.43% | 0.47% | - |
| HSV(B) | 45.29º | 0.6% | 0.67% | - |
| XYZ | 27.75 | 29.21 | 9.65 | - |
| YUV | 143.7 | 85.28 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 68 | 0 | 0.15 | 0.6 | 0.33 | 45.29 | 0.43 | 0.47 |
| Hex | AA | 91 | 44 | 0 | F | 3C | 21 | 2D | 2B | 2F |
| Octal | 252 | 221 | 104 | 0 | 17 | 74 | 41 | 55 | 53 | 57 |
| Binary | 10101010 | 10010001 | 1000100 | 0 | 1111 | 111100 | 100001 | 101101 | 101011 | 101111 |
Color Harmonies of #AA9144
Complementary color
Monochromatic Colors of #AA9144
Black with #AA9144
Text Example
Text Example
White with #AA9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9144; }
p { color: rgb(170,145,68); }
H1.HeaderClassName
{
color: #AA9144;
}
.AnyTagClassName
{
color: #AA9144;
}
</style>
background-color css
<style>
a { background-color: #AA9144; }
a { background-color: rgb(170,145,68); }
div.DivClassName
{
background-color: #AA9144;
}
.BgClassName
{
background-color: #AA9144;
}
</style>
border-color css
<style>
span { border-color: #AA9144; }
span { border-color: rgb(170,145,68); }
td.TdClassName
{
border-color: #AA9144;
}
.TagClassName
{
border-color: #AA9144;
}
</style>