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