Shades of Lucky #ADA507
Tints of Lucky #ADA507
RGB
CMYK
RGB Variations
Color information
#ADA507 (or 0xADA507) is known color: Lucky. HEX triplet: AD, A5 and 07. RGB value is (173,165,7). Sum of RGB (Red+Green+Blue) = 173+165+7=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA507 is #525AF8. Grayscale: #969696. Windows color (decimal): -5397241 or 501165. OLE color: 501165.
HSL color Cylindrical-coordinate representation of color #ADA507: hue angle of 57.11º 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 #ADA507 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 7 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.32 |
| HSL | 57.11º | 0.92% | 0.35% | - |
| HSV(B) | 57.11º | 0.96% | 0.68% | - |
| XYZ | 30.73 | 35.81 | 5.49 | - |
| YUV | 149.38 | 47.65 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 7 | 0 | 0.05 | 0.96 | 0.32 | 57.11 | 0.92 | 0.35 |
| Hex | AD | A5 | 7 | 0 | 5 | 60 | 20 | 39 | 5C | 23 |
| Octal | 255 | 245 | 7 | 0 | 5 | 140 | 40 | 71 | 134 | 43 |
| Binary | 10101101 | 10100101 | 111 | 0 | 101 | 1100000 | 100000 | 111001 | 1011100 | 100011 |
Color Harmonies of #ADA507
Complementary color
Monochromatic Colors of #ADA507
Black with #ADA507
Text Example
Text Example
White with #ADA507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA507; }
p { color: rgb(173,165,7); }
H1.HeaderClassName
{
color: #ADA507;
}
.AnyTagClassName
{
color: #ADA507;
}
</style>
background-color css
<style>
a { background-color: #ADA507; }
a { background-color: rgb(173,165,7); }
div.DivClassName
{
background-color: #ADA507;
}
.BgClassName
{
background-color: #ADA507;
}
</style>
border-color css
<style>
span { border-color: #ADA507; }
span { border-color: rgb(173,165,7); }
td.TdClassName
{
border-color: #ADA507;
}
.TagClassName
{
border-color: #ADA507;
}
</style>