Shades of Turmeric #AC993B
Tints of Turmeric #AC993B
RGB
CMYK
RGB Variations
Color information
#AC993B (or 0xAC993B) is known color: Turmeric. HEX triplet: AC, 99 and 3B. RGB value is (172,153,59). Sum of RGB (Red+Green+Blue) = 172+153+59=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC993B is #5366C4. Grayscale: #949494. Windows color (decimal): -5465797 or 3905964. OLE color: 3905964.
HSL color Cylindrical-coordinate representation of color #AC993B: hue angle of 49.91º 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 #AC993B is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 59 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.33 |
| HSL | 49.91º | 0.49% | 0.45% | - |
| HSV(B) | 49.91º | 0.66% | 0.67% | - |
| XYZ | 29.19 | 31.87 | 8.75 | - |
| YUV | 147.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 59 | 0 | 0.11 | 0.66 | 0.33 | 49.91 | 0.49 | 0.45 |
| Hex | AC | 99 | 3B | 0 | B | 42 | 21 | 32 | 31 | 2D |
| Octal | 254 | 231 | 73 | 0 | 13 | 102 | 41 | 62 | 61 | 55 |
| Binary | 10101100 | 10011001 | 111011 | 0 | 1011 | 1000010 | 100001 | 110010 | 110001 | 101101 |
Color Harmonies of #AC993B
Complementary color
Monochromatic Colors of #AC993B
Black with #AC993B
Text Example
Text Example
White with #AC993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC993B; }
p { color: rgb(172,153,59); }
H1.HeaderClassName
{
color: #AC993B;
}
.AnyTagClassName
{
color: #AC993B;
}
</style>
background-color css
<style>
a { background-color: #AC993B; }
a { background-color: rgb(172,153,59); }
div.DivClassName
{
background-color: #AC993B;
}
.BgClassName
{
background-color: #AC993B;
}
</style>
border-color css
<style>
span { border-color: #AC993B; }
span { border-color: rgb(172,153,59); }
td.TdClassName
{
border-color: #AC993B;
}
.TagClassName
{
border-color: #AC993B;
}
</style>