Shades of Turmeric #AC9041
Tints of Turmeric #AC9041
RGB
CMYK
RGB Variations
Color information
#AC9041 (or 0xAC9041) is known color: Turmeric. HEX triplet: AC, 90 and 41. RGB value is (172,144,65). Sum of RGB (Red+Green+Blue) = 172+144+65=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9041 is #536FBE. Grayscale: #8F8F8F. Windows color (decimal): -5468095 or 4296876. OLE color: 4296876.
HSL color Cylindrical-coordinate representation of color #AC9041: hue angle of 44.3º 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 #AC9041 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 65 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.33 |
| HSL | 44.3º | 0.45% | 0.46% | - |
| HSV(B) | 44.3º | 0.62% | 0.67% | - |
| XYZ | 27.94 | 29.1 | 9.15 | - |
| YUV | 143.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 65 | 0 | 0.16 | 0.62 | 0.33 | 44.3 | 0.45 | 0.46 |
| Hex | AC | 90 | 41 | 0 | 10 | 3E | 21 | 2C | 2D | 2E |
| Octal | 254 | 220 | 101 | 0 | 20 | 76 | 41 | 54 | 55 | 56 |
| Binary | 10101100 | 10010000 | 1000001 | 0 | 10000 | 111110 | 100001 | 101100 | 101101 | 101110 |
Color Harmonies of #AC9041
Complementary color
Monochromatic Colors of #AC9041
Black with #AC9041
Text Example
Text Example
White with #AC9041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9041; }
p { color: rgb(172,144,65); }
H1.HeaderClassName
{
color: #AC9041;
}
.AnyTagClassName
{
color: #AC9041;
}
</style>
background-color css
<style>
a { background-color: #AC9041; }
a { background-color: rgb(172,144,65); }
div.DivClassName
{
background-color: #AC9041;
}
.BgClassName
{
background-color: #AC9041;
}
</style>
border-color css
<style>
span { border-color: #AC9041; }
span { border-color: rgb(172,144,65); }
td.TdClassName
{
border-color: #AC9041;
}
.TagClassName
{
border-color: #AC9041;
}
</style>