Shades of Turmeric #AD973F
Tints of Turmeric #AD973F
RGB
CMYK
RGB Variations
Color information
#AD973F (or 0xAD973F) is known color: Turmeric. HEX triplet: AD, 97 and 3F. RGB value is (173,151,63). Sum of RGB (Red+Green+Blue) = 173+151+63=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD973F is #5268C0. Grayscale: #939393. Windows color (decimal): -5400769 or 4167597. OLE color: 4167597.
HSL color Cylindrical-coordinate representation of color #AD973F: hue angle of 48º 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 #AD973F is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 63 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.32 |
| HSL | 48º | 0.47% | 0.46% | - |
| HSV(B) | 48º | 0.64% | 0.68% | - |
| XYZ | 29.2 | 31.38 | 9.22 | - |
| YUV | 147.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 63 | 0 | 0.13 | 0.64 | 0.32 | 48 | 0.47 | 0.46 |
| Hex | AD | 97 | 3F | 0 | D | 40 | 20 | 30 | 2F | 2E |
| Octal | 255 | 227 | 77 | 0 | 15 | 100 | 40 | 60 | 57 | 56 |
| Binary | 10101101 | 10010111 | 111111 | 0 | 1101 | 1000000 | 100000 | 110000 | 101111 | 101110 |
Color Harmonies of #AD973F
Complementary color
Monochromatic Colors of #AD973F
Black with #AD973F
Text Example
Text Example
White with #AD973F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD973F; }
p { color: rgb(173,151,63); }
H1.HeaderClassName
{
color: #AD973F;
}
.AnyTagClassName
{
color: #AD973F;
}
</style>
background-color css
<style>
a { background-color: #AD973F; }
a { background-color: rgb(173,151,63); }
div.DivClassName
{
background-color: #AD973F;
}
.BgClassName
{
background-color: #AD973F;
}
</style>
border-color css
<style>
span { border-color: #AD973F; }
span { border-color: rgb(173,151,63); }
td.TdClassName
{
border-color: #AD973F;
}
.TagClassName
{
border-color: #AD973F;
}
</style>