Shades of Lucky #ADA014
Tints of Lucky #ADA014
RGB
CMYK
RGB Variations
Color information
#ADA014 (or 0xADA014) is known color: Lucky. HEX triplet: AD, A0 and 14. RGB value is (173,160,20). Sum of RGB (Red+Green+Blue) = 173+160+20=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA014 is #525FEB. Grayscale: #949494. Windows color (decimal): -5398508 or 1351853. OLE color: 1351853.
HSL color Cylindrical-coordinate representation of color #ADA014: hue angle of 54.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADA014 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 20 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.32 |
| HSL | 54.9º | 0.79% | 0.38% | - |
| HSV(B) | 54.9º | 0.88% | 0.68% | - |
| XYZ | 29.93 | 34.08 | 5.66 | - |
| YUV | 147.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 20 | 0 | 0.08 | 0.88 | 0.32 | 54.9 | 0.79 | 0.38 |
| Hex | AD | A0 | 14 | 0 | 8 | 58 | 20 | 37 | 4F | 26 |
| Octal | 255 | 240 | 24 | 0 | 10 | 130 | 40 | 67 | 117 | 46 |
| Binary | 10101101 | 10100000 | 10100 | 0 | 1000 | 1011000 | 100000 | 110111 | 1001111 | 100110 |
Color Harmonies of #ADA014
Complementary color
Monochromatic Colors of #ADA014
Black with #ADA014
Text Example
Text Example
White with #ADA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA014; }
p { color: rgb(173,160,20); }
H1.HeaderClassName
{
color: #ADA014;
}
.AnyTagClassName
{
color: #ADA014;
}
</style>
background-color css
<style>
a { background-color: #ADA014; }
a { background-color: rgb(173,160,20); }
div.DivClassName
{
background-color: #ADA014;
}
.BgClassName
{
background-color: #ADA014;
}
</style>
border-color css
<style>
span { border-color: #ADA014; }
span { border-color: rgb(173,160,20); }
td.TdClassName
{
border-color: #ADA014;
}
.TagClassName
{
border-color: #ADA014;
}
</style>