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