Shades of Turmeric #AD8D48
Tints of Turmeric #AD8D48
RGB
CMYK
RGB Variations
Color information
#AD8D48 (or 0xAD8D48) is known color: Turmeric. HEX triplet: AD, 8D and 48. RGB value is (173,141,72). Sum of RGB (Red+Green+Blue) = 173+141+72=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D48 is #5272B7. Grayscale: #8F8F8F. Windows color (decimal): -5403320 or 4754861. OLE color: 4754861.
HSL color Cylindrical-coordinate representation of color #AD8D48: hue angle of 40.99º 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 #AD8D48 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 72 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.32 |
| HSL | 40.99º | 0.41% | 0.48% | - |
| HSV(B) | 40.99º | 0.58% | 0.68% | - |
| XYZ | 27.93 | 28.4 | 10.14 | - |
| YUV | 142.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 72 | 0 | 0.18 | 0.58 | 0.32 | 40.99 | 0.41 | 0.48 |
| Hex | AD | 8D | 48 | 0 | 12 | 3A | 20 | 29 | 29 | 30 |
| Octal | 255 | 215 | 110 | 0 | 22 | 72 | 40 | 51 | 51 | 60 |
| Binary | 10101101 | 10001101 | 1001000 | 0 | 10010 | 111010 | 100000 | 101001 | 101001 | 110000 |
Color Harmonies of #AD8D48
Complementary color
Monochromatic Colors of #AD8D48
Black with #AD8D48
Text Example
Text Example
White with #AD8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D48; }
p { color: rgb(173,141,72); }
H1.HeaderClassName
{
color: #AD8D48;
}
.AnyTagClassName
{
color: #AD8D48;
}
</style>
background-color css
<style>
a { background-color: #AD8D48; }
a { background-color: rgb(173,141,72); }
div.DivClassName
{
background-color: #AD8D48;
}
.BgClassName
{
background-color: #AD8D48;
}
</style>
border-color css
<style>
span { border-color: #AD8D48; }
span { border-color: rgb(173,141,72); }
td.TdClassName
{
border-color: #AD8D48;
}
.TagClassName
{
border-color: #AD8D48;
}
</style>