Shades of Turmeric #AD993B
Tints of Turmeric #AD993B
RGB
CMYK
RGB Variations
Color information
#AD993B (or 0xAD993B) is known color: Turmeric. HEX triplet: AD, 99 and 3B. RGB value is (173,153,59). Sum of RGB (Red+Green+Blue) = 173+153+59=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD993B is #5266C4. Grayscale: #949494. Windows color (decimal): -5400261 or 3905965. OLE color: 3905965.
HSL color Cylindrical-coordinate representation of color #AD993B: hue angle of 49.47º degrees, saturation: 0.49, 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 #AD993B is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 153 | 59 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.32 |
| HSL | 49.47º | 0.49% | 0.45% | - |
| HSV(B) | 49.47º | 0.66% | 0.68% | - |
| XYZ | 29.41 | 31.98 | 8.76 | - |
| YUV | 148.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 153 | 59 | 0 | 0.12 | 0.66 | 0.32 | 49.47 | 0.49 | 0.45 |
| Hex | AD | 99 | 3B | 0 | C | 42 | 20 | 31 | 31 | 2D |
| Octal | 255 | 231 | 73 | 0 | 14 | 102 | 40 | 61 | 61 | 55 |
| Binary | 10101101 | 10011001 | 111011 | 0 | 1100 | 1000010 | 100000 | 110001 | 110001 | 101101 |
Color Harmonies of #AD993B
Complementary color
Monochromatic Colors of #AD993B
Black with #AD993B
Text Example
Text Example
White with #AD993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD993B; }
p { color: rgb(173,153,59); }
H1.HeaderClassName
{
color: #AD993B;
}
.AnyTagClassName
{
color: #AD993B;
}
</style>
background-color css
<style>
a { background-color: #AD993B; }
a { background-color: rgb(173,153,59); }
div.DivClassName
{
background-color: #AD993B;
}
.BgClassName
{
background-color: #AD993B;
}
</style>
border-color css
<style>
span { border-color: #AD993B; }
span { border-color: rgb(173,153,59); }
td.TdClassName
{
border-color: #AD993B;
}
.TagClassName
{
border-color: #AD993B;
}
</style>