Shades of Turmeric #AC8F46
Tints of Turmeric #AC8F46
RGB
CMYK
RGB Variations
Color information
#AC8F46 (or 0xAC8F46) is known color: Turmeric. HEX triplet: AC, 8F and 46. RGB value is (172,143,70). Sum of RGB (Red+Green+Blue) = 172+143+70=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F46 is #5370B9. Grayscale: #8F8F8F. Windows color (decimal): -5468346 or 4624300. OLE color: 4624300.
HSL color Cylindrical-coordinate representation of color #AC8F46: hue angle of 42.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC8F46 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 70 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.33 |
| HSL | 42.94º | 0.42% | 0.47% | - |
| HSV(B) | 42.94º | 0.59% | 0.67% | - |
| XYZ | 27.94 | 28.86 | 9.89 | - |
| YUV | 143.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 70 | 0 | 0.17 | 0.59 | 0.33 | 42.94 | 0.42 | 0.47 |
| Hex | AC | 8F | 46 | 0 | 11 | 3B | 21 | 2B | 2A | 2F |
| Octal | 254 | 217 | 106 | 0 | 21 | 73 | 41 | 53 | 52 | 57 |
| Binary | 10101100 | 10001111 | 1000110 | 0 | 10001 | 111011 | 100001 | 101011 | 101010 | 101111 |
Color Harmonies of #AC8F46
Complementary color
Monochromatic Colors of #AC8F46
Black with #AC8F46
Text Example
Text Example
White with #AC8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F46; }
p { color: rgb(172,143,70); }
H1.HeaderClassName
{
color: #AC8F46;
}
.AnyTagClassName
{
color: #AC8F46;
}
</style>
background-color css
<style>
a { background-color: #AC8F46; }
a { background-color: rgb(172,143,70); }
div.DivClassName
{
background-color: #AC8F46;
}
.BgClassName
{
background-color: #AC8F46;
}
</style>
border-color css
<style>
span { border-color: #AC8F46; }
span { border-color: rgb(172,143,70); }
td.TdClassName
{
border-color: #AC8F46;
}
.TagClassName
{
border-color: #AC8F46;
}
</style>