Shades of Turmeric #AD953E
Tints of Turmeric #AD953E
RGB
CMYK
RGB Variations
Color information
#AD953E (or 0xAD953E) is known color: Turmeric. HEX triplet: AD, 95 and 3E. RGB value is (173,149,62). Sum of RGB (Red+Green+Blue) = 173+149+62=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD953E is #526AC1. Grayscale: #929292. Windows color (decimal): -5401282 or 4101549. OLE color: 4101549.
HSL color Cylindrical-coordinate representation of color #AD953E: hue angle of 47.03º 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 #AD953E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 62 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.32 |
| HSL | 47.03º | 0.47% | 0.46% | - |
| HSV(B) | 47.03º | 0.64% | 0.68% | - |
| XYZ | 28.85 | 30.73 | 8.97 | - |
| YUV | 146.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 62 | 0 | 0.14 | 0.64 | 0.32 | 47.03 | 0.47 | 0.46 |
| Hex | AD | 95 | 3E | 0 | E | 40 | 20 | 2F | 2F | 2E |
| Octal | 255 | 225 | 76 | 0 | 16 | 100 | 40 | 57 | 57 | 56 |
| Binary | 10101101 | 10010101 | 111110 | 0 | 1110 | 1000000 | 100000 | 101111 | 101111 | 101110 |
Color Harmonies of #AD953E
Complementary color
Monochromatic Colors of #AD953E
Black with #AD953E
Text Example
Text Example
White with #AD953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD953E; }
p { color: rgb(173,149,62); }
H1.HeaderClassName
{
color: #AD953E;
}
.AnyTagClassName
{
color: #AD953E;
}
</style>
background-color css
<style>
a { background-color: #AD953E; }
a { background-color: rgb(173,149,62); }
div.DivClassName
{
background-color: #AD953E;
}
.BgClassName
{
background-color: #AD953E;
}
</style>
border-color css
<style>
span { border-color: #AD953E; }
span { border-color: rgb(173,149,62); }
td.TdClassName
{
border-color: #AD953E;
}
.TagClassName
{
border-color: #AD953E;
}
</style>