Shades of Lucky #ADA407
Tints of Lucky #ADA407
RGB
CMYK
RGB Variations
Color information
#ADA407 (or 0xADA407) is known color: Lucky. HEX triplet: AD, A4 and 07. RGB value is (173,164,7). Sum of RGB (Red+Green+Blue) = 173+164+7=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA407 is #525BF8. Grayscale: #959595. Windows color (decimal): -5397497 or 500909. OLE color: 500909.
HSL color Cylindrical-coordinate representation of color #ADA407: hue angle of 56.75º 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 #ADA407 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 7 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.32 |
| HSL | 56.75º | 0.92% | 0.35% | - |
| HSV(B) | 56.75º | 0.96% | 0.68% | - |
| XYZ | 30.55 | 35.45 | 5.43 | - |
| YUV | 148.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 7 | 0 | 0.05 | 0.96 | 0.32 | 56.75 | 0.92 | 0.35 |
| Hex | AD | A4 | 7 | 0 | 5 | 60 | 20 | 39 | 5C | 23 |
| Octal | 255 | 244 | 7 | 0 | 5 | 140 | 40 | 71 | 134 | 43 |
| Binary | 10101101 | 10100100 | 111 | 0 | 101 | 1100000 | 100000 | 111001 | 1011100 | 100011 |
Color Harmonies of #ADA407
Complementary color
Monochromatic Colors of #ADA407
Black with #ADA407
Text Example
Text Example
White with #ADA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA407; }
p { color: rgb(173,164,7); }
H1.HeaderClassName
{
color: #ADA407;
}
.AnyTagClassName
{
color: #ADA407;
}
</style>
background-color css
<style>
a { background-color: #ADA407; }
a { background-color: rgb(173,164,7); }
div.DivClassName
{
background-color: #ADA407;
}
.BgClassName
{
background-color: #ADA407;
}
</style>
border-color css
<style>
span { border-color: #ADA407; }
span { border-color: rgb(173,164,7); }
td.TdClassName
{
border-color: #ADA407;
}
.TagClassName
{
border-color: #ADA407;
}
</style>