Shades of Turmeric #AC943D
Tints of Turmeric #AC943D
RGB
CMYK
RGB Variations
Color information
#AC943D (or 0xAC943D) is known color: Turmeric. HEX triplet: AC, 94 and 3D. RGB value is (172,148,61). Sum of RGB (Red+Green+Blue) = 172+148+61=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC943D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC943D is #536BC2. Grayscale: #919191. Windows color (decimal): -5467075 or 4035756. OLE color: 4035756.
HSL color Cylindrical-coordinate representation of color #AC943D: hue angle of 47.03º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC943D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 61 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.33 |
| HSL | 47.03º | 0.48% | 0.46% | - |
| HSV(B) | 47.03º | 0.65% | 0.67% | - |
| XYZ | 28.45 | 30.29 | 8.76 | - |
| YUV | 145.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 61 | 0 | 0.14 | 0.65 | 0.33 | 47.03 | 0.48 | 0.46 |
| Hex | AC | 94 | 3D | 0 | E | 41 | 21 | 2F | 30 | 2E |
| Octal | 254 | 224 | 75 | 0 | 16 | 101 | 41 | 57 | 60 | 56 |
| Binary | 10101100 | 10010100 | 111101 | 0 | 1110 | 1000001 | 100001 | 101111 | 110000 | 101110 |
Color Harmonies of #AC943D
Complementary color
Monochromatic Colors of #AC943D
Black with #AC943D
Text Example
Text Example
White with #AC943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC943D; }
p { color: rgb(172,148,61); }
H1.HeaderClassName
{
color: #AC943D;
}
.AnyTagClassName
{
color: #AC943D;
}
</style>
background-color css
<style>
a { background-color: #AC943D; }
a { background-color: rgb(172,148,61); }
div.DivClassName
{
background-color: #AC943D;
}
.BgClassName
{
background-color: #AC943D;
}
</style>
border-color css
<style>
span { border-color: #AC943D; }
span { border-color: rgb(172,148,61); }
td.TdClassName
{
border-color: #AC943D;
}
.TagClassName
{
border-color: #AC943D;
}
</style>