Shades of Turmeric #AC8F49
Tints of Turmeric #AC8F49
RGB
CMYK
RGB Variations
Color information
#AC8F49 (or 0xAC8F49) is known color: Turmeric. HEX triplet: AC, 8F and 49. RGB value is (172,143,73). Sum of RGB (Red+Green+Blue) = 172+143+73=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F49 is #5370B6. Grayscale: #909090. Windows color (decimal): -5468343 or 4820908. OLE color: 4820908.
HSL color Cylindrical-coordinate representation of color #AC8F49: hue angle of 42.42º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC8F49 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 73 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.33 |
| HSL | 42.42º | 0.4% | 0.48% | - |
| HSV(B) | 42.42º | 0.58% | 0.67% | - |
| XYZ | 28.04 | 28.9 | 10.4 | - |
| YUV | 143.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 73 | 0 | 0.17 | 0.58 | 0.33 | 42.42 | 0.4 | 0.48 |
| Hex | AC | 8F | 49 | 0 | 11 | 3A | 21 | 2A | 28 | 30 |
| Octal | 254 | 217 | 111 | 0 | 21 | 72 | 41 | 52 | 50 | 60 |
| Binary | 10101100 | 10001111 | 1001001 | 0 | 10001 | 111010 | 100001 | 101010 | 101000 | 110000 |
Color Harmonies of #AC8F49
Complementary color
Monochromatic Colors of #AC8F49
Black with #AC8F49
Text Example
Text Example
White with #AC8F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F49; }
p { color: rgb(172,143,73); }
H1.HeaderClassName
{
color: #AC8F49;
}
.AnyTagClassName
{
color: #AC8F49;
}
</style>
background-color css
<style>
a { background-color: #AC8F49; }
a { background-color: rgb(172,143,73); }
div.DivClassName
{
background-color: #AC8F49;
}
.BgClassName
{
background-color: #AC8F49;
}
</style>
border-color css
<style>
span { border-color: #AC8F49; }
span { border-color: rgb(172,143,73); }
td.TdClassName
{
border-color: #AC8F49;
}
.TagClassName
{
border-color: #AC8F49;
}
</style>