Shades of Turmeric #AD933C
Tints of Turmeric #AD933C
RGB
CMYK
RGB Variations
Color information
#AD933C (or 0xAD933C) is known color: Turmeric. HEX triplet: AD, 93 and 3C. RGB value is (173,147,60). Sum of RGB (Red+Green+Blue) = 173+147+60=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD933C is #526CC3. Grayscale: #919191. Windows color (decimal): -5401796 or 3969965. OLE color: 3969965.
HSL color Cylindrical-coordinate representation of color #AD933C: hue angle of 46.19º 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 #AD933C is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 60 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.32 |
| HSL | 46.19º | 0.48% | 0.46% | - |
| HSV(B) | 46.19º | 0.65% | 0.68% | - |
| XYZ | 28.48 | 30.08 | 8.58 | - |
| YUV | 144.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 60 | 0 | 0.15 | 0.65 | 0.32 | 46.19 | 0.48 | 0.46 |
| Hex | AD | 93 | 3C | 0 | F | 41 | 20 | 2E | 30 | 2E |
| Octal | 255 | 223 | 74 | 0 | 17 | 101 | 40 | 56 | 60 | 56 |
| Binary | 10101101 | 10010011 | 111100 | 0 | 1111 | 1000001 | 100000 | 101110 | 110000 | 101110 |
Color Harmonies of #AD933C
Complementary color
Monochromatic Colors of #AD933C
Black with #AD933C
Text Example
Text Example
White with #AD933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD933C; }
p { color: rgb(173,147,60); }
H1.HeaderClassName
{
color: #AD933C;
}
.AnyTagClassName
{
color: #AD933C;
}
</style>
background-color css
<style>
a { background-color: #AD933C; }
a { background-color: rgb(173,147,60); }
div.DivClassName
{
background-color: #AD933C;
}
.BgClassName
{
background-color: #AD933C;
}
</style>
border-color css
<style>
span { border-color: #AD933C; }
span { border-color: rgb(173,147,60); }
td.TdClassName
{
border-color: #AD933C;
}
.TagClassName
{
border-color: #AD933C;
}
</style>