Shades of Turmeric #AD933E
Tints of Turmeric #AD933E
RGB
CMYK
RGB Variations
Color information
#AD933E (or 0xAD933E) is known color: Turmeric. HEX triplet: AD, 93 and 3E. RGB value is (173,147,62). Sum of RGB (Red+Green+Blue) = 173+147+62=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD933E is #526CC1. Grayscale: #919191. Windows color (decimal): -5401794 or 4101037. OLE color: 4101037.
HSL color Cylindrical-coordinate representation of color #AD933E: hue angle of 45.95º 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 #AD933E is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 62 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.32 |
| HSL | 45.95º | 0.47% | 0.46% | - |
| HSV(B) | 45.95º | 0.64% | 0.68% | - |
| XYZ | 28.54 | 30.1 | 8.86 | - |
| YUV | 145.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 62 | 0 | 0.15 | 0.64 | 0.32 | 45.95 | 0.47 | 0.46 |
| Hex | AD | 93 | 3E | 0 | F | 40 | 20 | 2E | 2F | 2E |
| Octal | 255 | 223 | 76 | 0 | 17 | 100 | 40 | 56 | 57 | 56 |
| Binary | 10101101 | 10010011 | 111110 | 0 | 1111 | 1000000 | 100000 | 101110 | 101111 | 101110 |
Color Harmonies of #AD933E
Complementary color
Monochromatic Colors of #AD933E
Black with #AD933E
Text Example
Text Example
White with #AD933E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD933E; }
p { color: rgb(173,147,62); }
H1.HeaderClassName
{
color: #AD933E;
}
.AnyTagClassName
{
color: #AD933E;
}
</style>
background-color css
<style>
a { background-color: #AD933E; }
a { background-color: rgb(173,147,62); }
div.DivClassName
{
background-color: #AD933E;
}
.BgClassName
{
background-color: #AD933E;
}
</style>
border-color css
<style>
span { border-color: #AD933E; }
span { border-color: rgb(173,147,62); }
td.TdClassName
{
border-color: #AD933E;
}
.TagClassName
{
border-color: #AD933E;
}
</style>