Shades of Lucky #AD931F
Tints of Lucky #AD931F
RGB
CMYK
RGB Variations
Color information
#AD931F (or 0xAD931F) is known color: Lucky. HEX triplet: AD, 93 and 1F. RGB value is (173,147,31). Sum of RGB (Red+Green+Blue) = 173+147+31=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD931F is #526CE0. Grayscale: #8E8E8E. Windows color (decimal): -5401825 or 2069421. OLE color: 2069421.
HSL color Cylindrical-coordinate representation of color #AD931F: hue angle of 49.01º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD931F is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 31 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.32 |
| HSL | 49.01º | 0.7% | 0.4% | - |
| HSV(B) | 49.01º | 0.82% | 0.68% | - |
| XYZ | 27.91 | 29.85 | 5.59 | - |
| YUV | 141.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 31 | 0 | 0.15 | 0.82 | 0.32 | 49.01 | 0.7 | 0.4 |
| Hex | AD | 93 | 1F | 0 | F | 52 | 20 | 31 | 46 | 28 |
| Octal | 255 | 223 | 37 | 0 | 17 | 122 | 40 | 61 | 106 | 50 |
| Binary | 10101101 | 10010011 | 11111 | 0 | 1111 | 1010010 | 100000 | 110001 | 1000110 | 101000 |
Color Harmonies of #AD931F
Complementary color
Monochromatic Colors of #AD931F
Black with #AD931F
Text Example
Text Example
White with #AD931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD931F; }
p { color: rgb(173,147,31); }
H1.HeaderClassName
{
color: #AD931F;
}
.AnyTagClassName
{
color: #AD931F;
}
</style>
background-color css
<style>
a { background-color: #AD931F; }
a { background-color: rgb(173,147,31); }
div.DivClassName
{
background-color: #AD931F;
}
.BgClassName
{
background-color: #AD931F;
}
</style>
border-color css
<style>
span { border-color: #AD931F; }
span { border-color: rgb(173,147,31); }
td.TdClassName
{
border-color: #AD931F;
}
.TagClassName
{
border-color: #AD931F;
}
</style>