Shades of Turmeric #AA8C4A
Tints of Turmeric #AA8C4A
RGB
CMYK
RGB Variations
Color information
#AA8C4A (or 0xAA8C4A) is known color: Turmeric. HEX triplet: AA, 8C and 4A. RGB value is (170,140,74). Sum of RGB (Red+Green+Blue) = 170+140+74=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C4A is #5573B5. Grayscale: #8D8D8D. Windows color (decimal): -5600182 or 4885674. OLE color: 4885674.
HSL color Cylindrical-coordinate representation of color #AA8C4A: hue angle of 41.25º 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 #AA8C4A is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 74 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.33 |
| HSL | 41.25º | 0.39% | 0.48% | - |
| HSV(B) | 41.25º | 0.56% | 0.67% | - |
| XYZ | 27.19 | 27.8 | 10.41 | - |
| YUV | 141.45 | 89.94 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 74 | 0 | 0.18 | 0.56 | 0.33 | 41.25 | 0.39 | 0.48 |
| Hex | AA | 8C | 4A | 0 | 12 | 38 | 21 | 29 | 27 | 30 |
| Octal | 252 | 214 | 112 | 0 | 22 | 70 | 41 | 51 | 47 | 60 |
| Binary | 10101010 | 10001100 | 1001010 | 0 | 10010 | 111000 | 100001 | 101001 | 100111 | 110000 |
Color Harmonies of #AA8C4A
Complementary color
Monochromatic Colors of #AA8C4A
Black with #AA8C4A
Text Example
Text Example
White with #AA8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C4A; }
p { color: rgb(170,140,74); }
H1.HeaderClassName
{
color: #AA8C4A;
}
.AnyTagClassName
{
color: #AA8C4A;
}
</style>
background-color css
<style>
a { background-color: #AA8C4A; }
a { background-color: rgb(170,140,74); }
div.DivClassName
{
background-color: #AA8C4A;
}
.BgClassName
{
background-color: #AA8C4A;
}
</style>
border-color css
<style>
span { border-color: #AA8C4A; }
span { border-color: rgb(170,140,74); }
td.TdClassName
{
border-color: #AA8C4A;
}
.TagClassName
{
border-color: #AA8C4A;
}
</style>