Shades of Lucky #ADA605
Tints of Lucky #ADA605
RGB
CMYK
RGB Variations
Color information
#ADA605 (or 0xADA605) is known color: Lucky. HEX triplet: AD, A6 and 05. RGB value is (173,166,5). Sum of RGB (Red+Green+Blue) = 173+166+5=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA605 is #5259FA. Grayscale: #969696. Windows color (decimal): -5396987 or 370349. OLE color: 370349.
HSL color Cylindrical-coordinate representation of color #ADA605: hue angle of 57.5º 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 #ADA605 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.32 |
| HSL | 57.5º | 0.94% | 0.35% | - |
| HSV(B) | 57.5º | 0.97% | 0.68% | - |
| XYZ | 30.9 | 36.17 | 5.5 | - |
| YUV | 149.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 5 | 0 | 0.04 | 0.97 | 0.32 | 57.5 | 0.94 | 0.35 |
| Hex | AD | A6 | 5 | 0 | 4 | 61 | 20 | 3A | 5E | 23 |
| Octal | 255 | 246 | 5 | 0 | 4 | 141 | 40 | 72 | 136 | 43 |
| Binary | 10101101 | 10100110 | 101 | 0 | 100 | 1100001 | 100000 | 111010 | 1011110 | 100011 |
Color Harmonies of #ADA605
Complementary color
Monochromatic Colors of #ADA605
Black with #ADA605
Text Example
Text Example
White with #ADA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA605; }
p { color: rgb(173,166,5); }
H1.HeaderClassName
{
color: #ADA605;
}
.AnyTagClassName
{
color: #ADA605;
}
</style>
background-color css
<style>
a { background-color: #ADA605; }
a { background-color: rgb(173,166,5); }
div.DivClassName
{
background-color: #ADA605;
}
.BgClassName
{
background-color: #ADA605;
}
</style>
border-color css
<style>
span { border-color: #ADA605; }
span { border-color: rgb(173,166,5); }
td.TdClassName
{
border-color: #ADA605;
}
.TagClassName
{
border-color: #ADA605;
}
</style>