Shades of Turmeric #AD9047
Tints of Turmeric #AD9047
RGB
CMYK
RGB Variations
Color information
#AD9047 (or 0xAD9047) is known color: Turmeric. HEX triplet: AD, 90 and 47. RGB value is (173,144,71). Sum of RGB (Red+Green+Blue) = 173+144+71=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9047 is #526FB8. Grayscale: #909090. Windows color (decimal): -5402553 or 4690093. OLE color: 4690093.
HSL color Cylindrical-coordinate representation of color #AD9047: hue angle of 42.94º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD9047 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 71 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.32 |
| HSL | 42.94º | 0.42% | 0.48% | - |
| HSV(B) | 42.94º | 0.59% | 0.68% | - |
| XYZ | 28.34 | 29.29 | 10.12 | - |
| YUV | 144.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 71 | 0 | 0.17 | 0.59 | 0.32 | 42.94 | 0.42 | 0.48 |
| Hex | AD | 90 | 47 | 0 | 11 | 3B | 20 | 2B | 2A | 30 |
| Octal | 255 | 220 | 107 | 0 | 21 | 73 | 40 | 53 | 52 | 60 |
| Binary | 10101101 | 10010000 | 1000111 | 0 | 10001 | 111011 | 100000 | 101011 | 101010 | 110000 |
Color Harmonies of #AD9047
Complementary color
Monochromatic Colors of #AD9047
Black with #AD9047
Text Example
Text Example
White with #AD9047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9047; }
p { color: rgb(173,144,71); }
H1.HeaderClassName
{
color: #AD9047;
}
.AnyTagClassName
{
color: #AD9047;
}
</style>
background-color css
<style>
a { background-color: #AD9047; }
a { background-color: rgb(173,144,71); }
div.DivClassName
{
background-color: #AD9047;
}
.BgClassName
{
background-color: #AD9047;
}
</style>
border-color css
<style>
span { border-color: #AD9047; }
span { border-color: rgb(173,144,71); }
td.TdClassName
{
border-color: #AD9047;
}
.TagClassName
{
border-color: #AD9047;
}
</style>