Shades of Turmeric #AD963F
Tints of Turmeric #AD963F
RGB
CMYK
RGB Variations
Color information
#AD963F (or 0xAD963F) is known color: Turmeric. HEX triplet: AD, 96 and 3F. RGB value is (173,150,63). Sum of RGB (Red+Green+Blue) = 173+150+63=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD963F is #5269C0. Grayscale: #939393. Windows color (decimal): -5401025 or 4167341. OLE color: 4167341.
HSL color Cylindrical-coordinate representation of color #AD963F: hue angle of 47.45º 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 #AD963F is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 63 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.32 |
| HSL | 47.45º | 0.47% | 0.46% | - |
| HSV(B) | 47.45º | 0.64% | 0.68% | - |
| XYZ | 29.04 | 31.06 | 9.17 | - |
| YUV | 146.96 | 80.62 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 63 | 0 | 0.13 | 0.64 | 0.32 | 47.45 | 0.47 | 0.46 |
| Hex | AD | 96 | 3F | 0 | D | 40 | 20 | 2F | 2F | 2E |
| Octal | 255 | 226 | 77 | 0 | 15 | 100 | 40 | 57 | 57 | 56 |
| Binary | 10101101 | 10010110 | 111111 | 0 | 1101 | 1000000 | 100000 | 101111 | 101111 | 101110 |
Color Harmonies of #AD963F
Complementary color
Monochromatic Colors of #AD963F
Black with #AD963F
Text Example
Text Example
White with #AD963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD963F; }
p { color: rgb(173,150,63); }
H1.HeaderClassName
{
color: #AD963F;
}
.AnyTagClassName
{
color: #AD963F;
}
</style>
background-color css
<style>
a { background-color: #AD963F; }
a { background-color: rgb(173,150,63); }
div.DivClassName
{
background-color: #AD963F;
}
.BgClassName
{
background-color: #AD963F;
}
</style>
border-color css
<style>
span { border-color: #AD963F; }
span { border-color: rgb(173,150,63); }
td.TdClassName
{
border-color: #AD963F;
}
.TagClassName
{
border-color: #AD963F;
}
</style>