Shades of Turmeric #AC963C
Tints of Turmeric #AC963C
RGB
CMYK
RGB Variations
Color information
#AC963C (or 0xAC963C) is known color: Turmeric. HEX triplet: AC, 96 and 3C. RGB value is (172,150,60). Sum of RGB (Red+Green+Blue) = 172+150+60=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC963C is #5369C3. Grayscale: #929292. Windows color (decimal): -5466564 or 3970732. OLE color: 3970732.
HSL color Cylindrical-coordinate representation of color #AC963C: hue angle of 48.21º 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 #AC963C is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 60 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.33 |
| HSL | 48.21º | 0.48% | 0.45% | - |
| HSV(B) | 48.21º | 0.65% | 0.67% | - |
| XYZ | 28.74 | 30.91 | 8.73 | - |
| YUV | 146.32 | 79.29 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 60 | 0 | 0.13 | 0.65 | 0.33 | 48.21 | 0.48 | 0.45 |
| Hex | AC | 96 | 3C | 0 | D | 41 | 21 | 30 | 30 | 2D |
| Octal | 254 | 226 | 74 | 0 | 15 | 101 | 41 | 60 | 60 | 55 |
| Binary | 10101100 | 10010110 | 111100 | 0 | 1101 | 1000001 | 100001 | 110000 | 110000 | 101101 |
Color Harmonies of #AC963C
Complementary color
Monochromatic Colors of #AC963C
Black with #AC963C
Text Example
Text Example
White with #AC963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC963C; }
p { color: rgb(172,150,60); }
H1.HeaderClassName
{
color: #AC963C;
}
.AnyTagClassName
{
color: #AC963C;
}
</style>
background-color css
<style>
a { background-color: #AC963C; }
a { background-color: rgb(172,150,60); }
div.DivClassName
{
background-color: #AC963C;
}
.BgClassName
{
background-color: #AC963C;
}
</style>
border-color css
<style>
span { border-color: #AC963C; }
span { border-color: rgb(172,150,60); }
td.TdClassName
{
border-color: #AC963C;
}
.TagClassName
{
border-color: #AC963C;
}
</style>