Shades of Turmeric #AD8F46
Tints of Turmeric #AD8F46
RGB
CMYK
RGB Variations
Color information
#AD8F46 (or 0xAD8F46) is known color: Turmeric. HEX triplet: AD, 8F and 46. RGB value is (173,143,70). Sum of RGB (Red+Green+Blue) = 173+143+70=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F46 is #5270B9. Grayscale: #8F8F8F. Windows color (decimal): -5402810 or 4624301. OLE color: 4624301.
HSL color Cylindrical-coordinate representation of color #AD8F46: hue angle of 42.52º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8F46 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 70 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.32 |
| HSL | 42.52º | 0.42% | 0.48% | - |
| HSV(B) | 42.52º | 0.6% | 0.68% | - |
| XYZ | 28.16 | 28.97 | 9.9 | - |
| YUV | 143.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 70 | 0 | 0.17 | 0.60 | 0.32 | 42.52 | 0.42 | 0.48 |
| Hex | AD | 8F | 46 | 0 | 11 | 3C | 20 | 2B | 2A | 30 |
| Octal | 255 | 217 | 106 | 0 | 21 | 74 | 40 | 53 | 52 | 60 |
| Binary | 10101101 | 10001111 | 1000110 | 0 | 10001 | 111100 | 100000 | 101011 | 101010 | 110000 |
Color Harmonies of #AD8F46
Complementary color
Monochromatic Colors of #AD8F46
Black with #AD8F46
Text Example
Text Example
White with #AD8F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F46; }
p { color: rgb(173,143,70); }
H1.HeaderClassName
{
color: #AD8F46;
}
.AnyTagClassName
{
color: #AD8F46;
}
</style>
background-color css
<style>
a { background-color: #AD8F46; }
a { background-color: rgb(173,143,70); }
div.DivClassName
{
background-color: #AD8F46;
}
.BgClassName
{
background-color: #AD8F46;
}
</style>
border-color css
<style>
span { border-color: #AD8F46; }
span { border-color: rgb(173,143,70); }
td.TdClassName
{
border-color: #AD8F46;
}
.TagClassName
{
border-color: #AD8F46;
}
</style>