Shades of Turmeric #AC8F4A
Tints of Turmeric #AC8F4A
RGB
CMYK
RGB Variations
Color information
#AC8F4A (or 0xAC8F4A) is known color: Turmeric. HEX triplet: AC, 8F and 4A. RGB value is (172,143,74). Sum of RGB (Red+Green+Blue) = 172+143+74=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F4A is #5370B5. Grayscale: #909090. Windows color (decimal): -5468342 or 4886444. OLE color: 4886444.
HSL color Cylindrical-coordinate representation of color #AC8F4A: hue angle of 42.24º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC8F4A is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 74 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.33 |
| HSL | 42.24º | 0.4% | 0.48% | - |
| HSV(B) | 42.24º | 0.57% | 0.67% | - |
| XYZ | 28.07 | 28.91 | 10.58 | - |
| YUV | 143.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 74 | 0 | 0.17 | 0.57 | 0.33 | 42.24 | 0.4 | 0.48 |
| Hex | AC | 8F | 4A | 0 | 11 | 39 | 21 | 2A | 28 | 30 |
| Octal | 254 | 217 | 112 | 0 | 21 | 71 | 41 | 52 | 50 | 60 |
| Binary | 10101100 | 10001111 | 1001010 | 0 | 10001 | 111001 | 100001 | 101010 | 101000 | 110000 |
Color Harmonies of #AC8F4A
Complementary color
Monochromatic Colors of #AC8F4A
Black with #AC8F4A
Text Example
Text Example
White with #AC8F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F4A; }
p { color: rgb(172,143,74); }
H1.HeaderClassName
{
color: #AC8F4A;
}
.AnyTagClassName
{
color: #AC8F4A;
}
</style>
background-color css
<style>
a { background-color: #AC8F4A; }
a { background-color: rgb(172,143,74); }
div.DivClassName
{
background-color: #AC8F4A;
}
.BgClassName
{
background-color: #AC8F4A;
}
</style>
border-color css
<style>
span { border-color: #AC8F4A; }
span { border-color: rgb(172,143,74); }
td.TdClassName
{
border-color: #AC8F4A;
}
.TagClassName
{
border-color: #AC8F4A;
}
</style>