Shades of Turmeric #AA8D4A
Tints of Turmeric #AA8D4A
RGB
CMYK
RGB Variations
Color information
#AA8D4A (or 0xAA8D4A) is known color: Turmeric. HEX triplet: AA, 8D and 4A. RGB value is (170,141,74). Sum of RGB (Red+Green+Blue) = 170+141+74=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D4A is #5572B5. Grayscale: #8E8E8E. Windows color (decimal): -5599926 or 4885930. OLE color: 4885930.
HSL color Cylindrical-coordinate representation of color #AA8D4A: hue angle of 41.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA8D4A is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 74 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.33 |
| HSL | 41.88º | 0.39% | 0.48% | - |
| HSV(B) | 41.88º | 0.56% | 0.67% | - |
| XYZ | 27.34 | 28.09 | 10.46 | - |
| YUV | 142.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 74 | 0 | 0.17 | 0.56 | 0.33 | 41.88 | 0.39 | 0.48 |
| Hex | AA | 8D | 4A | 0 | 11 | 38 | 21 | 2A | 27 | 30 |
| Octal | 252 | 215 | 112 | 0 | 21 | 70 | 41 | 52 | 47 | 60 |
| Binary | 10101010 | 10001101 | 1001010 | 0 | 10001 | 111000 | 100001 | 101010 | 100111 | 110000 |
Color Harmonies of #AA8D4A
Complementary color
Monochromatic Colors of #AA8D4A
Black with #AA8D4A
Text Example
Text Example
White with #AA8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D4A; }
p { color: rgb(170,141,74); }
H1.HeaderClassName
{
color: #AA8D4A;
}
.AnyTagClassName
{
color: #AA8D4A;
}
</style>
background-color css
<style>
a { background-color: #AA8D4A; }
a { background-color: rgb(170,141,74); }
div.DivClassName
{
background-color: #AA8D4A;
}
.BgClassName
{
background-color: #AA8D4A;
}
</style>
border-color css
<style>
span { border-color: #AA8D4A; }
span { border-color: rgb(170,141,74); }
td.TdClassName
{
border-color: #AA8D4A;
}
.TagClassName
{
border-color: #AA8D4A;
}
</style>