Shades of Lucky #ADA60D
Tints of Lucky #ADA60D
RGB
CMYK
RGB Variations
Color information
#ADA60D (or 0xADA60D) is known color: Lucky. HEX triplet: AD, A6 and 0D. RGB value is (173,166,13). Sum of RGB (Red+Green+Blue) = 173+166+13=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA60D is #5259F2. Grayscale: #979797. Windows color (decimal): -5396979 or 894637. OLE color: 894637.
HSL color Cylindrical-coordinate representation of color #ADA60D: hue angle of 57.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADA60D is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 13 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.32 |
| HSL | 57.38º | 0.86% | 0.36% | - |
| HSV(B) | 57.38º | 0.92% | 0.68% | - |
| XYZ | 30.94 | 36.19 | 5.73 | - |
| YUV | 150.65 | 50.32 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 13 | 0 | 0.04 | 0.92 | 0.32 | 57.38 | 0.86 | 0.36 |
| Hex | AD | A6 | D | 0 | 4 | 5C | 20 | 39 | 56 | 24 |
| Octal | 255 | 246 | 15 | 0 | 4 | 134 | 40 | 71 | 126 | 44 |
| Binary | 10101101 | 10100110 | 1101 | 0 | 100 | 1011100 | 100000 | 111001 | 1010110 | 100100 |
Color Harmonies of #ADA60D
Complementary color
Monochromatic Colors of #ADA60D
Black with #ADA60D
Text Example
Text Example
White with #ADA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA60D; }
p { color: rgb(173,166,13); }
H1.HeaderClassName
{
color: #ADA60D;
}
.AnyTagClassName
{
color: #ADA60D;
}
</style>
background-color css
<style>
a { background-color: #ADA60D; }
a { background-color: rgb(173,166,13); }
div.DivClassName
{
background-color: #ADA60D;
}
.BgClassName
{
background-color: #ADA60D;
}
</style>
border-color css
<style>
span { border-color: #ADA60D; }
span { border-color: rgb(173,166,13); }
td.TdClassName
{
border-color: #ADA60D;
}
.TagClassName
{
border-color: #ADA60D;
}
</style>