Shades of Turmeric #AD963C
Tints of Turmeric #AD963C
RGB
CMYK
RGB Variations
Color information
#AD963C (or 0xAD963C) is known color: Turmeric. HEX triplet: AD, 96 and 3C. RGB value is (173,150,60). Sum of RGB (Red+Green+Blue) = 173+150+60=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD963C is #5269C3. Grayscale: #939393. Windows color (decimal): -5401028 or 3970733. OLE color: 3970733.
HSL color Cylindrical-coordinate representation of color #AD963C: hue angle of 47.79º 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 #AD963C is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 60 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.32 |
| HSL | 47.79º | 0.48% | 0.46% | - |
| HSV(B) | 47.79º | 0.65% | 0.68% | - |
| XYZ | 28.96 | 31.02 | 8.74 | - |
| YUV | 146.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 60 | 0 | 0.13 | 0.65 | 0.32 | 47.79 | 0.48 | 0.46 |
| Hex | AD | 96 | 3C | 0 | D | 41 | 20 | 30 | 30 | 2E |
| Octal | 255 | 226 | 74 | 0 | 15 | 101 | 40 | 60 | 60 | 56 |
| Binary | 10101101 | 10010110 | 111100 | 0 | 1101 | 1000001 | 100000 | 110000 | 110000 | 101110 |
Color Harmonies of #AD963C
Complementary color
Monochromatic Colors of #AD963C
Black with #AD963C
Text Example
Text Example
White with #AD963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD963C; }
p { color: rgb(173,150,60); }
H1.HeaderClassName
{
color: #AD963C;
}
.AnyTagClassName
{
color: #AD963C;
}
</style>
background-color css
<style>
a { background-color: #AD963C; }
a { background-color: rgb(173,150,60); }
div.DivClassName
{
background-color: #AD963C;
}
.BgClassName
{
background-color: #AD963C;
}
</style>
border-color css
<style>
span { border-color: #AD963C; }
span { border-color: rgb(173,150,60); }
td.TdClassName
{
border-color: #AD963C;
}
.TagClassName
{
border-color: #AD963C;
}
</style>