Shades of Turmeric #AD993D
Tints of Turmeric #AD993D
RGB
CMYK
RGB Variations
Color information
#AD993D (or 0xAD993D) is known color: Turmeric. HEX triplet: AD, 99 and 3D. RGB value is (173,153,61). Sum of RGB (Red+Green+Blue) = 173+153+61=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD993D is #5266C2. Grayscale: #949494. Windows color (decimal): -5400259 or 4037037. OLE color: 4037037.
HSL color Cylindrical-coordinate representation of color #AD993D: hue angle of 49.29º 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 #AD993D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 61 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.32 |
| HSL | 49.29º | 0.48% | 0.46% | - |
| HSV(B) | 49.29º | 0.65% | 0.68% | - |
| XYZ | 29.47 | 32 | 9.04 | - |
| YUV | 148.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 61 | 0 | 0.12 | 0.65 | 0.32 | 49.29 | 0.48 | 0.46 |
| Hex | AD | 99 | 3D | 0 | C | 41 | 20 | 31 | 30 | 2E |
| Octal | 255 | 231 | 75 | 0 | 14 | 101 | 40 | 61 | 60 | 56 |
| Binary | 10101101 | 10011001 | 111101 | 0 | 1100 | 1000001 | 100000 | 110001 | 110000 | 101110 |
Color Harmonies of #AD993D
Complementary color
Monochromatic Colors of #AD993D
Black with #AD993D
Text Example
Text Example
White with #AD993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD993D; }
p { color: rgb(173,153,61); }
H1.HeaderClassName
{
color: #AD993D;
}
.AnyTagClassName
{
color: #AD993D;
}
</style>
background-color css
<style>
a { background-color: #AD993D; }
a { background-color: rgb(173,153,61); }
div.DivClassName
{
background-color: #AD993D;
}
.BgClassName
{
background-color: #AD993D;
}
</style>
border-color css
<style>
span { border-color: #AD993D; }
span { border-color: rgb(173,153,61); }
td.TdClassName
{
border-color: #AD993D;
}
.TagClassName
{
border-color: #AD993D;
}
</style>