Shades of Turmeric #AC8F4B
Tints of Turmeric #AC8F4B
RGB
CMYK
RGB Variations
Color information
#AC8F4B (or 0xAC8F4B) is known color: Turmeric. HEX triplet: AC, 8F and 4B. RGB value is (172,143,75). Sum of RGB (Red+Green+Blue) = 172+143+75=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F4B is #5370B4. Grayscale: #909090. Windows color (decimal): -5468341 or 4951980. OLE color: 4951980.
HSL color Cylindrical-coordinate representation of color #AC8F4B: hue angle of 42.06º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC8F4B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 75 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.33 |
| HSL | 42.06º | 0.39% | 0.48% | - |
| HSV(B) | 42.06º | 0.56% | 0.67% | - |
| XYZ | 28.11 | 28.92 | 10.76 | - |
| YUV | 143.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 75 | 0 | 0.17 | 0.56 | 0.33 | 42.06 | 0.39 | 0.48 |
| Hex | AC | 8F | 4B | 0 | 11 | 38 | 21 | 2A | 27 | 30 |
| Octal | 254 | 217 | 113 | 0 | 21 | 70 | 41 | 52 | 47 | 60 |
| Binary | 10101100 | 10001111 | 1001011 | 0 | 10001 | 111000 | 100001 | 101010 | 100111 | 110000 |
Color Harmonies of #AC8F4B
Complementary color
Monochromatic Colors of #AC8F4B
Black with #AC8F4B
Text Example
Text Example
White with #AC8F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F4B; }
p { color: rgb(172,143,75); }
H1.HeaderClassName
{
color: #AC8F4B;
}
.AnyTagClassName
{
color: #AC8F4B;
}
</style>
background-color css
<style>
a { background-color: #AC8F4B; }
a { background-color: rgb(172,143,75); }
div.DivClassName
{
background-color: #AC8F4B;
}
.BgClassName
{
background-color: #AC8F4B;
}
</style>
border-color css
<style>
span { border-color: #AC8F4B; }
span { border-color: rgb(172,143,75); }
td.TdClassName
{
border-color: #AC8F4B;
}
.TagClassName
{
border-color: #AC8F4B;
}
</style>