Shades of Turmeric #AD903E
Tints of Turmeric #AD903E
RGB
CMYK
RGB Variations
Color information
#AD903E (or 0xAD903E) is known color: Turmeric. HEX triplet: AD, 90 and 3E. RGB value is (173,144,62). Sum of RGB (Red+Green+Blue) = 173+144+62=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD903E is #526FC1. Grayscale: #8F8F8F. Windows color (decimal): -5402562 or 4100269. OLE color: 4100269.
HSL color Cylindrical-coordinate representation of color #AD903E: hue angle of 44.32º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD903E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 62 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.32 |
| HSL | 44.32º | 0.47% | 0.46% | - |
| HSV(B) | 44.32º | 0.64% | 0.68% | - |
| XYZ | 28.08 | 29.18 | 8.71 | - |
| YUV | 143.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 62 | 0 | 0.17 | 0.64 | 0.32 | 44.32 | 0.47 | 0.46 |
| Hex | AD | 90 | 3E | 0 | 11 | 40 | 20 | 2C | 2F | 2E |
| Octal | 255 | 220 | 76 | 0 | 21 | 100 | 40 | 54 | 57 | 56 |
| Binary | 10101101 | 10010000 | 111110 | 0 | 10001 | 1000000 | 100000 | 101100 | 101111 | 101110 |
Color Harmonies of #AD903E
Complementary color
Monochromatic Colors of #AD903E
Black with #AD903E
Text Example
Text Example
White with #AD903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD903E; }
p { color: rgb(173,144,62); }
H1.HeaderClassName
{
color: #AD903E;
}
.AnyTagClassName
{
color: #AD903E;
}
</style>
background-color css
<style>
a { background-color: #AD903E; }
a { background-color: rgb(173,144,62); }
div.DivClassName
{
background-color: #AD903E;
}
.BgClassName
{
background-color: #AD903E;
}
</style>
border-color css
<style>
span { border-color: #AD903E; }
span { border-color: rgb(173,144,62); }
td.TdClassName
{
border-color: #AD903E;
}
.TagClassName
{
border-color: #AD903E;
}
</style>