Shades of Turmeric #AC943E
Tints of Turmeric #AC943E
RGB
CMYK
RGB Variations
Color information
#AC943E (or 0xAC943E) is known color: Turmeric. HEX triplet: AC, 94 and 3E. RGB value is (172,148,62). Sum of RGB (Red+Green+Blue) = 172+148+62=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC943E is #536BC1. Grayscale: #919191. Windows color (decimal): -5467074 or 4101292. OLE color: 4101292.
HSL color Cylindrical-coordinate representation of color #AC943E: hue angle of 46.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC943E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 62 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.33 |
| HSL | 46.91º | 0.47% | 0.46% | - |
| HSV(B) | 46.91º | 0.64% | 0.67% | - |
| XYZ | 28.47 | 30.3 | 8.9 | - |
| YUV | 145.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 62 | 0 | 0.14 | 0.64 | 0.33 | 46.91 | 0.47 | 0.46 |
| Hex | AC | 94 | 3E | 0 | E | 40 | 21 | 2F | 2F | 2E |
| Octal | 254 | 224 | 76 | 0 | 16 | 100 | 41 | 57 | 57 | 56 |
| Binary | 10101100 | 10010100 | 111110 | 0 | 1110 | 1000000 | 100001 | 101111 | 101111 | 101110 |
Color Harmonies of #AC943E
Complementary color
Monochromatic Colors of #AC943E
Black with #AC943E
Text Example
Text Example
White with #AC943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC943E; }
p { color: rgb(172,148,62); }
H1.HeaderClassName
{
color: #AC943E;
}
.AnyTagClassName
{
color: #AC943E;
}
</style>
background-color css
<style>
a { background-color: #AC943E; }
a { background-color: rgb(172,148,62); }
div.DivClassName
{
background-color: #AC943E;
}
.BgClassName
{
background-color: #AC943E;
}
</style>
border-color css
<style>
span { border-color: #AC943E; }
span { border-color: rgb(172,148,62); }
td.TdClassName
{
border-color: #AC943E;
}
.TagClassName
{
border-color: #AC943E;
}
</style>