Shades of Lucky #ADA105
Tints of Lucky #ADA105
RGB
CMYK
RGB Variations
Color information
#ADA105 (or 0xADA105) is known color: Lucky. HEX triplet: AD, A1 and 05. RGB value is (173,161,5). Sum of RGB (Red+Green+Blue) = 173+161+5=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA105 is #525EFA. Grayscale: #939393. Windows color (decimal): -5398267 or 369069. OLE color: 369069.
HSL color Cylindrical-coordinate representation of color #ADA105: hue angle of 55.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADA105 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 5 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.32 |
| HSL | 55.71º | 0.94% | 0.35% | - |
| HSV(B) | 55.71º | 0.97% | 0.68% | - |
| XYZ | 30.01 | 34.38 | 5.2 | - |
| YUV | 146.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 5 | 0 | 0.07 | 0.97 | 0.32 | 55.71 | 0.94 | 0.35 |
| Hex | AD | A1 | 5 | 0 | 7 | 61 | 20 | 38 | 5E | 23 |
| Octal | 255 | 241 | 5 | 0 | 7 | 141 | 40 | 70 | 136 | 43 |
| Binary | 10101101 | 10100001 | 101 | 0 | 111 | 1100001 | 100000 | 111000 | 1011110 | 100011 |
Color Harmonies of #ADA105
Complementary color
Monochromatic Colors of #ADA105
Black with #ADA105
Text Example
Text Example
White with #ADA105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA105; }
p { color: rgb(173,161,5); }
H1.HeaderClassName
{
color: #ADA105;
}
.AnyTagClassName
{
color: #ADA105;
}
</style>
background-color css
<style>
a { background-color: #ADA105; }
a { background-color: rgb(173,161,5); }
div.DivClassName
{
background-color: #ADA105;
}
.BgClassName
{
background-color: #ADA105;
}
</style>
border-color css
<style>
span { border-color: #ADA105; }
span { border-color: rgb(173,161,5); }
td.TdClassName
{
border-color: #ADA105;
}
.TagClassName
{
border-color: #ADA105;
}
</style>