Shades of Turmeric #AD943E
Tints of Turmeric #AD943E
RGB
CMYK
RGB Variations
Color information
#AD943E (or 0xAD943E) is known color: Turmeric. HEX triplet: AD, 94 and 3E. RGB value is (173,148,62). Sum of RGB (Red+Green+Blue) = 173+148+62=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD943E is #526BC1. Grayscale: #929292. Windows color (decimal): -5401538 or 4101293. OLE color: 4101293.
HSL color Cylindrical-coordinate representation of color #AD943E: hue angle of 46.49º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD943E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 62 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.32 |
| HSL | 46.49º | 0.47% | 0.46% | - |
| HSV(B) | 46.49º | 0.64% | 0.68% | - |
| XYZ | 28.69 | 30.41 | 8.92 | - |
| YUV | 145.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 62 | 0 | 0.14 | 0.64 | 0.32 | 46.49 | 0.47 | 0.46 |
| Hex | AD | 94 | 3E | 0 | E | 40 | 20 | 2E | 2F | 2E |
| Octal | 255 | 224 | 76 | 0 | 16 | 100 | 40 | 56 | 57 | 56 |
| Binary | 10101101 | 10010100 | 111110 | 0 | 1110 | 1000000 | 100000 | 101110 | 101111 | 101110 |
Color Harmonies of #AD943E
Complementary color
Monochromatic Colors of #AD943E
Black with #AD943E
Text Example
Text Example
White with #AD943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD943E; }
p { color: rgb(173,148,62); }
H1.HeaderClassName
{
color: #AD943E;
}
.AnyTagClassName
{
color: #AD943E;
}
</style>
background-color css
<style>
a { background-color: #AD943E; }
a { background-color: rgb(173,148,62); }
div.DivClassName
{
background-color: #AD943E;
}
.BgClassName
{
background-color: #AD943E;
}
</style>
border-color css
<style>
span { border-color: #AD943E; }
span { border-color: rgb(173,148,62); }
td.TdClassName
{
border-color: #AD943E;
}
.TagClassName
{
border-color: #AD943E;
}
</style>