Shades of Turmeric #AD9242
Tints of Turmeric #AD9242
RGB
CMYK
RGB Variations
Color information
#AD9242 (or 0xAD9242) is known color: Turmeric. HEX triplet: AD, 92 and 42. RGB value is (173,146,66). Sum of RGB (Red+Green+Blue) = 173+146+66=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9242 is #526DBD. Grayscale: #919191. Windows color (decimal): -5402046 or 4362925. OLE color: 4362925.
HSL color Cylindrical-coordinate representation of color #AD9242: hue angle of 44.86º 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 #AD9242 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 146 | 66 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.32 |
| HSL | 44.86º | 0.45% | 0.47% | - |
| HSV(B) | 44.86º | 0.62% | 0.68% | - |
| XYZ | 28.5 | 29.84 | 9.41 | - |
| YUV | 144.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 146 | 66 | 0 | 0.16 | 0.62 | 0.32 | 44.86 | 0.45 | 0.47 |
| Hex | AD | 92 | 42 | 0 | 10 | 3E | 20 | 2D | 2D | 2F |
| Octal | 255 | 222 | 102 | 0 | 20 | 76 | 40 | 55 | 55 | 57 |
| Binary | 10101101 | 10010010 | 1000010 | 0 | 10000 | 111110 | 100000 | 101101 | 101101 | 101111 |
Color Harmonies of #AD9242
Complementary color
Monochromatic Colors of #AD9242
Black with #AD9242
Text Example
Text Example
White with #AD9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9242; }
p { color: rgb(173,146,66); }
H1.HeaderClassName
{
color: #AD9242;
}
.AnyTagClassName
{
color: #AD9242;
}
</style>
background-color css
<style>
a { background-color: #AD9242; }
a { background-color: rgb(173,146,66); }
div.DivClassName
{
background-color: #AD9242;
}
.BgClassName
{
background-color: #AD9242;
}
</style>
border-color css
<style>
span { border-color: #AD9242; }
span { border-color: rgb(173,146,66); }
td.TdClassName
{
border-color: #AD9242;
}
.TagClassName
{
border-color: #AD9242;
}
</style>