Shades of Lucky #AD930F
Tints of Lucky #AD930F
RGB
CMYK
RGB Variations
Color information
#AD930F (or 0xAD930F) is known color: Lucky. HEX triplet: AD, 93 and 0F. RGB value is (173,147,15). Sum of RGB (Red+Green+Blue) = 173+147+15=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD930F is #526CF0. Grayscale: #8C8C8C. Windows color (decimal): -5401841 or 1020845. OLE color: 1020845.
HSL color Cylindrical-coordinate representation of color #AD930F: hue angle of 50.13º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD930F is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 147 | 15 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.32 |
| HSL | 50.13º | 0.84% | 0.37% | - |
| HSV(B) | 50.13º | 0.91% | 0.68% | - |
| XYZ | 27.75 | 29.79 | 4.74 | - |
| YUV | 139.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 147 | 15 | 0 | 0.15 | 0.91 | 0.32 | 50.13 | 0.84 | 0.37 |
| Hex | AD | 93 | F | 0 | F | 5B | 20 | 32 | 54 | 25 |
| Octal | 255 | 223 | 17 | 0 | 17 | 133 | 40 | 62 | 124 | 45 |
| Binary | 10101101 | 10010011 | 1111 | 0 | 1111 | 1011011 | 100000 | 110010 | 1010100 | 100101 |
Color Harmonies of #AD930F
Complementary color
Monochromatic Colors of #AD930F
Black with #AD930F
Text Example
Text Example
White with #AD930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD930F; }
p { color: rgb(173,147,15); }
H1.HeaderClassName
{
color: #AD930F;
}
.AnyTagClassName
{
color: #AD930F;
}
</style>
background-color css
<style>
a { background-color: #AD930F; }
a { background-color: rgb(173,147,15); }
div.DivClassName
{
background-color: #AD930F;
}
.BgClassName
{
background-color: #AD930F;
}
</style>
border-color css
<style>
span { border-color: #AD930F; }
span { border-color: rgb(173,147,15); }
td.TdClassName
{
border-color: #AD930F;
}
.TagClassName
{
border-color: #AD930F;
}
</style>