Shades of Lucky #ADA607
Tints of Lucky #ADA607
RGB
CMYK
RGB Variations
Color information
#ADA607 (or 0xADA607) is known color: Lucky. HEX triplet: AD, A6 and 07. RGB value is (173,166,7). Sum of RGB (Red+Green+Blue) = 173+166+7=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA607 is #5259F8. Grayscale: #969696. Windows color (decimal): -5396985 or 501421. OLE color: 501421.
HSL color Cylindrical-coordinate representation of color #ADA607: hue angle of 57.47º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADA607 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 7 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.32 |
| HSL | 57.47º | 0.92% | 0.35% | - |
| HSV(B) | 57.47º | 0.96% | 0.68% | - |
| XYZ | 30.91 | 36.17 | 5.55 | - |
| YUV | 149.97 | 47.32 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 7 | 0 | 0.04 | 0.96 | 0.32 | 57.47 | 0.92 | 0.35 |
| Hex | AD | A6 | 7 | 0 | 4 | 60 | 20 | 39 | 5C | 23 |
| Octal | 255 | 246 | 7 | 0 | 4 | 140 | 40 | 71 | 134 | 43 |
| Binary | 10101101 | 10100110 | 111 | 0 | 100 | 1100000 | 100000 | 111001 | 1011100 | 100011 |
Color Harmonies of #ADA607
Complementary color
Monochromatic Colors of #ADA607
Black with #ADA607
Text Example
Text Example
White with #ADA607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA607; }
p { color: rgb(173,166,7); }
H1.HeaderClassName
{
color: #ADA607;
}
.AnyTagClassName
{
color: #ADA607;
}
</style>
background-color css
<style>
a { background-color: #ADA607; }
a { background-color: rgb(173,166,7); }
div.DivClassName
{
background-color: #ADA607;
}
.BgClassName
{
background-color: #ADA607;
}
</style>
border-color css
<style>
span { border-color: #ADA607; }
span { border-color: rgb(173,166,7); }
td.TdClassName
{
border-color: #ADA607;
}
.TagClassName
{
border-color: #ADA607;
}
</style>