Shades of Turmeric #AC933F
Tints of Turmeric #AC933F
RGB
CMYK
RGB Variations
Color information
#AC933F (or 0xAC933F) is known color: Turmeric. HEX triplet: AC, 93 and 3F. RGB value is (172,147,63). Sum of RGB (Red+Green+Blue) = 172+147+63=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC933F is #536CC0. Grayscale: #919191. Windows color (decimal): -5467329 or 4166572. OLE color: 4166572.
HSL color Cylindrical-coordinate representation of color #AC933F: hue angle of 46.24º 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 #AC933F is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 63 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.33 |
| HSL | 46.24º | 0.46% | 0.46% | - |
| HSV(B) | 46.24º | 0.63% | 0.67% | - |
| XYZ | 28.34 | 30 | 9 | - |
| YUV | 144.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 63 | 0 | 0.15 | 0.63 | 0.33 | 46.24 | 0.46 | 0.46 |
| Hex | AC | 93 | 3F | 0 | F | 3F | 21 | 2E | 2E | 2E |
| Octal | 254 | 223 | 77 | 0 | 17 | 77 | 41 | 56 | 56 | 56 |
| Binary | 10101100 | 10010011 | 111111 | 0 | 1111 | 111111 | 100001 | 101110 | 101110 | 101110 |
Color Harmonies of #AC933F
Complementary color
Monochromatic Colors of #AC933F
Black with #AC933F
Text Example
Text Example
White with #AC933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC933F; }
p { color: rgb(172,147,63); }
H1.HeaderClassName
{
color: #AC933F;
}
.AnyTagClassName
{
color: #AC933F;
}
</style>
background-color css
<style>
a { background-color: #AC933F; }
a { background-color: rgb(172,147,63); }
div.DivClassName
{
background-color: #AC933F;
}
.BgClassName
{
background-color: #AC933F;
}
</style>
border-color css
<style>
span { border-color: #AC933F; }
span { border-color: rgb(172,147,63); }
td.TdClassName
{
border-color: #AC933F;
}
.TagClassName
{
border-color: #AC933F;
}
</style>