Shades of Turmeric #AD9642
Tints of Turmeric #AD9642
RGB
CMYK
RGB Variations
Color information
#AD9642 (or 0xAD9642) is known color: Turmeric. HEX triplet: AD, 96 and 42. RGB value is (173,150,66). Sum of RGB (Red+Green+Blue) = 173+150+66=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9642 is #5269BD. Grayscale: #939393. Windows color (decimal): -5401022 or 4363949. OLE color: 4363949.
HSL color Cylindrical-coordinate representation of color #AD9642: hue angle of 47.1º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD9642 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 66 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.32 |
| HSL | 47.1º | 0.45% | 0.47% | - |
| HSV(B) | 47.1º | 0.62% | 0.68% | - |
| XYZ | 29.12 | 31.09 | 9.62 | - |
| YUV | 147.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 66 | 0 | 0.13 | 0.62 | 0.32 | 47.1 | 0.45 | 0.47 |
| Hex | AD | 96 | 42 | 0 | D | 3E | 20 | 2F | 2D | 2F |
| Octal | 255 | 226 | 102 | 0 | 15 | 76 | 40 | 57 | 55 | 57 |
| Binary | 10101101 | 10010110 | 1000010 | 0 | 1101 | 111110 | 100000 | 101111 | 101101 | 101111 |
Color Harmonies of #AD9642
Complementary color
Monochromatic Colors of #AD9642
Black with #AD9642
Text Example
Text Example
White with #AD9642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9642; }
p { color: rgb(173,150,66); }
H1.HeaderClassName
{
color: #AD9642;
}
.AnyTagClassName
{
color: #AD9642;
}
</style>
background-color css
<style>
a { background-color: #AD9642; }
a { background-color: rgb(173,150,66); }
div.DivClassName
{
background-color: #AD9642;
}
.BgClassName
{
background-color: #AD9642;
}
</style>
border-color css
<style>
span { border-color: #AD9642; }
span { border-color: rgb(173,150,66); }
td.TdClassName
{
border-color: #AD9642;
}
.TagClassName
{
border-color: #AD9642;
}
</style>