Shades of Turmeric #AC993D
Tints of Turmeric #AC993D
RGB
CMYK
RGB Variations
Color information
#AC993D (or 0xAC993D) is known color: Turmeric. HEX triplet: AC, 99 and 3D. RGB value is (172,153,61). Sum of RGB (Red+Green+Blue) = 172+153+61=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC993D is #5366C2. Grayscale: #949494. Windows color (decimal): -5465795 or 4037036. OLE color: 4037036.
HSL color Cylindrical-coordinate representation of color #AC993D: hue angle of 49.73º 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 #AC993D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 61 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.33 |
| HSL | 49.73º | 0.48% | 0.46% | - |
| HSV(B) | 49.73º | 0.65% | 0.67% | - |
| XYZ | 29.25 | 31.89 | 9.03 | - |
| YUV | 148.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 61 | 0 | 0.11 | 0.65 | 0.33 | 49.73 | 0.48 | 0.46 |
| Hex | AC | 99 | 3D | 0 | B | 41 | 21 | 32 | 30 | 2E |
| Octal | 254 | 231 | 75 | 0 | 13 | 101 | 41 | 62 | 60 | 56 |
| Binary | 10101100 | 10011001 | 111101 | 0 | 1011 | 1000001 | 100001 | 110010 | 110000 | 101110 |
Color Harmonies of #AC993D
Complementary color
Monochromatic Colors of #AC993D
Black with #AC993D
Text Example
Text Example
White with #AC993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC993D; }
p { color: rgb(172,153,61); }
H1.HeaderClassName
{
color: #AC993D;
}
.AnyTagClassName
{
color: #AC993D;
}
</style>
background-color css
<style>
a { background-color: #AC993D; }
a { background-color: rgb(172,153,61); }
div.DivClassName
{
background-color: #AC993D;
}
.BgClassName
{
background-color: #AC993D;
}
</style>
border-color css
<style>
span { border-color: #AC993D; }
span { border-color: rgb(172,153,61); }
td.TdClassName
{
border-color: #AC993D;
}
.TagClassName
{
border-color: #AC993D;
}
</style>