Shades of Lucky #ADA20D
Tints of Lucky #ADA20D
RGB
CMYK
RGB Variations
Color information
#ADA20D (or 0xADA20D) is known color: Lucky. HEX triplet: AD, A2 and 0D. RGB value is (173,162,13). Sum of RGB (Red+Green+Blue) = 173+162+13=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA20D is #525DF2. Grayscale: #949494. Windows color (decimal): -5398003 or 893613. OLE color: 893613.
HSL color Cylindrical-coordinate representation of color #ADA20D: hue angle of 55.88º 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 #ADA20D is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 13 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.32 |
| HSL | 55.88º | 0.86% | 0.36% | - |
| HSV(B) | 55.88º | 0.92% | 0.68% | - |
| XYZ | 30.23 | 34.75 | 5.5 | - |
| YUV | 148.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 13 | 0 | 0.06 | 0.92 | 0.32 | 55.88 | 0.86 | 0.36 |
| Hex | AD | A2 | D | 0 | 6 | 5C | 20 | 38 | 56 | 24 |
| Octal | 255 | 242 | 15 | 0 | 6 | 134 | 40 | 70 | 126 | 44 |
| Binary | 10101101 | 10100010 | 1101 | 0 | 110 | 1011100 | 100000 | 111000 | 1010110 | 100100 |
Color Harmonies of #ADA20D
Complementary color
Monochromatic Colors of #ADA20D
Black with #ADA20D
Text Example
Text Example
White with #ADA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA20D; }
p { color: rgb(173,162,13); }
H1.HeaderClassName
{
color: #ADA20D;
}
.AnyTagClassName
{
color: #ADA20D;
}
</style>
background-color css
<style>
a { background-color: #ADA20D; }
a { background-color: rgb(173,162,13); }
div.DivClassName
{
background-color: #ADA20D;
}
.BgClassName
{
background-color: #ADA20D;
}
</style>
border-color css
<style>
span { border-color: #ADA20D; }
span { border-color: rgb(173,162,13); }
td.TdClassName
{
border-color: #ADA20D;
}
.TagClassName
{
border-color: #ADA20D;
}
</style>