Shades of Lucky #ADA10D
Tints of Lucky #ADA10D
RGB
CMYK
RGB Variations
Color information
#ADA10D (or 0xADA10D) is known color: Lucky. HEX triplet: AD, A1 and 0D. RGB value is (173,161,13). Sum of RGB (Red+Green+Blue) = 173+161+13=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA10D is #525EF2. Grayscale: #949494. Windows color (decimal): -5398259 or 893357. OLE color: 893357.
HSL color Cylindrical-coordinate representation of color #ADA10D: hue angle of 55.5º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADA10D is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 13 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.32 |
| HSL | 55.5º | 0.86% | 0.36% | - |
| HSV(B) | 55.5º | 0.92% | 0.68% | - |
| XYZ | 30.05 | 34.4 | 5.44 | - |
| YUV | 147.72 | 51.98 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 13 | 0 | 0.07 | 0.92 | 0.32 | 55.5 | 0.86 | 0.36 |
| Hex | AD | A1 | D | 0 | 7 | 5C | 20 | 38 | 56 | 24 |
| Octal | 255 | 241 | 15 | 0 | 7 | 134 | 40 | 70 | 126 | 44 |
| Binary | 10101101 | 10100001 | 1101 | 0 | 111 | 1011100 | 100000 | 111000 | 1010110 | 100100 |
Color Harmonies of #ADA10D
Complementary color
Monochromatic Colors of #ADA10D
Black with #ADA10D
Text Example
Text Example
White with #ADA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA10D; }
p { color: rgb(173,161,13); }
H1.HeaderClassName
{
color: #ADA10D;
}
.AnyTagClassName
{
color: #ADA10D;
}
</style>
background-color css
<style>
a { background-color: #ADA10D; }
a { background-color: rgb(173,161,13); }
div.DivClassName
{
background-color: #ADA10D;
}
.BgClassName
{
background-color: #ADA10D;
}
</style>
border-color css
<style>
span { border-color: #ADA10D; }
span { border-color: rgb(173,161,13); }
td.TdClassName
{
border-color: #ADA10D;
}
.TagClassName
{
border-color: #ADA10D;
}
</style>