Shades of Turmeric #AC8F45
Tints of Turmeric #AC8F45
RGB
CMYK
RGB Variations
Color information
#AC8F45 (or 0xAC8F45) is known color: Turmeric. HEX triplet: AC, 8F and 45. RGB value is (172,143,69). Sum of RGB (Red+Green+Blue) = 172+143+69=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F45 is #5370BA. Grayscale: #8F8F8F. Windows color (decimal): -5468347 or 4558764. OLE color: 4558764.
HSL color Cylindrical-coordinate representation of color #AC8F45: hue angle of 43.11º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8F45 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 69 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.33 |
| HSL | 43.11º | 0.43% | 0.47% | - |
| HSV(B) | 43.11º | 0.6% | 0.67% | - |
| XYZ | 27.91 | 28.85 | 9.73 | - |
| YUV | 143.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 69 | 0 | 0.17 | 0.60 | 0.33 | 43.11 | 0.43 | 0.47 |
| Hex | AC | 8F | 45 | 0 | 11 | 3C | 21 | 2B | 2B | 2F |
| Octal | 254 | 217 | 105 | 0 | 21 | 74 | 41 | 53 | 53 | 57 |
| Binary | 10101100 | 10001111 | 1000101 | 0 | 10001 | 111100 | 100001 | 101011 | 101011 | 101111 |
Color Harmonies of #AC8F45
Complementary color
Monochromatic Colors of #AC8F45
Black with #AC8F45
Text Example
Text Example
White with #AC8F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F45; }
p { color: rgb(172,143,69); }
H1.HeaderClassName
{
color: #AC8F45;
}
.AnyTagClassName
{
color: #AC8F45;
}
</style>
background-color css
<style>
a { background-color: #AC8F45; }
a { background-color: rgb(172,143,69); }
div.DivClassName
{
background-color: #AC8F45;
}
.BgClassName
{
background-color: #AC8F45;
}
</style>
border-color css
<style>
span { border-color: #AC8F45; }
span { border-color: rgb(172,143,69); }
td.TdClassName
{
border-color: #AC8F45;
}
.TagClassName
{
border-color: #AC8F45;
}
</style>