Shades of Turmeric #AC9140
Tints of Turmeric #AC9140
RGB
CMYK
RGB Variations
Color information
#AC9140 (or 0xAC9140) is known color: Turmeric. HEX triplet: AC, 91 and 40. RGB value is (172,145,64). Sum of RGB (Red+Green+Blue) = 172+145+64=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9140 is #536EBF. Grayscale: #909090. Windows color (decimal): -5467840 or 4231596. OLE color: 4231596.
HSL color Cylindrical-coordinate representation of color #AC9140: hue angle of 45º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC9140 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 64 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.33 |
| HSL | 45º | 0.46% | 0.46% | - |
| HSV(B) | 45º | 0.63% | 0.67% | - |
| XYZ | 28.06 | 29.39 | 9.04 | - |
| YUV | 143.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 64 | 0 | 0.16 | 0.63 | 0.33 | 45 | 0.46 | 0.46 |
| Hex | AC | 91 | 40 | 0 | 10 | 3F | 21 | 2D | 2E | 2E |
| Octal | 254 | 221 | 100 | 0 | 20 | 77 | 41 | 55 | 56 | 56 |
| Binary | 10101100 | 10010001 | 1000000 | 0 | 10000 | 111111 | 100001 | 101101 | 101110 | 101110 |
Color Harmonies of #AC9140
Complementary color
Monochromatic Colors of #AC9140
Black with #AC9140
Text Example
Text Example
White with #AC9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9140; }
p { color: rgb(172,145,64); }
H1.HeaderClassName
{
color: #AC9140;
}
.AnyTagClassName
{
color: #AC9140;
}
</style>
background-color css
<style>
a { background-color: #AC9140; }
a { background-color: rgb(172,145,64); }
div.DivClassName
{
background-color: #AC9140;
}
.BgClassName
{
background-color: #AC9140;
}
</style>
border-color css
<style>
span { border-color: #AC9140; }
span { border-color: rgb(172,145,64); }
td.TdClassName
{
border-color: #AC9140;
}
.TagClassName
{
border-color: #AC9140;
}
</style>