Shades of Turmeric #AC983D
Tints of Turmeric #AC983D
RGB
CMYK
RGB Variations
Color information
#AC983D (or 0xAC983D) is known color: Turmeric. HEX triplet: AC, 98 and 3D. RGB value is (172,152,61). Sum of RGB (Red+Green+Blue) = 172+152+61=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC983D is #5367C2. Grayscale: #939393. Windows color (decimal): -5466051 or 4036780. OLE color: 4036780.
HSL color Cylindrical-coordinate representation of color #AC983D: hue angle of 49.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC983D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 61 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.33 |
| HSL | 49.19º | 0.48% | 0.46% | - |
| HSV(B) | 49.19º | 0.65% | 0.67% | - |
| XYZ | 29.08 | 31.56 | 8.97 | - |
| YUV | 147.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 61 | 0 | 0.12 | 0.65 | 0.33 | 49.19 | 0.48 | 0.46 |
| Hex | AC | 98 | 3D | 0 | C | 41 | 21 | 31 | 30 | 2E |
| Octal | 254 | 230 | 75 | 0 | 14 | 101 | 41 | 61 | 60 | 56 |
| Binary | 10101100 | 10011000 | 111101 | 0 | 1100 | 1000001 | 100001 | 110001 | 110000 | 101110 |
Color Harmonies of #AC983D
Complementary color
Monochromatic Colors of #AC983D
Black with #AC983D
Text Example
Text Example
White with #AC983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC983D; }
p { color: rgb(172,152,61); }
H1.HeaderClassName
{
color: #AC983D;
}
.AnyTagClassName
{
color: #AC983D;
}
</style>
background-color css
<style>
a { background-color: #AC983D; }
a { background-color: rgb(172,152,61); }
div.DivClassName
{
background-color: #AC983D;
}
.BgClassName
{
background-color: #AC983D;
}
</style>
border-color css
<style>
span { border-color: #AC983D; }
span { border-color: rgb(172,152,61); }
td.TdClassName
{
border-color: #AC983D;
}
.TagClassName
{
border-color: #AC983D;
}
</style>