Shades of Turmeric #AC9240
Tints of Turmeric #AC9240
RGB
CMYK
RGB Variations
Color information
#AC9240 (or 0xAC9240) is known color: Turmeric. HEX triplet: AC, 92 and 40. RGB value is (172,146,64). Sum of RGB (Red+Green+Blue) = 172+146+64=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9240 is #536DBF. Grayscale: #909090. Windows color (decimal): -5467584 or 4231852. OLE color: 4231852.
HSL color Cylindrical-coordinate representation of color #AC9240: hue angle of 45.56º 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 #AC9240 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 146 | 64 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.33 |
| HSL | 45.56º | 0.46% | 0.46% | - |
| HSV(B) | 45.56º | 0.63% | 0.67% | - |
| XYZ | 28.22 | 29.7 | 9.1 | - |
| YUV | 144.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 146 | 64 | 0 | 0.15 | 0.63 | 0.33 | 45.56 | 0.46 | 0.46 |
| Hex | AC | 92 | 40 | 0 | F | 3F | 21 | 2E | 2E | 2E |
| Octal | 254 | 222 | 100 | 0 | 17 | 77 | 41 | 56 | 56 | 56 |
| Binary | 10101100 | 10010010 | 1000000 | 0 | 1111 | 111111 | 100001 | 101110 | 101110 | 101110 |
Color Harmonies of #AC9240
Complementary color
Monochromatic Colors of #AC9240
Black with #AC9240
Text Example
Text Example
White with #AC9240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9240; }
p { color: rgb(172,146,64); }
H1.HeaderClassName
{
color: #AC9240;
}
.AnyTagClassName
{
color: #AC9240;
}
</style>
background-color css
<style>
a { background-color: #AC9240; }
a { background-color: rgb(172,146,64); }
div.DivClassName
{
background-color: #AC9240;
}
.BgClassName
{
background-color: #AC9240;
}
</style>
border-color css
<style>
span { border-color: #AC9240; }
span { border-color: rgb(172,146,64); }
td.TdClassName
{
border-color: #AC9240;
}
.TagClassName
{
border-color: #AC9240;
}
</style>