Shades of Lucky #ADA50F
Tints of Lucky #ADA50F
RGB
CMYK
RGB Variations
Color information
#ADA50F (or 0xADA50F) is known color: Lucky. HEX triplet: AD, A5 and 0F. RGB value is (173,165,15). Sum of RGB (Red+Green+Blue) = 173+165+15=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA50F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA50F is #525AF0. Grayscale: #969696. Windows color (decimal): -5397233 or 1025453. OLE color: 1025453.
HSL color Cylindrical-coordinate representation of color #ADA50F: hue angle of 56.96º 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 #ADA50F is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 15 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.32 |
| HSL | 56.96º | 0.84% | 0.37% | - |
| HSV(B) | 56.96º | 0.91% | 0.68% | - |
| XYZ | 30.77 | 35.83 | 5.75 | - |
| YUV | 150.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 15 | 0 | 0.05 | 0.91 | 0.32 | 56.96 | 0.84 | 0.37 |
| Hex | AD | A5 | F | 0 | 5 | 5B | 20 | 39 | 54 | 25 |
| Octal | 255 | 245 | 17 | 0 | 5 | 133 | 40 | 71 | 124 | 45 |
| Binary | 10101101 | 10100101 | 1111 | 0 | 101 | 1011011 | 100000 | 111001 | 1010100 | 100101 |
Color Harmonies of #ADA50F
Complementary color
Monochromatic Colors of #ADA50F
Black with #ADA50F
Text Example
Text Example
White with #ADA50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA50F; }
p { color: rgb(173,165,15); }
H1.HeaderClassName
{
color: #ADA50F;
}
.AnyTagClassName
{
color: #ADA50F;
}
</style>
background-color css
<style>
a { background-color: #ADA50F; }
a { background-color: rgb(173,165,15); }
div.DivClassName
{
background-color: #ADA50F;
}
.BgClassName
{
background-color: #ADA50F;
}
</style>
border-color css
<style>
span { border-color: #ADA50F; }
span { border-color: rgb(173,165,15); }
td.TdClassName
{
border-color: #ADA50F;
}
.TagClassName
{
border-color: #ADA50F;
}
</style>