Shades of Turmeric #AD943C
Tints of Turmeric #AD943C
RGB
CMYK
RGB Variations
Color information
#AD943C (or 0xAD943C) is known color: Turmeric. HEX triplet: AD, 94 and 3C. RGB value is (173,148,60). Sum of RGB (Red+Green+Blue) = 173+148+60=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD943C is #526BC3. Grayscale: #919191. Windows color (decimal): -5401540 or 3970221. OLE color: 3970221.
HSL color Cylindrical-coordinate representation of color #AD943C: hue angle of 46.73º 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 #AD943C is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 148 | 60 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.32 |
| HSL | 46.73º | 0.48% | 0.46% | - |
| HSV(B) | 46.73º | 0.65% | 0.68% | - |
| XYZ | 28.64 | 30.39 | 8.63 | - |
| YUV | 145.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 148 | 60 | 0 | 0.14 | 0.65 | 0.32 | 46.73 | 0.48 | 0.46 |
| Hex | AD | 94 | 3C | 0 | E | 41 | 20 | 2F | 30 | 2E |
| Octal | 255 | 224 | 74 | 0 | 16 | 101 | 40 | 57 | 60 | 56 |
| Binary | 10101101 | 10010100 | 111100 | 0 | 1110 | 1000001 | 100000 | 101111 | 110000 | 101110 |
Color Harmonies of #AD943C
Complementary color
Monochromatic Colors of #AD943C
Black with #AD943C
Text Example
Text Example
White with #AD943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD943C; }
p { color: rgb(173,148,60); }
H1.HeaderClassName
{
color: #AD943C;
}
.AnyTagClassName
{
color: #AD943C;
}
</style>
background-color css
<style>
a { background-color: #AD943C; }
a { background-color: rgb(173,148,60); }
div.DivClassName
{
background-color: #AD943C;
}
.BgClassName
{
background-color: #AD943C;
}
</style>
border-color css
<style>
span { border-color: #AD943C; }
span { border-color: rgb(173,148,60); }
td.TdClassName
{
border-color: #AD943C;
}
.TagClassName
{
border-color: #AD943C;
}
</style>