Shades of Turmeric #AD903D
Tints of Turmeric #AD903D
RGB
CMYK
RGB Variations
Color information
#AD903D (or 0xAD903D) is known color: Turmeric. HEX triplet: AD, 90 and 3D. RGB value is (173,144,61). Sum of RGB (Red+Green+Blue) = 173+144+61=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD903D is #526FC2. Grayscale: #8F8F8F. Windows color (decimal): -5402563 or 4034733. OLE color: 4034733.
HSL color Cylindrical-coordinate representation of color #AD903D: hue angle of 44.46º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD903D is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 61 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.32 |
| HSL | 44.46º | 0.48% | 0.46% | - |
| HSV(B) | 44.46º | 0.65% | 0.68% | - |
| XYZ | 28.05 | 29.17 | 8.57 | - |
| YUV | 143.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 61 | 0 | 0.17 | 0.65 | 0.32 | 44.46 | 0.48 | 0.46 |
| Hex | AD | 90 | 3D | 0 | 11 | 41 | 20 | 2C | 30 | 2E |
| Octal | 255 | 220 | 75 | 0 | 21 | 101 | 40 | 54 | 60 | 56 |
| Binary | 10101101 | 10010000 | 111101 | 0 | 10001 | 1000001 | 100000 | 101100 | 110000 | 101110 |
Color Harmonies of #AD903D
Complementary color
Monochromatic Colors of #AD903D
Black with #AD903D
Text Example
Text Example
White with #AD903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD903D; }
p { color: rgb(173,144,61); }
H1.HeaderClassName
{
color: #AD903D;
}
.AnyTagClassName
{
color: #AD903D;
}
</style>
background-color css
<style>
a { background-color: #AD903D; }
a { background-color: rgb(173,144,61); }
div.DivClassName
{
background-color: #AD903D;
}
.BgClassName
{
background-color: #AD903D;
}
</style>
border-color css
<style>
span { border-color: #AD903D; }
span { border-color: rgb(173,144,61); }
td.TdClassName
{
border-color: #AD903D;
}
.TagClassName
{
border-color: #AD903D;
}
</style>