Shades of Turmeric #AD9A3E
Tints of Turmeric #AD9A3E
RGB
CMYK
RGB Variations
Color information
#AD9A3E (or 0xAD9A3E) is known color: Turmeric. HEX triplet: AD, 9A and 3E. RGB value is (173,154,62). Sum of RGB (Red+Green+Blue) = 173+154+62=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A3E is #5265C1. Grayscale: #959595. Windows color (decimal): -5400002 or 4102829. OLE color: 4102829.
HSL color Cylindrical-coordinate representation of color #AD9A3E: hue angle of 49.73º 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 #AD9A3E is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 154 | 62 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.32 |
| HSL | 49.73º | 0.47% | 0.46% | - |
| HSV(B) | 49.73º | 0.64% | 0.68% | - |
| XYZ | 29.66 | 32.34 | 9.24 | - |
| YUV | 149.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 154 | 62 | 0 | 0.11 | 0.64 | 0.32 | 49.73 | 0.47 | 0.46 |
| Hex | AD | 9A | 3E | 0 | B | 40 | 20 | 32 | 2F | 2E |
| Octal | 255 | 232 | 76 | 0 | 13 | 100 | 40 | 62 | 57 | 56 |
| Binary | 10101101 | 10011010 | 111110 | 0 | 1011 | 1000000 | 100000 | 110010 | 101111 | 101110 |
Color Harmonies of #AD9A3E
Complementary color
Monochromatic Colors of #AD9A3E
Black with #AD9A3E
Text Example
Text Example
White with #AD9A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9A3E; }
p { color: rgb(173,154,62); }
H1.HeaderClassName
{
color: #AD9A3E;
}
.AnyTagClassName
{
color: #AD9A3E;
}
</style>
background-color css
<style>
a { background-color: #AD9A3E; }
a { background-color: rgb(173,154,62); }
div.DivClassName
{
background-color: #AD9A3E;
}
.BgClassName
{
background-color: #AD9A3E;
}
</style>
border-color css
<style>
span { border-color: #AD9A3E; }
span { border-color: rgb(173,154,62); }
td.TdClassName
{
border-color: #AD9A3E;
}
.TagClassName
{
border-color: #AD9A3E;
}
</style>