Shades of Turmeric #AD8D4A
Tints of Turmeric #AD8D4A
RGB
CMYK
RGB Variations
Color information
#AD8D4A (or 0xAD8D4A) is known color: Turmeric. HEX triplet: AD, 8D and 4A. RGB value is (173,141,74). Sum of RGB (Red+Green+Blue) = 173+141+74=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D4A is #5272B5. Grayscale: #8F8F8F. Windows color (decimal): -5403318 or 4885933. OLE color: 4885933.
HSL color Cylindrical-coordinate representation of color #AD8D4A: hue angle of 40.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD8D4A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 74 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.32 |
| HSL | 40.61º | 0.4% | 0.48% | - |
| HSV(B) | 40.61º | 0.57% | 0.68% | - |
| XYZ | 27.99 | 28.43 | 10.49 | - |
| YUV | 142.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 74 | 0 | 0.18 | 0.57 | 0.32 | 40.61 | 0.4 | 0.48 |
| Hex | AD | 8D | 4A | 0 | 12 | 39 | 20 | 29 | 28 | 30 |
| Octal | 255 | 215 | 112 | 0 | 22 | 71 | 40 | 51 | 50 | 60 |
| Binary | 10101101 | 10001101 | 1001010 | 0 | 10010 | 111001 | 100000 | 101001 | 101000 | 110000 |
Color Harmonies of #AD8D4A
Complementary color
Monochromatic Colors of #AD8D4A
Black with #AD8D4A
Text Example
Text Example
White with #AD8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D4A; }
p { color: rgb(173,141,74); }
H1.HeaderClassName
{
color: #AD8D4A;
}
.AnyTagClassName
{
color: #AD8D4A;
}
</style>
background-color css
<style>
a { background-color: #AD8D4A; }
a { background-color: rgb(173,141,74); }
div.DivClassName
{
background-color: #AD8D4A;
}
.BgClassName
{
background-color: #AD8D4A;
}
</style>
border-color css
<style>
span { border-color: #AD8D4A; }
span { border-color: rgb(173,141,74); }
td.TdClassName
{
border-color: #AD8D4A;
}
.TagClassName
{
border-color: #AD8D4A;
}
</style>