Shades of Turmeric #AC943B
Tints of Turmeric #AC943B
RGB
CMYK
RGB Variations
Color information
#AC943B (or 0xAC943B) is known color: Turmeric. HEX triplet: AC, 94 and 3B. RGB value is (172,148,59). Sum of RGB (Red+Green+Blue) = 172+148+59=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC943B is #536BC4. Grayscale: #919191. Windows color (decimal): -5467077 or 3904684. OLE color: 3904684.
HSL color Cylindrical-coordinate representation of color #AC943B: hue angle of 47.26º 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 #AC943B is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 59 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.33 |
| HSL | 47.26º | 0.49% | 0.45% | - |
| HSV(B) | 47.26º | 0.66% | 0.67% | - |
| XYZ | 28.39 | 30.27 | 8.48 | - |
| YUV | 145.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 59 | 0 | 0.14 | 0.66 | 0.33 | 47.26 | 0.49 | 0.45 |
| Hex | AC | 94 | 3B | 0 | E | 42 | 21 | 2F | 31 | 2D |
| Octal | 254 | 224 | 73 | 0 | 16 | 102 | 41 | 57 | 61 | 55 |
| Binary | 10101100 | 10010100 | 111011 | 0 | 1110 | 1000010 | 100001 | 101111 | 110001 | 101101 |
Color Harmonies of #AC943B
Complementary color
Monochromatic Colors of #AC943B
Black with #AC943B
Text Example
Text Example
White with #AC943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC943B; }
p { color: rgb(172,148,59); }
H1.HeaderClassName
{
color: #AC943B;
}
.AnyTagClassName
{
color: #AC943B;
}
</style>
background-color css
<style>
a { background-color: #AC943B; }
a { background-color: rgb(172,148,59); }
div.DivClassName
{
background-color: #AC943B;
}
.BgClassName
{
background-color: #AC943B;
}
</style>
border-color css
<style>
span { border-color: #AC943B; }
span { border-color: rgb(172,148,59); }
td.TdClassName
{
border-color: #AC943B;
}
.TagClassName
{
border-color: #AC943B;
}
</style>