Shades of Turmeric #AC9A40
Tints of Turmeric #AC9A40
RGB
CMYK
RGB Variations
Color information
#AC9A40 (or 0xAC9A40) is known color: Turmeric. HEX triplet: AC, 9A and 40. RGB value is (172,154,64). Sum of RGB (Red+Green+Blue) = 172+154+64=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A40 is #5365BF. Grayscale: #959595. Windows color (decimal): -5465536 or 4233900. OLE color: 4233900.
HSL color Cylindrical-coordinate representation of color #AC9A40: hue angle of 50º 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 #AC9A40 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 154 | 64 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.33 |
| HSL | 50º | 0.46% | 0.46% | - |
| HSV(B) | 50º | 0.63% | 0.67% | - |
| XYZ | 29.49 | 32.25 | 9.52 | - |
| YUV | 149.12 | 79.96 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 154 | 64 | 0 | 0.10 | 0.63 | 0.33 | 50 | 0.46 | 0.46 |
| Hex | AC | 9A | 40 | 0 | A | 3F | 21 | 32 | 2E | 2E |
| Octal | 254 | 232 | 100 | 0 | 12 | 77 | 41 | 62 | 56 | 56 |
| Binary | 10101100 | 10011010 | 1000000 | 0 | 1010 | 111111 | 100001 | 110010 | 101110 | 101110 |
Color Harmonies of #AC9A40
Complementary color
Monochromatic Colors of #AC9A40
Black with #AC9A40
Text Example
Text Example
White with #AC9A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9A40; }
p { color: rgb(172,154,64); }
H1.HeaderClassName
{
color: #AC9A40;
}
.AnyTagClassName
{
color: #AC9A40;
}
</style>
background-color css
<style>
a { background-color: #AC9A40; }
a { background-color: rgb(172,154,64); }
div.DivClassName
{
background-color: #AC9A40;
}
.BgClassName
{
background-color: #AC9A40;
}
</style>
border-color css
<style>
span { border-color: #AC9A40; }
span { border-color: rgb(172,154,64); }
td.TdClassName
{
border-color: #AC9A40;
}
.TagClassName
{
border-color: #AC9A40;
}
</style>