Shades of Turmeric #AC963E
Tints of Turmeric #AC963E
RGB
CMYK
RGB Variations
Color information
#AC963E (or 0xAC963E) is known color: Turmeric. HEX triplet: AC, 96 and 3E. RGB value is (172,150,62). Sum of RGB (Red+Green+Blue) = 172+150+62=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC963E is #5369C1. Grayscale: #929292. Windows color (decimal): -5466562 or 4101804. OLE color: 4101804.
HSL color Cylindrical-coordinate representation of color #AC963E: hue angle of 48º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC963E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 150 | 62 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.33 |
| HSL | 48º | 0.47% | 0.46% | - |
| HSV(B) | 48º | 0.64% | 0.67% | - |
| XYZ | 28.79 | 30.93 | 9.01 | - |
| YUV | 146.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 150 | 62 | 0 | 0.13 | 0.64 | 0.33 | 48 | 0.47 | 0.46 |
| Hex | AC | 96 | 3E | 0 | D | 40 | 21 | 30 | 2F | 2E |
| Octal | 254 | 226 | 76 | 0 | 15 | 100 | 41 | 60 | 57 | 56 |
| Binary | 10101100 | 10010110 | 111110 | 0 | 1101 | 1000000 | 100001 | 110000 | 101111 | 101110 |
Color Harmonies of #AC963E
Complementary color
Monochromatic Colors of #AC963E
Black with #AC963E
Text Example
Text Example
White with #AC963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC963E; }
p { color: rgb(172,150,62); }
H1.HeaderClassName
{
color: #AC963E;
}
.AnyTagClassName
{
color: #AC963E;
}
</style>
background-color css
<style>
a { background-color: #AC963E; }
a { background-color: rgb(172,150,62); }
div.DivClassName
{
background-color: #AC963E;
}
.BgClassName
{
background-color: #AC963E;
}
</style>
border-color css
<style>
span { border-color: #AC963E; }
span { border-color: rgb(172,150,62); }
td.TdClassName
{
border-color: #AC963E;
}
.TagClassName
{
border-color: #AC963E;
}
</style>