Shades of Turmeric #AD9241
Tints of Turmeric #AD9241
RGB
CMYK
RGB Variations
Color information
#AD9241 (or 0xAD9241) is known color: Turmeric. HEX triplet: AD, 92 and 41. RGB value is (173,146,65). Sum of RGB (Red+Green+Blue) = 173+146+65=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9241 is #526DBE. Grayscale: #919191. Windows color (decimal): -5402047 or 4297389. OLE color: 4297389.
HSL color Cylindrical-coordinate representation of color #AD9241: hue angle of 45º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD9241 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 65 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.32 |
| HSL | 45º | 0.45% | 0.47% | - |
| HSV(B) | 45º | 0.62% | 0.68% | - |
| XYZ | 28.47 | 29.82 | 9.26 | - |
| YUV | 144.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 65 | 0 | 0.16 | 0.62 | 0.32 | 45 | 0.45 | 0.47 |
| Hex | AD | 92 | 41 | 0 | 10 | 3E | 20 | 2D | 2D | 2F |
| Octal | 255 | 222 | 101 | 0 | 20 | 76 | 40 | 55 | 55 | 57 |
| Binary | 10101101 | 10010010 | 1000001 | 0 | 10000 | 111110 | 100000 | 101101 | 101101 | 101111 |
Color Harmonies of #AD9241
Complementary color
Monochromatic Colors of #AD9241
Black with #AD9241
Text Example
Text Example
White with #AD9241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9241; }
p { color: rgb(173,146,65); }
H1.HeaderClassName
{
color: #AD9241;
}
.AnyTagClassName
{
color: #AD9241;
}
</style>
background-color css
<style>
a { background-color: #AD9241; }
a { background-color: rgb(173,146,65); }
div.DivClassName
{
background-color: #AD9241;
}
.BgClassName
{
background-color: #AD9241;
}
</style>
border-color css
<style>
span { border-color: #AD9241; }
span { border-color: rgb(173,146,65); }
td.TdClassName
{
border-color: #AD9241;
}
.TagClassName
{
border-color: #AD9241;
}
</style>