Shades of Turmeric #AC8F4C
Tints of Turmeric #AC8F4C
RGB
CMYK
RGB Variations
Color information
#AC8F4C (or 0xAC8F4C) is known color: Turmeric. HEX triplet: AC, 8F and 4C. RGB value is (172,143,76). Sum of RGB (Red+Green+Blue) = 172+143+76=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F4C is #5370B3. Grayscale: #909090. Windows color (decimal): -5468340 or 5017516. OLE color: 5017516.
HSL color Cylindrical-coordinate representation of color #AC8F4C: hue angle of 41.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC8F4C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 76 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.33 |
| HSL | 41.88º | 0.39% | 0.49% | - |
| HSV(B) | 41.88º | 0.56% | 0.67% | - |
| XYZ | 28.14 | 28.94 | 10.94 | - |
| YUV | 144.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 76 | 0 | 0.17 | 0.56 | 0.33 | 41.88 | 0.39 | 0.49 |
| Hex | AC | 8F | 4C | 0 | 11 | 38 | 21 | 2A | 27 | 31 |
| Octal | 254 | 217 | 114 | 0 | 21 | 70 | 41 | 52 | 47 | 61 |
| Binary | 10101100 | 10001111 | 1001100 | 0 | 10001 | 111000 | 100001 | 101010 | 100111 | 110001 |
Color Harmonies of #AC8F4C
Complementary color
Monochromatic Colors of #AC8F4C
Black with #AC8F4C
Text Example
Text Example
White with #AC8F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F4C; }
p { color: rgb(172,143,76); }
H1.HeaderClassName
{
color: #AC8F4C;
}
.AnyTagClassName
{
color: #AC8F4C;
}
</style>
background-color css
<style>
a { background-color: #AC8F4C; }
a { background-color: rgb(172,143,76); }
div.DivClassName
{
background-color: #AC8F4C;
}
.BgClassName
{
background-color: #AC8F4C;
}
</style>
border-color css
<style>
span { border-color: #AC8F4C; }
span { border-color: rgb(172,143,76); }
td.TdClassName
{
border-color: #AC8F4C;
}
.TagClassName
{
border-color: #AC8F4C;
}
</style>