Shades of Turmeric #AD953C
Tints of Turmeric #AD953C
RGB
CMYK
RGB Variations
Color information
#AD953C (or 0xAD953C) is known color: Turmeric. HEX triplet: AD, 95 and 3C. RGB value is (173,149,60). Sum of RGB (Red+Green+Blue) = 173+149+60=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD953C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD953C is #526AC3. Grayscale: #929292. Windows color (decimal): -5401284 or 3970477. OLE color: 3970477.
HSL color Cylindrical-coordinate representation of color #AD953C: hue angle of 47.26º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD953C is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 149 | 60 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.32 |
| HSL | 47.26º | 0.48% | 0.46% | - |
| HSV(B) | 47.26º | 0.65% | 0.68% | - |
| XYZ | 28.8 | 30.71 | 8.68 | - |
| YUV | 146.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 149 | 60 | 0 | 0.14 | 0.65 | 0.32 | 47.26 | 0.48 | 0.46 |
| Hex | AD | 95 | 3C | 0 | E | 41 | 20 | 2F | 30 | 2E |
| Octal | 255 | 225 | 74 | 0 | 16 | 101 | 40 | 57 | 60 | 56 |
| Binary | 10101101 | 10010101 | 111100 | 0 | 1110 | 1000001 | 100000 | 101111 | 110000 | 101110 |
Color Harmonies of #AD953C
Complementary color
Monochromatic Colors of #AD953C
Black with #AD953C
Text Example
Text Example
White with #AD953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD953C; }
p { color: rgb(173,149,60); }
H1.HeaderClassName
{
color: #AD953C;
}
.AnyTagClassName
{
color: #AD953C;
}
</style>
background-color css
<style>
a { background-color: #AD953C; }
a { background-color: rgb(173,149,60); }
div.DivClassName
{
background-color: #AD953C;
}
.BgClassName
{
background-color: #AD953C;
}
</style>
border-color css
<style>
span { border-color: #AD953C; }
span { border-color: rgb(173,149,60); }
td.TdClassName
{
border-color: #AD953C;
}
.TagClassName
{
border-color: #AD953C;
}
</style>