Shades of Turmeric #AD8D43
Tints of Turmeric #AD8D43
RGB
CMYK
RGB Variations
Color information
#AD8D43 (or 0xAD8D43) is known color: Turmeric. HEX triplet: AD, 8D and 43. RGB value is (173,141,67). Sum of RGB (Red+Green+Blue) = 173+141+67=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D43 is #5272BC. Grayscale: #8E8E8E. Windows color (decimal): -5403325 or 4427181. OLE color: 4427181.
HSL color Cylindrical-coordinate representation of color #AD8D43: hue angle of 41.89º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD8D43 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 67 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.32 |
| HSL | 41.89º | 0.44% | 0.47% | - |
| HSV(B) | 41.89º | 0.61% | 0.68% | - |
| XYZ | 27.77 | 28.34 | 9.32 | - |
| YUV | 142.13 | 85.6 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 67 | 0 | 0.18 | 0.61 | 0.32 | 41.89 | 0.44 | 0.47 |
| Hex | AD | 8D | 43 | 0 | 12 | 3D | 20 | 2A | 2C | 2F |
| Octal | 255 | 215 | 103 | 0 | 22 | 75 | 40 | 52 | 54 | 57 |
| Binary | 10101101 | 10001101 | 1000011 | 0 | 10010 | 111101 | 100000 | 101010 | 101100 | 101111 |
Color Harmonies of #AD8D43
Complementary color
Monochromatic Colors of #AD8D43
Black with #AD8D43
Text Example
Text Example
White with #AD8D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D43; }
p { color: rgb(173,141,67); }
H1.HeaderClassName
{
color: #AD8D43;
}
.AnyTagClassName
{
color: #AD8D43;
}
</style>
background-color css
<style>
a { background-color: #AD8D43; }
a { background-color: rgb(173,141,67); }
div.DivClassName
{
background-color: #AD8D43;
}
.BgClassName
{
background-color: #AD8D43;
}
</style>
border-color css
<style>
span { border-color: #AD8D43; }
span { border-color: rgb(173,141,67); }
td.TdClassName
{
border-color: #AD8D43;
}
.TagClassName
{
border-color: #AD8D43;
}
</style>