Shades of Turmeric #AD8F40
Tints of Turmeric #AD8F40
RGB
CMYK
RGB Variations
Color information
#AD8F40 (or 0xAD8F40) is known color: Turmeric. HEX triplet: AD, 8F and 40. RGB value is (173,143,64). Sum of RGB (Red+Green+Blue) = 173+143+64=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F40 is #5270BF. Grayscale: #8F8F8F. Windows color (decimal): -5402816 or 4231085. OLE color: 4231085.
HSL color Cylindrical-coordinate representation of color #AD8F40: hue angle of 43.49º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD8F40 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 64 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.32 |
| HSL | 43.49º | 0.46% | 0.46% | - |
| HSV(B) | 43.49º | 0.63% | 0.68% | - |
| XYZ | 27.98 | 28.9 | 8.95 | - |
| YUV | 142.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 64 | 0 | 0.17 | 0.63 | 0.32 | 43.49 | 0.46 | 0.46 |
| Hex | AD | 8F | 40 | 0 | 11 | 3F | 20 | 2B | 2E | 2E |
| Octal | 255 | 217 | 100 | 0 | 21 | 77 | 40 | 53 | 56 | 56 |
| Binary | 10101101 | 10001111 | 1000000 | 0 | 10001 | 111111 | 100000 | 101011 | 101110 | 101110 |
Color Harmonies of #AD8F40
Complementary color
Monochromatic Colors of #AD8F40
Black with #AD8F40
Text Example
Text Example
White with #AD8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F40; }
p { color: rgb(173,143,64); }
H1.HeaderClassName
{
color: #AD8F40;
}
.AnyTagClassName
{
color: #AD8F40;
}
</style>
background-color css
<style>
a { background-color: #AD8F40; }
a { background-color: rgb(173,143,64); }
div.DivClassName
{
background-color: #AD8F40;
}
.BgClassName
{
background-color: #AD8F40;
}
</style>
border-color css
<style>
span { border-color: #AD8F40; }
span { border-color: rgb(173,143,64); }
td.TdClassName
{
border-color: #AD8F40;
}
.TagClassName
{
border-color: #AD8F40;
}
</style>