Shades of Lucky #ADA306
Tints of Lucky #ADA306
RGB
CMYK
RGB Variations
Color information
#ADA306 (or 0xADA306) is known color: Lucky. HEX triplet: AD, A3 and 06. RGB value is (173,163,6). Sum of RGB (Red+Green+Blue) = 173+163+6=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA306 is #525CF9. Grayscale: #949494. Windows color (decimal): -5397754 or 435117. OLE color: 435117.
HSL color Cylindrical-coordinate representation of color #ADA306: hue angle of 56.41º degrees, saturation: 0.93, 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 #ADA306 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.32 |
| HSL | 56.41º | 0.93% | 0.35% | - |
| HSV(B) | 56.41º | 0.97% | 0.68% | - |
| XYZ | 30.36 | 35.09 | 5.35 | - |
| YUV | 148.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 6 | 0 | 0.06 | 0.97 | 0.32 | 56.41 | 0.93 | 0.35 |
| Hex | AD | A3 | 6 | 0 | 6 | 61 | 20 | 38 | 5D | 23 |
| Octal | 255 | 243 | 6 | 0 | 6 | 141 | 40 | 70 | 135 | 43 |
| Binary | 10101101 | 10100011 | 110 | 0 | 110 | 1100001 | 100000 | 111000 | 1011101 | 100011 |
Color Harmonies of #ADA306
Complementary color
Monochromatic Colors of #ADA306
Black with #ADA306
Text Example
Text Example
White with #ADA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA306; }
p { color: rgb(173,163,6); }
H1.HeaderClassName
{
color: #ADA306;
}
.AnyTagClassName
{
color: #ADA306;
}
</style>
background-color css
<style>
a { background-color: #ADA306; }
a { background-color: rgb(173,163,6); }
div.DivClassName
{
background-color: #ADA306;
}
.BgClassName
{
background-color: #ADA306;
}
</style>
border-color css
<style>
span { border-color: #ADA306; }
span { border-color: rgb(173,163,6); }
td.TdClassName
{
border-color: #ADA306;
}
.TagClassName
{
border-color: #ADA306;
}
</style>