Shades of Turmeric #AC9141
Tints of Turmeric #AC9141
RGB
CMYK
RGB Variations
Color information
#AC9141 (or 0xAC9141) is known color: Turmeric. HEX triplet: AC, 91 and 41. RGB value is (172,145,65). Sum of RGB (Red+Green+Blue) = 172+145+65=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9141 is #536EBE. Grayscale: #909090. Windows color (decimal): -5467839 or 4297132. OLE color: 4297132.
HSL color Cylindrical-coordinate representation of color #AC9141: hue angle of 44.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC9141 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 65 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.33 |
| HSL | 44.86º | 0.45% | 0.46% | - |
| HSV(B) | 44.86º | 0.62% | 0.67% | - |
| XYZ | 28.09 | 29.4 | 9.2 | - |
| YUV | 143.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 65 | 0 | 0.16 | 0.62 | 0.33 | 44.86 | 0.45 | 0.46 |
| Hex | AC | 91 | 41 | 0 | 10 | 3E | 21 | 2D | 2D | 2E |
| Octal | 254 | 221 | 101 | 0 | 20 | 76 | 41 | 55 | 55 | 56 |
| Binary | 10101100 | 10010001 | 1000001 | 0 | 10000 | 111110 | 100001 | 101101 | 101101 | 101110 |
Color Harmonies of #AC9141
Complementary color
Monochromatic Colors of #AC9141
Black with #AC9141
Text Example
Text Example
White with #AC9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9141; }
p { color: rgb(172,145,65); }
H1.HeaderClassName
{
color: #AC9141;
}
.AnyTagClassName
{
color: #AC9141;
}
</style>
background-color css
<style>
a { background-color: #AC9141; }
a { background-color: rgb(172,145,65); }
div.DivClassName
{
background-color: #AC9141;
}
.BgClassName
{
background-color: #AC9141;
}
</style>
border-color css
<style>
span { border-color: #AC9141; }
span { border-color: rgb(172,145,65); }
td.TdClassName
{
border-color: #AC9141;
}
.TagClassName
{
border-color: #AC9141;
}
</style>