Shades of Turmeric #AC963F
Tints of Turmeric #AC963F
RGB
CMYK
RGB Variations
Color information
#AC963F (or 0xAC963F) is known color: Turmeric. HEX triplet: AC, 96 and 3F. RGB value is (172,150,63). Sum of RGB (Red+Green+Blue) = 172+150+63=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC963F is #5369C0. Grayscale: #939393. Windows color (decimal): -5466561 or 4167340. OLE color: 4167340.
HSL color Cylindrical-coordinate representation of color #AC963F: hue angle of 47.89º 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 #AC963F is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 63 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.33 |
| HSL | 47.89º | 0.46% | 0.46% | - |
| HSV(B) | 47.89º | 0.63% | 0.67% | - |
| XYZ | 28.82 | 30.94 | 9.16 | - |
| YUV | 146.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 63 | 0 | 0.13 | 0.63 | 0.33 | 47.89 | 0.46 | 0.46 |
| Hex | AC | 96 | 3F | 0 | D | 3F | 21 | 30 | 2E | 2E |
| Octal | 254 | 226 | 77 | 0 | 15 | 77 | 41 | 60 | 56 | 56 |
| Binary | 10101100 | 10010110 | 111111 | 0 | 1101 | 111111 | 100001 | 110000 | 101110 | 101110 |
Color Harmonies of #AC963F
Complementary color
Monochromatic Colors of #AC963F
Black with #AC963F
Text Example
Text Example
White with #AC963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC963F; }
p { color: rgb(172,150,63); }
H1.HeaderClassName
{
color: #AC963F;
}
.AnyTagClassName
{
color: #AC963F;
}
</style>
background-color css
<style>
a { background-color: #AC963F; }
a { background-color: rgb(172,150,63); }
div.DivClassName
{
background-color: #AC963F;
}
.BgClassName
{
background-color: #AC963F;
}
</style>
border-color css
<style>
span { border-color: #AC963F; }
span { border-color: rgb(172,150,63); }
td.TdClassName
{
border-color: #AC963F;
}
.TagClassName
{
border-color: #AC963F;
}
</style>