Shades of Turmeric #AA8C48
Tints of Turmeric #AA8C48
RGB
CMYK
RGB Variations
Color information
#AA8C48 (or 0xAA8C48) is known color: Turmeric. HEX triplet: AA, 8C and 48. RGB value is (170,140,72). Sum of RGB (Red+Green+Blue) = 170+140+72=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8C48 is #5573B7. Grayscale: #8D8D8D. Windows color (decimal): -5600184 or 4754602. OLE color: 4754602.
HSL color Cylindrical-coordinate representation of color #AA8C48: hue angle of 41.63º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA8C48 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 140 | 72 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.33 |
| HSL | 41.63º | 0.4% | 0.47% | - |
| HSV(B) | 41.63º | 0.58% | 0.67% | - |
| XYZ | 27.13 | 27.77 | 10.06 | - |
| YUV | 141.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 72 | 0 | 0.18 | 0.58 | 0.33 | 41.63 | 0.4 | 0.47 |
| Hex | AA | 8C | 48 | 0 | 12 | 3A | 21 | 2A | 28 | 2F |
| Octal | 252 | 214 | 110 | 0 | 22 | 72 | 41 | 52 | 50 | 57 |
| Binary | 10101010 | 10001100 | 1001000 | 0 | 10010 | 111010 | 100001 | 101010 | 101000 | 101111 |
Color Harmonies of #AA8C48
Complementary color
Monochromatic Colors of #AA8C48
Black with #AA8C48
Text Example
Text Example
White with #AA8C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8C48; }
p { color: rgb(170,140,72); }
H1.HeaderClassName
{
color: #AA8C48;
}
.AnyTagClassName
{
color: #AA8C48;
}
</style>
background-color css
<style>
a { background-color: #AA8C48; }
a { background-color: rgb(170,140,72); }
div.DivClassName
{
background-color: #AA8C48;
}
.BgClassName
{
background-color: #AA8C48;
}
</style>
border-color css
<style>
span { border-color: #AA8C48; }
span { border-color: rgb(170,140,72); }
td.TdClassName
{
border-color: #AA8C48;
}
.TagClassName
{
border-color: #AA8C48;
}
</style>