Shades of Lucky #AD930E
Tints of Lucky #AD930E
RGB
CMYK
RGB Variations
Color information
#AD930E (or 0xAD930E) is known color: Lucky. HEX triplet: AD, 93 and 0E. RGB value is (173,147,14). Sum of RGB (Red+Green+Blue) = 173+147+14=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD930E is #526CF1. Grayscale: #8C8C8C. Windows color (decimal): -5401842 or 955309. OLE color: 955309.
HSL color Cylindrical-coordinate representation of color #AD930E: hue angle of 50.19º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD930E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.32 |
| HSL | 50.19º | 0.85% | 0.37% | - |
| HSV(B) | 50.19º | 0.92% | 0.68% | - |
| XYZ | 27.75 | 29.78 | 4.7 | - |
| YUV | 139.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 14 | 0 | 0.15 | 0.92 | 0.32 | 50.19 | 0.85 | 0.37 |
| Hex | AD | 93 | E | 0 | F | 5C | 20 | 32 | 55 | 25 |
| Octal | 255 | 223 | 16 | 0 | 17 | 134 | 40 | 62 | 125 | 45 |
| Binary | 10101101 | 10010011 | 1110 | 0 | 1111 | 1011100 | 100000 | 110010 | 1010101 | 100101 |
Color Harmonies of #AD930E
Complementary color
Monochromatic Colors of #AD930E
Black with #AD930E
Text Example
Text Example
White with #AD930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD930E; }
p { color: rgb(173,147,14); }
H1.HeaderClassName
{
color: #AD930E;
}
.AnyTagClassName
{
color: #AD930E;
}
</style>
background-color css
<style>
a { background-color: #AD930E; }
a { background-color: rgb(173,147,14); }
div.DivClassName
{
background-color: #AD930E;
}
.BgClassName
{
background-color: #AD930E;
}
</style>
border-color css
<style>
span { border-color: #AD930E; }
span { border-color: rgb(173,147,14); }
td.TdClassName
{
border-color: #AD930E;
}
.TagClassName
{
border-color: #AD930E;
}
</style>