Shades of Lucky #AD931E
Tints of Lucky #AD931E
RGB
CMYK
RGB Variations
Color information
#AD931E (or 0xAD931E) is known color: Lucky. HEX triplet: AD, 93 and 1E. RGB value is (173,147,30). Sum of RGB (Red+Green+Blue) = 173+147+30=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD931E is #526CE1. Grayscale: #8D8D8D. Windows color (decimal): -5401826 or 2003885. OLE color: 2003885.
HSL color Cylindrical-coordinate representation of color #AD931E: hue angle of 49.09º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD931E is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 30 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.32 |
| HSL | 49.09º | 0.7% | 0.4% | - |
| HSV(B) | 49.09º | 0.83% | 0.68% | - |
| XYZ | 27.9 | 29.85 | 5.52 | - |
| YUV | 141.44 | 65.11 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 30 | 0 | 0.15 | 0.83 | 0.32 | 49.09 | 0.7 | 0.4 |
| Hex | AD | 93 | 1E | 0 | F | 53 | 20 | 31 | 46 | 28 |
| Octal | 255 | 223 | 36 | 0 | 17 | 123 | 40 | 61 | 106 | 50 |
| Binary | 10101101 | 10010011 | 11110 | 0 | 1111 | 1010011 | 100000 | 110001 | 1000110 | 101000 |
Color Harmonies of #AD931E
Complementary color
Monochromatic Colors of #AD931E
Black with #AD931E
Text Example
Text Example
White with #AD931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD931E; }
p { color: rgb(173,147,30); }
H1.HeaderClassName
{
color: #AD931E;
}
.AnyTagClassName
{
color: #AD931E;
}
</style>
background-color css
<style>
a { background-color: #AD931E; }
a { background-color: rgb(173,147,30); }
div.DivClassName
{
background-color: #AD931E;
}
.BgClassName
{
background-color: #AD931E;
}
</style>
border-color css
<style>
span { border-color: #AD931E; }
span { border-color: rgb(173,147,30); }
td.TdClassName
{
border-color: #AD931E;
}
.TagClassName
{
border-color: #AD931E;
}
</style>