Shades of Turmeric #AD8C47
Tints of Turmeric #AD8C47
RGB
CMYK
RGB Variations
Color information
#AD8C47 (or 0xAD8C47) is known color: Turmeric. HEX triplet: AD, 8C and 47. RGB value is (173,140,71). Sum of RGB (Red+Green+Blue) = 173+140+71=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C47 is #5273B8. Grayscale: #8E8E8E. Windows color (decimal): -5403577 or 4689069. OLE color: 4689069.
HSL color Cylindrical-coordinate representation of color #AD8C47: hue angle of 40.59º 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 #AD8C47 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 71 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.32 |
| HSL | 40.59º | 0.42% | 0.48% | - |
| HSV(B) | 40.59º | 0.59% | 0.68% | - |
| XYZ | 27.75 | 28.1 | 9.92 | - |
| YUV | 142 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 71 | 0 | 0.19 | 0.59 | 0.32 | 40.59 | 0.42 | 0.48 |
| Hex | AD | 8C | 47 | 0 | 13 | 3B | 20 | 29 | 2A | 30 |
| Octal | 255 | 214 | 107 | 0 | 23 | 73 | 40 | 51 | 52 | 60 |
| Binary | 10101101 | 10001100 | 1000111 | 0 | 10011 | 111011 | 100000 | 101001 | 101010 | 110000 |
Color Harmonies of #AD8C47
Complementary color
Monochromatic Colors of #AD8C47
Black with #AD8C47
Text Example
Text Example
White with #AD8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C47; }
p { color: rgb(173,140,71); }
H1.HeaderClassName
{
color: #AD8C47;
}
.AnyTagClassName
{
color: #AD8C47;
}
</style>
background-color css
<style>
a { background-color: #AD8C47; }
a { background-color: rgb(173,140,71); }
div.DivClassName
{
background-color: #AD8C47;
}
.BgClassName
{
background-color: #AD8C47;
}
</style>
border-color css
<style>
span { border-color: #AD8C47; }
span { border-color: rgb(173,140,71); }
td.TdClassName
{
border-color: #AD8C47;
}
.TagClassName
{
border-color: #AD8C47;
}
</style>