Shades of Lucky #ADA70D
Tints of Lucky #ADA70D
RGB
CMYK
RGB Variations
Color information
#ADA70D (or 0xADA70D) is known color: Lucky. HEX triplet: AD, A7 and 0D. RGB value is (173,167,13). Sum of RGB (Red+Green+Blue) = 173+167+13=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA70D is #5258F2. Grayscale: #979797. Windows color (decimal): -5396723 or 894893. OLE color: 894893.
HSL color Cylindrical-coordinate representation of color #ADA70D: hue angle of 57.75º 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 #ADA70D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 167 | 13 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.32 |
| HSL | 57.75º | 0.86% | 0.36% | - |
| HSV(B) | 57.75º | 0.92% | 0.68% | - |
| XYZ | 31.12 | 36.55 | 5.8 | - |
| YUV | 151.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 13 | 0 | 0.03 | 0.92 | 0.32 | 57.75 | 0.86 | 0.36 |
| Hex | AD | A7 | D | 0 | 3 | 5C | 20 | 3A | 56 | 24 |
| Octal | 255 | 247 | 15 | 0 | 3 | 134 | 40 | 72 | 126 | 44 |
| Binary | 10101101 | 10100111 | 1101 | 0 | 11 | 1011100 | 100000 | 111010 | 1010110 | 100100 |
Color Harmonies of #ADA70D
Complementary color
Monochromatic Colors of #ADA70D
Black with #ADA70D
Text Example
Text Example
White with #ADA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA70D; }
p { color: rgb(173,167,13); }
H1.HeaderClassName
{
color: #ADA70D;
}
.AnyTagClassName
{
color: #ADA70D;
}
</style>
background-color css
<style>
a { background-color: #ADA70D; }
a { background-color: rgb(173,167,13); }
div.DivClassName
{
background-color: #ADA70D;
}
.BgClassName
{
background-color: #ADA70D;
}
</style>
border-color css
<style>
span { border-color: #ADA70D; }
span { border-color: rgb(173,167,13); }
td.TdClassName
{
border-color: #ADA70D;
}
.TagClassName
{
border-color: #ADA70D;
}
</style>