Shades of Turmeric #AC8D4A
Tints of Turmeric #AC8D4A
RGB
CMYK
RGB Variations
Color information
#AC8D4A (or 0xAC8D4A) is known color: Turmeric. HEX triplet: AC, 8D and 4A. RGB value is (172,141,74). Sum of RGB (Red+Green+Blue) = 172+141+74=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D4A is #5372B5. Grayscale: #8E8E8E. Windows color (decimal): -5468854 or 4885932. OLE color: 4885932.
HSL color Cylindrical-coordinate representation of color #AC8D4A: hue angle of 41.02º 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 #AC8D4A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 74 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.33 |
| HSL | 41.02º | 0.4% | 0.48% | - |
| HSV(B) | 41.02º | 0.57% | 0.67% | - |
| XYZ | 27.77 | 28.31 | 10.48 | - |
| YUV | 142.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 74 | 0 | 0.18 | 0.57 | 0.33 | 41.02 | 0.4 | 0.48 |
| Hex | AC | 8D | 4A | 0 | 12 | 39 | 21 | 29 | 28 | 30 |
| Octal | 254 | 215 | 112 | 0 | 22 | 71 | 41 | 51 | 50 | 60 |
| Binary | 10101100 | 10001101 | 1001010 | 0 | 10010 | 111001 | 100001 | 101001 | 101000 | 110000 |
Color Harmonies of #AC8D4A
Complementary color
Monochromatic Colors of #AC8D4A
Black with #AC8D4A
Text Example
Text Example
White with #AC8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D4A; }
p { color: rgb(172,141,74); }
H1.HeaderClassName
{
color: #AC8D4A;
}
.AnyTagClassName
{
color: #AC8D4A;
}
</style>
background-color css
<style>
a { background-color: #AC8D4A; }
a { background-color: rgb(172,141,74); }
div.DivClassName
{
background-color: #AC8D4A;
}
.BgClassName
{
background-color: #AC8D4A;
}
</style>
border-color css
<style>
span { border-color: #AC8D4A; }
span { border-color: rgb(172,141,74); }
td.TdClassName
{
border-color: #AC8D4A;
}
.TagClassName
{
border-color: #AC8D4A;
}
</style>