Shades of Lucky #ADA60F
Tints of Lucky #ADA60F
RGB
CMYK
RGB Variations
Color information
#ADA60F (or 0xADA60F) is known color: Lucky. HEX triplet: AD, A6 and 0F. RGB value is (173,166,15). Sum of RGB (Red+Green+Blue) = 173+166+15=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA60F is #5259F0. Grayscale: #979797. Windows color (decimal): -5396977 or 1025709. OLE color: 1025709.
HSL color Cylindrical-coordinate representation of color #ADA60F: hue angle of 57.34º 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 #ADA60F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 15 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.32 |
| HSL | 57.34º | 0.84% | 0.37% | - |
| HSV(B) | 57.34º | 0.91% | 0.68% | - |
| XYZ | 30.96 | 36.19 | 5.81 | - |
| YUV | 150.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 15 | 0 | 0.04 | 0.91 | 0.32 | 57.34 | 0.84 | 0.37 |
| Hex | AD | A6 | F | 0 | 4 | 5B | 20 | 39 | 54 | 25 |
| Octal | 255 | 246 | 17 | 0 | 4 | 133 | 40 | 71 | 124 | 45 |
| Binary | 10101101 | 10100110 | 1111 | 0 | 100 | 1011011 | 100000 | 111001 | 1010100 | 100101 |
Color Harmonies of #ADA60F
Complementary color
Monochromatic Colors of #ADA60F
Black with #ADA60F
Text Example
Text Example
White with #ADA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA60F; }
p { color: rgb(173,166,15); }
H1.HeaderClassName
{
color: #ADA60F;
}
.AnyTagClassName
{
color: #ADA60F;
}
</style>
background-color css
<style>
a { background-color: #ADA60F; }
a { background-color: rgb(173,166,15); }
div.DivClassName
{
background-color: #ADA60F;
}
.BgClassName
{
background-color: #ADA60F;
}
</style>
border-color css
<style>
span { border-color: #ADA60F; }
span { border-color: rgb(173,166,15); }
td.TdClassName
{
border-color: #ADA60F;
}
.TagClassName
{
border-color: #ADA60F;
}
</style>