Shades of Turmeric #AA8D49
Tints of Turmeric #AA8D49
RGB
CMYK
RGB Variations
Color information
#AA8D49 (or 0xAA8D49) is known color: Turmeric. HEX triplet: AA, 8D and 49. RGB value is (170,141,73). Sum of RGB (Red+Green+Blue) = 170+141+73=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D49 is #5572B6. Grayscale: #8E8E8E. Windows color (decimal): -5599927 or 4820394. OLE color: 4820394.
HSL color Cylindrical-coordinate representation of color #AA8D49: hue angle of 42.06º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA8D49 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 73 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.33 |
| HSL | 42.06º | 0.4% | 0.48% | - |
| HSV(B) | 42.06º | 0.57% | 0.67% | - |
| XYZ | 27.31 | 28.08 | 10.28 | - |
| YUV | 141.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 73 | 0 | 0.17 | 0.57 | 0.33 | 42.06 | 0.4 | 0.48 |
| Hex | AA | 8D | 49 | 0 | 11 | 39 | 21 | 2A | 28 | 30 |
| Octal | 252 | 215 | 111 | 0 | 21 | 71 | 41 | 52 | 50 | 60 |
| Binary | 10101010 | 10001101 | 1001001 | 0 | 10001 | 111001 | 100001 | 101010 | 101000 | 110000 |
Color Harmonies of #AA8D49
Complementary color
Monochromatic Colors of #AA8D49
Black with #AA8D49
Text Example
Text Example
White with #AA8D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D49; }
p { color: rgb(170,141,73); }
H1.HeaderClassName
{
color: #AA8D49;
}
.AnyTagClassName
{
color: #AA8D49;
}
</style>
background-color css
<style>
a { background-color: #AA8D49; }
a { background-color: rgb(170,141,73); }
div.DivClassName
{
background-color: #AA8D49;
}
.BgClassName
{
background-color: #AA8D49;
}
</style>
border-color css
<style>
span { border-color: #AA8D49; }
span { border-color: rgb(170,141,73); }
td.TdClassName
{
border-color: #AA8D49;
}
.TagClassName
{
border-color: #AA8D49;
}
</style>