Shades of Turmeric #AC993C
Tints of Turmeric #AC993C
RGB
CMYK
RGB Variations
Color information
#AC993C (or 0xAC993C) is known color: Turmeric. HEX triplet: AC, 99 and 3C. RGB value is (172,153,60). Sum of RGB (Red+Green+Blue) = 172+153+60=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC993C is #5366C3. Grayscale: #949494. Windows color (decimal): -5465796 or 3971500. OLE color: 3971500.
HSL color Cylindrical-coordinate representation of color #AC993C: hue angle of 49.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC993C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 153 | 60 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.33 |
| HSL | 49.82º | 0.48% | 0.45% | - |
| HSV(B) | 49.82º | 0.65% | 0.67% | - |
| XYZ | 29.22 | 31.88 | 8.89 | - |
| YUV | 148.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 153 | 60 | 0 | 0.11 | 0.65 | 0.33 | 49.82 | 0.48 | 0.45 |
| Hex | AC | 99 | 3C | 0 | B | 41 | 21 | 32 | 30 | 2D |
| Octal | 254 | 231 | 74 | 0 | 13 | 101 | 41 | 62 | 60 | 55 |
| Binary | 10101100 | 10011001 | 111100 | 0 | 1011 | 1000001 | 100001 | 110010 | 110000 | 101101 |
Color Harmonies of #AC993C
Complementary color
Monochromatic Colors of #AC993C
Black with #AC993C
Text Example
Text Example
White with #AC993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC993C; }
p { color: rgb(172,153,60); }
H1.HeaderClassName
{
color: #AC993C;
}
.AnyTagClassName
{
color: #AC993C;
}
</style>
background-color css
<style>
a { background-color: #AC993C; }
a { background-color: rgb(172,153,60); }
div.DivClassName
{
background-color: #AC993C;
}
.BgClassName
{
background-color: #AC993C;
}
</style>
border-color css
<style>
span { border-color: #AC993C; }
span { border-color: rgb(172,153,60); }
td.TdClassName
{
border-color: #AC993C;
}
.TagClassName
{
border-color: #AC993C;
}
</style>