Shades of Turmeric #AC9040
Tints of Turmeric #AC9040
RGB
CMYK
RGB Variations
Color information
#AC9040 (or 0xAC9040) is known color: Turmeric. HEX triplet: AC, 90 and 40. RGB value is (172,144,64). Sum of RGB (Red+Green+Blue) = 172+144+64=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9040 is #536FBF. Grayscale: #8F8F8F. Windows color (decimal): -5468096 or 4231340. OLE color: 4231340.
HSL color Cylindrical-coordinate representation of color #AC9040: hue angle of 44.44º 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 #AC9040 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 144 | 64 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.33 |
| HSL | 44.44º | 0.46% | 0.46% | - |
| HSV(B) | 44.44º | 0.63% | 0.67% | - |
| XYZ | 27.91 | 29.09 | 8.99 | - |
| YUV | 143.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 144 | 64 | 0 | 0.16 | 0.63 | 0.33 | 44.44 | 0.46 | 0.46 |
| Hex | AC | 90 | 40 | 0 | 10 | 3F | 21 | 2C | 2E | 2E |
| Octal | 254 | 220 | 100 | 0 | 20 | 77 | 41 | 54 | 56 | 56 |
| Binary | 10101100 | 10010000 | 1000000 | 0 | 10000 | 111111 | 100001 | 101100 | 101110 | 101110 |
Color Harmonies of #AC9040
Complementary color
Monochromatic Colors of #AC9040
Black with #AC9040
Text Example
Text Example
White with #AC9040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9040; }
p { color: rgb(172,144,64); }
H1.HeaderClassName
{
color: #AC9040;
}
.AnyTagClassName
{
color: #AC9040;
}
</style>
background-color css
<style>
a { background-color: #AC9040; }
a { background-color: rgb(172,144,64); }
div.DivClassName
{
background-color: #AC9040;
}
.BgClassName
{
background-color: #AC9040;
}
</style>
border-color css
<style>
span { border-color: #AC9040; }
span { border-color: rgb(172,144,64); }
td.TdClassName
{
border-color: #AC9040;
}
.TagClassName
{
border-color: #AC9040;
}
</style>