Shades of Turmeric #AC9940
Tints of Turmeric #AC9940
RGB
CMYK
RGB Variations
Color information
#AC9940 (or 0xAC9940) is known color: Turmeric. HEX triplet: AC, 99 and 40. RGB value is (172,153,64). Sum of RGB (Red+Green+Blue) = 172+153+64=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9940 is #5366BF. Grayscale: #949494. Windows color (decimal): -5465792 or 4233644. OLE color: 4233644.
HSL color Cylindrical-coordinate representation of color #AC9940: hue angle of 49.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 #AC9940 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 64 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.33 |
| HSL | 49.44º | 0.46% | 0.46% | - |
| HSV(B) | 49.44º | 0.63% | 0.67% | - |
| XYZ | 29.33 | 31.92 | 9.47 | - |
| YUV | 148.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 64 | 0 | 0.11 | 0.63 | 0.33 | 49.44 | 0.46 | 0.46 |
| Hex | AC | 99 | 40 | 0 | B | 3F | 21 | 31 | 2E | 2E |
| Octal | 254 | 231 | 100 | 0 | 13 | 77 | 41 | 61 | 56 | 56 |
| Binary | 10101100 | 10011001 | 1000000 | 0 | 1011 | 111111 | 100001 | 110001 | 101110 | 101110 |
Color Harmonies of #AC9940
Complementary color
Monochromatic Colors of #AC9940
Black with #AC9940
Text Example
Text Example
White with #AC9940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9940; }
p { color: rgb(172,153,64); }
H1.HeaderClassName
{
color: #AC9940;
}
.AnyTagClassName
{
color: #AC9940;
}
</style>
background-color css
<style>
a { background-color: #AC9940; }
a { background-color: rgb(172,153,64); }
div.DivClassName
{
background-color: #AC9940;
}
.BgClassName
{
background-color: #AC9940;
}
</style>
border-color css
<style>
span { border-color: #AC9940; }
span { border-color: rgb(172,153,64); }
td.TdClassName
{
border-color: #AC9940;
}
.TagClassName
{
border-color: #AC9940;
}
</style>