Shades of Turmeric #AC8D44
Tints of Turmeric #AC8D44
RGB
CMYK
RGB Variations
Color information
#AC8D44 (or 0xAC8D44) is known color: Turmeric. HEX triplet: AC, 8D and 44. RGB value is (172,141,68). Sum of RGB (Red+Green+Blue) = 172+141+68=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D44 is #5372BB. Grayscale: #8E8E8E. Windows color (decimal): -5468860 or 4492716. OLE color: 4492716.
HSL color Cylindrical-coordinate representation of color #AC8D44: hue angle of 42.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8D44 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 68 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.33 |
| HSL | 42.12º | 0.43% | 0.47% | - |
| HSV(B) | 42.12º | 0.6% | 0.67% | - |
| XYZ | 27.58 | 28.24 | 9.47 | - |
| YUV | 141.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 68 | 0 | 0.18 | 0.60 | 0.33 | 42.12 | 0.43 | 0.47 |
| Hex | AC | 8D | 44 | 0 | 12 | 3C | 21 | 2A | 2B | 2F |
| Octal | 254 | 215 | 104 | 0 | 22 | 74 | 41 | 52 | 53 | 57 |
| Binary | 10101100 | 10001101 | 1000100 | 0 | 10010 | 111100 | 100001 | 101010 | 101011 | 101111 |
Color Harmonies of #AC8D44
Complementary color
Monochromatic Colors of #AC8D44
Black with #AC8D44
Text Example
Text Example
White with #AC8D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D44; }
p { color: rgb(172,141,68); }
H1.HeaderClassName
{
color: #AC8D44;
}
.AnyTagClassName
{
color: #AC8D44;
}
</style>
background-color css
<style>
a { background-color: #AC8D44; }
a { background-color: rgb(172,141,68); }
div.DivClassName
{
background-color: #AC8D44;
}
.BgClassName
{
background-color: #AC8D44;
}
</style>
border-color css
<style>
span { border-color: #AC8D44; }
span { border-color: rgb(172,141,68); }
td.TdClassName
{
border-color: #AC8D44;
}
.TagClassName
{
border-color: #AC8D44;
}
</style>