Shades of Turmeric #AC933C
Tints of Turmeric #AC933C
RGB
CMYK
RGB Variations
Color information
#AC933C (or 0xAC933C) is known color: Turmeric. HEX triplet: AC, 93 and 3C. RGB value is (172,147,60). Sum of RGB (Red+Green+Blue) = 172+147+60=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC933C is #536CC3. Grayscale: #909090. Windows color (decimal): -5467332 or 3969964. OLE color: 3969964.
HSL color Cylindrical-coordinate representation of color #AC933C: hue angle of 46.61º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC933C is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 60 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.33 |
| HSL | 46.61º | 0.48% | 0.45% | - |
| HSV(B) | 46.61º | 0.65% | 0.67% | - |
| XYZ | 28.26 | 29.96 | 8.57 | - |
| YUV | 144.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 60 | 0 | 0.15 | 0.65 | 0.33 | 46.61 | 0.48 | 0.45 |
| Hex | AC | 93 | 3C | 0 | F | 41 | 21 | 2F | 30 | 2D |
| Octal | 254 | 223 | 74 | 0 | 17 | 101 | 41 | 57 | 60 | 55 |
| Binary | 10101100 | 10010011 | 111100 | 0 | 1111 | 1000001 | 100001 | 101111 | 110000 | 101101 |
Color Harmonies of #AC933C
Complementary color
Monochromatic Colors of #AC933C
Black with #AC933C
Text Example
Text Example
White with #AC933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC933C; }
p { color: rgb(172,147,60); }
H1.HeaderClassName
{
color: #AC933C;
}
.AnyTagClassName
{
color: #AC933C;
}
</style>
background-color css
<style>
a { background-color: #AC933C; }
a { background-color: rgb(172,147,60); }
div.DivClassName
{
background-color: #AC933C;
}
.BgClassName
{
background-color: #AC933C;
}
</style>
border-color css
<style>
span { border-color: #AC933C; }
span { border-color: rgb(172,147,60); }
td.TdClassName
{
border-color: #AC933C;
}
.TagClassName
{
border-color: #AC933C;
}
</style>