Shades of Turmeric #AD9140
Tints of Turmeric #AD9140
RGB
CMYK
RGB Variations
Color information
#AD9140 (or 0xAD9140) is known color: Turmeric. HEX triplet: AD, 91 and 40. RGB value is (173,145,64). Sum of RGB (Red+Green+Blue) = 173+145+64=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9140 is #526EBF. Grayscale: #909090. Windows color (decimal): -5402304 or 4231597. OLE color: 4231597.
HSL color Cylindrical-coordinate representation of color #AD9140: hue angle of 44.59º 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 #AD9140 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 64 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.32 |
| HSL | 44.59º | 0.46% | 0.46% | - |
| HSV(B) | 44.59º | 0.63% | 0.68% | - |
| XYZ | 28.28 | 29.51 | 9.05 | - |
| YUV | 144.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 64 | 0 | 0.16 | 0.63 | 0.32 | 44.59 | 0.46 | 0.46 |
| Hex | AD | 91 | 40 | 0 | 10 | 3F | 20 | 2D | 2E | 2E |
| Octal | 255 | 221 | 100 | 0 | 20 | 77 | 40 | 55 | 56 | 56 |
| Binary | 10101101 | 10010001 | 1000000 | 0 | 10000 | 111111 | 100000 | 101101 | 101110 | 101110 |
Color Harmonies of #AD9140
Complementary color
Monochromatic Colors of #AD9140
Black with #AD9140
Text Example
Text Example
White with #AD9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9140; }
p { color: rgb(173,145,64); }
H1.HeaderClassName
{
color: #AD9140;
}
.AnyTagClassName
{
color: #AD9140;
}
</style>
background-color css
<style>
a { background-color: #AD9140; }
a { background-color: rgb(173,145,64); }
div.DivClassName
{
background-color: #AD9140;
}
.BgClassName
{
background-color: #AD9140;
}
</style>
border-color css
<style>
span { border-color: #AD9140; }
span { border-color: rgb(173,145,64); }
td.TdClassName
{
border-color: #AD9140;
}
.TagClassName
{
border-color: #AD9140;
}
</style>