Shades of Turmeric #AD9249
Tints of Turmeric #AD9249
RGB
CMYK
RGB Variations
Color information
#AD9249 (or 0xAD9249) is known color: Turmeric. HEX triplet: AD, 92 and 49. RGB value is (173,146,73). Sum of RGB (Red+Green+Blue) = 173+146+73=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9249 is #526DB6. Grayscale: #929292. Windows color (decimal): -5402039 or 4821677. OLE color: 4821677.
HSL color Cylindrical-coordinate representation of color #AD9249: hue angle of 43.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD9249 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 73 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.32 |
| HSL | 43.8º | 0.41% | 0.48% | - |
| HSV(B) | 43.8º | 0.58% | 0.68% | - |
| XYZ | 28.72 | 29.92 | 10.57 | - |
| YUV | 145.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 73 | 0 | 0.16 | 0.58 | 0.32 | 43.8 | 0.41 | 0.48 |
| Hex | AD | 92 | 49 | 0 | 10 | 3A | 20 | 2C | 29 | 30 |
| Octal | 255 | 222 | 111 | 0 | 20 | 72 | 40 | 54 | 51 | 60 |
| Binary | 10101101 | 10010010 | 1001001 | 0 | 10000 | 111010 | 100000 | 101100 | 101001 | 110000 |
Color Harmonies of #AD9249
Complementary color
Monochromatic Colors of #AD9249
Black with #AD9249
Text Example
Text Example
White with #AD9249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9249; }
p { color: rgb(173,146,73); }
H1.HeaderClassName
{
color: #AD9249;
}
.AnyTagClassName
{
color: #AD9249;
}
</style>
background-color css
<style>
a { background-color: #AD9249; }
a { background-color: rgb(173,146,73); }
div.DivClassName
{
background-color: #AD9249;
}
.BgClassName
{
background-color: #AD9249;
}
</style>
border-color css
<style>
span { border-color: #AD9249; }
span { border-color: rgb(173,146,73); }
td.TdClassName
{
border-color: #AD9249;
}
.TagClassName
{
border-color: #AD9249;
}
</style>