Shades of Turmeric #AD9048
Tints of Turmeric #AD9048
RGB
CMYK
RGB Variations
Color information
#AD9048 (or 0xAD9048) is known color: Turmeric. HEX triplet: AD, 90 and 48. RGB value is (173,144,72). Sum of RGB (Red+Green+Blue) = 173+144+72=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9048 is #526FB7. Grayscale: #909090. Windows color (decimal): -5402552 or 4755629. OLE color: 4755629.
HSL color Cylindrical-coordinate representation of color #AD9048: hue angle of 42.77º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD9048 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 72 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.32 |
| HSL | 42.77º | 0.41% | 0.48% | - |
| HSV(B) | 42.77º | 0.58% | 0.68% | - |
| XYZ | 28.38 | 29.3 | 10.29 | - |
| YUV | 144.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 72 | 0 | 0.17 | 0.58 | 0.32 | 42.77 | 0.41 | 0.48 |
| Hex | AD | 90 | 48 | 0 | 11 | 3A | 20 | 2B | 29 | 30 |
| Octal | 255 | 220 | 110 | 0 | 21 | 72 | 40 | 53 | 51 | 60 |
| Binary | 10101101 | 10010000 | 1001000 | 0 | 10001 | 111010 | 100000 | 101011 | 101001 | 110000 |
Color Harmonies of #AD9048
Complementary color
Monochromatic Colors of #AD9048
Black with #AD9048
Text Example
Text Example
White with #AD9048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9048; }
p { color: rgb(173,144,72); }
H1.HeaderClassName
{
color: #AD9048;
}
.AnyTagClassName
{
color: #AD9048;
}
</style>
background-color css
<style>
a { background-color: #AD9048; }
a { background-color: rgb(173,144,72); }
div.DivClassName
{
background-color: #AD9048;
}
.BgClassName
{
background-color: #AD9048;
}
</style>
border-color css
<style>
span { border-color: #AD9048; }
span { border-color: rgb(173,144,72); }
td.TdClassName
{
border-color: #AD9048;
}
.TagClassName
{
border-color: #AD9048;
}
</style>