Shades of Turmeric #AC983B
Tints of Turmeric #AC983B
RGB
CMYK
RGB Variations
Color information
#AC983B (or 0xAC983B) is known color: Turmeric. HEX triplet: AC, 98 and 3B. RGB value is (172,152,59). Sum of RGB (Red+Green+Blue) = 172+152+59=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC983B is #5367C4. Grayscale: #939393. Windows color (decimal): -5466053 or 3905708. OLE color: 3905708.
HSL color Cylindrical-coordinate representation of color #AC983B: hue angle of 49.38º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC983B is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 152 | 59 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.33 |
| HSL | 49.38º | 0.49% | 0.45% | - |
| HSV(B) | 49.38º | 0.66% | 0.67% | - |
| XYZ | 29.03 | 31.54 | 8.7 | - |
| YUV | 147.38 | 78.13 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 152 | 59 | 0 | 0.12 | 0.66 | 0.33 | 49.38 | 0.49 | 0.45 |
| Hex | AC | 98 | 3B | 0 | C | 42 | 21 | 31 | 31 | 2D |
| Octal | 254 | 230 | 73 | 0 | 14 | 102 | 41 | 61 | 61 | 55 |
| Binary | 10101100 | 10011000 | 111011 | 0 | 1100 | 1000010 | 100001 | 110001 | 110001 | 101101 |
Color Harmonies of #AC983B
Complementary color
Monochromatic Colors of #AC983B
Black with #AC983B
Text Example
Text Example
White with #AC983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC983B; }
p { color: rgb(172,152,59); }
H1.HeaderClassName
{
color: #AC983B;
}
.AnyTagClassName
{
color: #AC983B;
}
</style>
background-color css
<style>
a { background-color: #AC983B; }
a { background-color: rgb(172,152,59); }
div.DivClassName
{
background-color: #AC983B;
}
.BgClassName
{
background-color: #AC983B;
}
</style>
border-color css
<style>
span { border-color: #AC983B; }
span { border-color: rgb(172,152,59); }
td.TdClassName
{
border-color: #AC983B;
}
.TagClassName
{
border-color: #AC983B;
}
</style>