Shades of Turmeric #AC9241
Tints of Turmeric #AC9241
RGB
CMYK
RGB Variations
Color information
#AC9241 (or 0xAC9241) is known color: Turmeric. HEX triplet: AC, 92 and 41. RGB value is (172,146,65). Sum of RGB (Red+Green+Blue) = 172+146+65=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9241 is #536DBE. Grayscale: #909090. Windows color (decimal): -5467583 or 4297388. OLE color: 4297388.
HSL color Cylindrical-coordinate representation of color #AC9241: hue angle of 45.42º 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 #AC9241 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 65 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.33 |
| HSL | 45.42º | 0.45% | 0.46% | - |
| HSV(B) | 45.42º | 0.62% | 0.67% | - |
| XYZ | 28.25 | 29.71 | 9.25 | - |
| YUV | 144.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 65 | 0 | 0.15 | 0.62 | 0.33 | 45.42 | 0.45 | 0.46 |
| Hex | AC | 92 | 41 | 0 | F | 3E | 21 | 2D | 2D | 2E |
| Octal | 254 | 222 | 101 | 0 | 17 | 76 | 41 | 55 | 55 | 56 |
| Binary | 10101100 | 10010010 | 1000001 | 0 | 1111 | 111110 | 100001 | 101101 | 101101 | 101110 |
Color Harmonies of #AC9241
Complementary color
Monochromatic Colors of #AC9241
Black with #AC9241
Text Example
Text Example
White with #AC9241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9241; }
p { color: rgb(172,146,65); }
H1.HeaderClassName
{
color: #AC9241;
}
.AnyTagClassName
{
color: #AC9241;
}
</style>
background-color css
<style>
a { background-color: #AC9241; }
a { background-color: rgb(172,146,65); }
div.DivClassName
{
background-color: #AC9241;
}
.BgClassName
{
background-color: #AC9241;
}
</style>
border-color css
<style>
span { border-color: #AC9241; }
span { border-color: rgb(172,146,65); }
td.TdClassName
{
border-color: #AC9241;
}
.TagClassName
{
border-color: #AC9241;
}
</style>