Shades of Turmeric #AD933D
Tints of Turmeric #AD933D
RGB
CMYK
RGB Variations
Color information
#AD933D (or 0xAD933D) is known color: Turmeric. HEX triplet: AD, 93 and 3D. RGB value is (173,147,61). Sum of RGB (Red+Green+Blue) = 173+147+61=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD933D is #526CC2. Grayscale: #919191. Windows color (decimal): -5401795 or 4035501. OLE color: 4035501.
HSL color Cylindrical-coordinate representation of color #AD933D: hue angle of 46.07º 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 #AD933D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 61 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.32 |
| HSL | 46.07º | 0.48% | 0.46% | - |
| HSV(B) | 46.07º | 0.65% | 0.68% | - |
| XYZ | 28.51 | 30.09 | 8.72 | - |
| YUV | 144.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 61 | 0 | 0.15 | 0.65 | 0.32 | 46.07 | 0.48 | 0.46 |
| Hex | AD | 93 | 3D | 0 | F | 41 | 20 | 2E | 30 | 2E |
| Octal | 255 | 223 | 75 | 0 | 17 | 101 | 40 | 56 | 60 | 56 |
| Binary | 10101101 | 10010011 | 111101 | 0 | 1111 | 1000001 | 100000 | 101110 | 110000 | 101110 |
Color Harmonies of #AD933D
Complementary color
Monochromatic Colors of #AD933D
Black with #AD933D
Text Example
Text Example
White with #AD933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD933D; }
p { color: rgb(173,147,61); }
H1.HeaderClassName
{
color: #AD933D;
}
.AnyTagClassName
{
color: #AD933D;
}
</style>
background-color css
<style>
a { background-color: #AD933D; }
a { background-color: rgb(173,147,61); }
div.DivClassName
{
background-color: #AD933D;
}
.BgClassName
{
background-color: #AD933D;
}
</style>
border-color css
<style>
span { border-color: #AD933D; }
span { border-color: rgb(173,147,61); }
td.TdClassName
{
border-color: #AD933D;
}
.TagClassName
{
border-color: #AD933D;
}
</style>