Shades of Turmeric #AD973A
Tints of Turmeric #AD973A
RGB
CMYK
RGB Variations
Color information
#AD973A (or 0xAD973A) is known color: Turmeric. HEX triplet: AD, 97 and 3A. RGB value is (173,151,58). Sum of RGB (Red+Green+Blue) = 173+151+58=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD973A is #5268C5. Grayscale: #939393. Windows color (decimal): -5400774 or 3839917. OLE color: 3839917.
HSL color Cylindrical-coordinate representation of color #AD973A: hue angle of 48.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD973A is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 151 | 58 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.32 |
| HSL | 48.52º | 0.5% | 0.45% | - |
| HSV(B) | 48.52º | 0.66% | 0.68% | - |
| XYZ | 29.06 | 31.32 | 8.52 | - |
| YUV | 146.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 58 | 0 | 0.13 | 0.66 | 0.32 | 48.52 | 0.5 | 0.45 |
| Hex | AD | 97 | 3A | 0 | D | 42 | 20 | 31 | 32 | 2D |
| Octal | 255 | 227 | 72 | 0 | 15 | 102 | 40 | 61 | 62 | 55 |
| Binary | 10101101 | 10010111 | 111010 | 0 | 1101 | 1000010 | 100000 | 110001 | 110010 | 101101 |
Color Harmonies of #AD973A
Complementary color
Monochromatic Colors of #AD973A
Black with #AD973A
Text Example
Text Example
White with #AD973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD973A; }
p { color: rgb(173,151,58); }
H1.HeaderClassName
{
color: #AD973A;
}
.AnyTagClassName
{
color: #AD973A;
}
</style>
background-color css
<style>
a { background-color: #AD973A; }
a { background-color: rgb(173,151,58); }
div.DivClassName
{
background-color: #AD973A;
}
.BgClassName
{
background-color: #AD973A;
}
</style>
border-color css
<style>
span { border-color: #AD973A; }
span { border-color: rgb(173,151,58); }
td.TdClassName
{
border-color: #AD973A;
}
.TagClassName
{
border-color: #AD973A;
}
</style>