Shades of Lucky #ADA307
Tints of Lucky #ADA307
RGB
CMYK
RGB Variations
Color information
#ADA307 (or 0xADA307) is known color: Lucky. HEX triplet: AD, A3 and 07. RGB value is (173,163,7). Sum of RGB (Red+Green+Blue) = 173+163+7=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA307 is #525CF8. Grayscale: #949494. Windows color (decimal): -5397753 or 500653. OLE color: 500653.
HSL color Cylindrical-coordinate representation of color #ADA307: hue angle of 56.39º 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 #ADA307 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 7 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.32 |
| HSL | 56.39º | 0.92% | 0.35% | - |
| HSV(B) | 56.39º | 0.96% | 0.68% | - |
| XYZ | 30.37 | 35.09 | 5.37 | - |
| YUV | 148.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 7 | 0 | 0.06 | 0.96 | 0.32 | 56.39 | 0.92 | 0.35 |
| Hex | AD | A3 | 7 | 0 | 6 | 60 | 20 | 38 | 5C | 23 |
| Octal | 255 | 243 | 7 | 0 | 6 | 140 | 40 | 70 | 134 | 43 |
| Binary | 10101101 | 10100011 | 111 | 0 | 110 | 1100000 | 100000 | 111000 | 1011100 | 100011 |
Color Harmonies of #ADA307
Complementary color
Monochromatic Colors of #ADA307
Black with #ADA307
Text Example
Text Example
White with #ADA307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA307; }
p { color: rgb(173,163,7); }
H1.HeaderClassName
{
color: #ADA307;
}
.AnyTagClassName
{
color: #ADA307;
}
</style>
background-color css
<style>
a { background-color: #ADA307; }
a { background-color: rgb(173,163,7); }
div.DivClassName
{
background-color: #ADA307;
}
.BgClassName
{
background-color: #ADA307;
}
</style>
border-color css
<style>
span { border-color: #ADA307; }
span { border-color: rgb(173,163,7); }
td.TdClassName
{
border-color: #ADA307;
}
.TagClassName
{
border-color: #ADA307;
}
</style>