Shades of Lucky #ADA510
Tints of Lucky #ADA510
RGB
CMYK
RGB Variations
Color information
#ADA510 (or 0xADA510) is known color: Lucky. HEX triplet: AD, A5 and 10. RGB value is (173,165,16). Sum of RGB (Red+Green+Blue) = 173+165+16=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA510 is #525AEF. Grayscale: #979797. Windows color (decimal): -5397232 or 1090989. OLE color: 1090989.
HSL color Cylindrical-coordinate representation of color #ADA510: hue angle of 56.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADA510 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 16 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.32 |
| HSL | 56.94º | 0.83% | 0.37% | - |
| HSV(B) | 56.94º | 0.91% | 0.68% | - |
| XYZ | 30.78 | 35.83 | 5.78 | - |
| YUV | 150.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 16 | 0 | 0.05 | 0.91 | 0.32 | 56.94 | 0.83 | 0.37 |
| Hex | AD | A5 | 10 | 0 | 5 | 5B | 20 | 39 | 53 | 25 |
| Octal | 255 | 245 | 20 | 0 | 5 | 133 | 40 | 71 | 123 | 45 |
| Binary | 10101101 | 10100101 | 10000 | 0 | 101 | 1011011 | 100000 | 111001 | 1010011 | 100101 |
Color Harmonies of #ADA510
Complementary color
Monochromatic Colors of #ADA510
Black with #ADA510
Text Example
Text Example
White with #ADA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA510; }
p { color: rgb(173,165,16); }
H1.HeaderClassName
{
color: #ADA510;
}
.AnyTagClassName
{
color: #ADA510;
}
</style>
background-color css
<style>
a { background-color: #ADA510; }
a { background-color: rgb(173,165,16); }
div.DivClassName
{
background-color: #ADA510;
}
.BgClassName
{
background-color: #ADA510;
}
</style>
border-color css
<style>
span { border-color: #ADA510; }
span { border-color: rgb(173,165,16); }
td.TdClassName
{
border-color: #ADA510;
}
.TagClassName
{
border-color: #ADA510;
}
</style>