Shades of Turmeric #AC943F
Tints of Turmeric #AC943F
RGB
CMYK
RGB Variations
Color information
#AC943F (or 0xAC943F) is known color: Turmeric. HEX triplet: AC, 94 and 3F. RGB value is (172,148,63). Sum of RGB (Red+Green+Blue) = 172+148+63=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC943F is #536BC0. Grayscale: #919191. Windows color (decimal): -5467073 or 4166828. OLE color: 4166828.
HSL color Cylindrical-coordinate representation of color #AC943F: hue angle of 46.79º 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 #AC943F is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 63 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.33 |
| HSL | 46.79º | 0.46% | 0.46% | - |
| HSV(B) | 46.79º | 0.63% | 0.67% | - |
| XYZ | 28.5 | 30.31 | 9.05 | - |
| YUV | 145.49 | 81.45 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 63 | 0 | 0.14 | 0.63 | 0.33 | 46.79 | 0.46 | 0.46 |
| Hex | AC | 94 | 3F | 0 | E | 3F | 21 | 2F | 2E | 2E |
| Octal | 254 | 224 | 77 | 0 | 16 | 77 | 41 | 57 | 56 | 56 |
| Binary | 10101100 | 10010100 | 111111 | 0 | 1110 | 111111 | 100001 | 101111 | 101110 | 101110 |
Color Harmonies of #AC943F
Complementary color
Monochromatic Colors of #AC943F
Black with #AC943F
Text Example
Text Example
White with #AC943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC943F; }
p { color: rgb(172,148,63); }
H1.HeaderClassName
{
color: #AC943F;
}
.AnyTagClassName
{
color: #AC943F;
}
</style>
background-color css
<style>
a { background-color: #AC943F; }
a { background-color: rgb(172,148,63); }
div.DivClassName
{
background-color: #AC943F;
}
.BgClassName
{
background-color: #AC943F;
}
</style>
border-color css
<style>
span { border-color: #AC943F; }
span { border-color: rgb(172,148,63); }
td.TdClassName
{
border-color: #AC943F;
}
.TagClassName
{
border-color: #AC943F;
}
</style>