Shades of Turmeric #AC973C
Tints of Turmeric #AC973C
RGB
CMYK
RGB Variations
Color information
#AC973C (or 0xAC973C) is known color: Turmeric. HEX triplet: AC, 97 and 3C. RGB value is (172,151,60). Sum of RGB (Red+Green+Blue) = 172+151+60=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC973C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC973C is #5368C3. Grayscale: #939393. Windows color (decimal): -5466308 or 3970988. OLE color: 3970988.
HSL color Cylindrical-coordinate representation of color #AC973C: hue angle of 48.75º 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 #AC973C is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 151 | 60 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.33 |
| HSL | 48.75º | 0.48% | 0.45% | - |
| HSV(B) | 48.75º | 0.65% | 0.67% | - |
| XYZ | 28.9 | 31.23 | 8.78 | - |
| YUV | 146.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 151 | 60 | 0 | 0.12 | 0.65 | 0.33 | 48.75 | 0.48 | 0.45 |
| Hex | AC | 97 | 3C | 0 | C | 41 | 21 | 31 | 30 | 2D |
| Octal | 254 | 227 | 74 | 0 | 14 | 101 | 41 | 61 | 60 | 55 |
| Binary | 10101100 | 10010111 | 111100 | 0 | 1100 | 1000001 | 100001 | 110001 | 110000 | 101101 |
Color Harmonies of #AC973C
Complementary color
Monochromatic Colors of #AC973C
Black with #AC973C
Text Example
Text Example
White with #AC973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC973C; }
p { color: rgb(172,151,60); }
H1.HeaderClassName
{
color: #AC973C;
}
.AnyTagClassName
{
color: #AC973C;
}
</style>
background-color css
<style>
a { background-color: #AC973C; }
a { background-color: rgb(172,151,60); }
div.DivClassName
{
background-color: #AC973C;
}
.BgClassName
{
background-color: #AC973C;
}
</style>
border-color css
<style>
span { border-color: #AC973C; }
span { border-color: rgb(172,151,60); }
td.TdClassName
{
border-color: #AC973C;
}
.TagClassName
{
border-color: #AC973C;
}
</style>