Shades of Turmeric #AD9643
Tints of Turmeric #AD9643
RGB
CMYK
RGB Variations
Color information
#AD9643 (or 0xAD9643) is known color: Turmeric. HEX triplet: AD, 96 and 43. RGB value is (173,150,67). Sum of RGB (Red+Green+Blue) = 173+150+67=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9643 is #5269BC. Grayscale: #939393. Windows color (decimal): -5401021 or 4429485. OLE color: 4429485.
HSL color Cylindrical-coordinate representation of color #AD9643: hue angle of 46.98º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD9643 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 67 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.32 |
| HSL | 46.98º | 0.44% | 0.47% | - |
| HSV(B) | 46.98º | 0.61% | 0.68% | - |
| XYZ | 29.15 | 31.1 | 9.78 | - |
| YUV | 147.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 67 | 0 | 0.13 | 0.61 | 0.32 | 46.98 | 0.44 | 0.47 |
| Hex | AD | 96 | 43 | 0 | D | 3D | 20 | 2F | 2C | 2F |
| Octal | 255 | 226 | 103 | 0 | 15 | 75 | 40 | 57 | 54 | 57 |
| Binary | 10101101 | 10010110 | 1000011 | 0 | 1101 | 111101 | 100000 | 101111 | 101100 | 101111 |
Color Harmonies of #AD9643
Complementary color
Monochromatic Colors of #AD9643
Black with #AD9643
Text Example
Text Example
White with #AD9643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9643; }
p { color: rgb(173,150,67); }
H1.HeaderClassName
{
color: #AD9643;
}
.AnyTagClassName
{
color: #AD9643;
}
</style>
background-color css
<style>
a { background-color: #AD9643; }
a { background-color: rgb(173,150,67); }
div.DivClassName
{
background-color: #AD9643;
}
.BgClassName
{
background-color: #AD9643;
}
</style>
border-color css
<style>
span { border-color: #AD9643; }
span { border-color: rgb(173,150,67); }
td.TdClassName
{
border-color: #AD9643;
}
.TagClassName
{
border-color: #AD9643;
}
</style>