Shades of Lucky #ADA313
Tints of Lucky #ADA313
RGB
CMYK
RGB Variations
Color information
#ADA313 (or 0xADA313) is known color: Lucky. HEX triplet: AD, A3 and 13. RGB value is (173,163,19). Sum of RGB (Red+Green+Blue) = 173+163+19=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA313 is #525CEC. Grayscale: #969696. Windows color (decimal): -5397741 or 1287085. OLE color: 1287085.
HSL color Cylindrical-coordinate representation of color #ADA313: hue angle of 56.1º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADA313 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 19 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.32 |
| HSL | 56.1º | 0.8% | 0.38% | - |
| HSV(B) | 56.1º | 0.89% | 0.68% | - |
| XYZ | 30.45 | 35.13 | 5.79 | - |
| YUV | 149.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 19 | 0 | 0.06 | 0.89 | 0.32 | 56.1 | 0.8 | 0.38 |
| Hex | AD | A3 | 13 | 0 | 6 | 59 | 20 | 38 | 50 | 26 |
| Octal | 255 | 243 | 23 | 0 | 6 | 131 | 40 | 70 | 120 | 46 |
| Binary | 10101101 | 10100011 | 10011 | 0 | 110 | 1011001 | 100000 | 111000 | 1010000 | 100110 |
Color Harmonies of #ADA313
Complementary color
Monochromatic Colors of #ADA313
Black with #ADA313
Text Example
Text Example
White with #ADA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA313; }
p { color: rgb(173,163,19); }
H1.HeaderClassName
{
color: #ADA313;
}
.AnyTagClassName
{
color: #ADA313;
}
</style>
background-color css
<style>
a { background-color: #ADA313; }
a { background-color: rgb(173,163,19); }
div.DivClassName
{
background-color: #ADA313;
}
.BgClassName
{
background-color: #ADA313;
}
</style>
border-color css
<style>
span { border-color: #ADA313; }
span { border-color: rgb(173,163,19); }
td.TdClassName
{
border-color: #ADA313;
}
.TagClassName
{
border-color: #ADA313;
}
</style>