Shades of Lucky #ADA50D
Tints of Lucky #ADA50D
RGB
CMYK
RGB Variations
Color information
#ADA50D (or 0xADA50D) is known color: Lucky. HEX triplet: AD, A5 and 0D. RGB value is (173,165,13). Sum of RGB (Red+Green+Blue) = 173+165+13=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA50D is #525AF2. Grayscale: #969696. Windows color (decimal): -5397235 or 894381. OLE color: 894381.
HSL color Cylindrical-coordinate representation of color #ADA50D: hue angle of 57º 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 #ADA50D is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 13 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.32 |
| HSL | 57º | 0.86% | 0.36% | - |
| HSV(B) | 57º | 0.92% | 0.68% | - |
| XYZ | 30.76 | 35.82 | 5.67 | - |
| YUV | 150.06 | 50.65 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 13 | 0 | 0.05 | 0.92 | 0.32 | 57 | 0.86 | 0.36 |
| Hex | AD | A5 | D | 0 | 5 | 5C | 20 | 39 | 56 | 24 |
| Octal | 255 | 245 | 15 | 0 | 5 | 134 | 40 | 71 | 126 | 44 |
| Binary | 10101101 | 10100101 | 1101 | 0 | 101 | 1011100 | 100000 | 111001 | 1010110 | 100100 |
Color Harmonies of #ADA50D
Complementary color
Monochromatic Colors of #ADA50D
Black with #ADA50D
Text Example
Text Example
White with #ADA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA50D; }
p { color: rgb(173,165,13); }
H1.HeaderClassName
{
color: #ADA50D;
}
.AnyTagClassName
{
color: #ADA50D;
}
</style>
background-color css
<style>
a { background-color: #ADA50D; }
a { background-color: rgb(173,165,13); }
div.DivClassName
{
background-color: #ADA50D;
}
.BgClassName
{
background-color: #ADA50D;
}
</style>
border-color css
<style>
span { border-color: #ADA50D; }
span { border-color: rgb(173,165,13); }
td.TdClassName
{
border-color: #ADA50D;
}
.TagClassName
{
border-color: #ADA50D;
}
</style>