Shades of Lucky #ADA103
Tints of Lucky #ADA103
RGB
CMYK
RGB Variations
Color information
#ADA103 (or 0xADA103) is known color: Lucky. HEX triplet: AD, A1 and 03. RGB value is (173,161,3). Sum of RGB (Red+Green+Blue) = 173+161+3=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA103 is #525EFC. Grayscale: #939393. Windows color (decimal): -5398269 or 237997. OLE color: 237997.
HSL color Cylindrical-coordinate representation of color #ADA103: hue angle of 55.76º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADA103 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 3 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.32 |
| HSL | 55.76º | 0.97% | 0.35% | - |
| HSV(B) | 55.76º | 0.98% | 0.68% | - |
| XYZ | 29.99 | 34.38 | 5.14 | - |
| YUV | 146.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 3 | 0 | 0.07 | 0.98 | 0.32 | 55.76 | 0.97 | 0.35 |
| Hex | AD | A1 | 3 | 0 | 7 | 62 | 20 | 38 | 61 | 23 |
| Octal | 255 | 241 | 3 | 0 | 7 | 142 | 40 | 70 | 141 | 43 |
| Binary | 10101101 | 10100001 | 11 | 0 | 111 | 1100010 | 100000 | 111000 | 1100001 | 100011 |
Color Harmonies of #ADA103
Complementary color
Monochromatic Colors of #ADA103
Black with #ADA103
Text Example
Text Example
White with #ADA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA103; }
p { color: rgb(173,161,3); }
H1.HeaderClassName
{
color: #ADA103;
}
.AnyTagClassName
{
color: #ADA103;
}
</style>
background-color css
<style>
a { background-color: #ADA103; }
a { background-color: rgb(173,161,3); }
div.DivClassName
{
background-color: #ADA103;
}
.BgClassName
{
background-color: #ADA103;
}
</style>
border-color css
<style>
span { border-color: #ADA103; }
span { border-color: rgb(173,161,3); }
td.TdClassName
{
border-color: #ADA103;
}
.TagClassName
{
border-color: #ADA103;
}
</style>