Shades of Lucky #ADA00E
Tints of Lucky #ADA00E
RGB
CMYK
RGB Variations
Color information
#ADA00E (or 0xADA00E) is known color: Lucky. HEX triplet: AD, A0 and 0E. RGB value is (173,160,14). Sum of RGB (Red+Green+Blue) = 173+160+14=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA00E is #525FF1. Grayscale: #939393. Windows color (decimal): -5398514 or 958637. OLE color: 958637.
HSL color Cylindrical-coordinate representation of color #ADA00E: hue angle of 55.09º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADA00E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 14 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.32 |
| HSL | 55.09º | 0.85% | 0.37% | - |
| HSV(B) | 55.09º | 0.92% | 0.68% | - |
| XYZ | 29.88 | 34.06 | 5.41 | - |
| YUV | 147.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 14 | 0 | 0.08 | 0.92 | 0.32 | 55.09 | 0.85 | 0.37 |
| Hex | AD | A0 | E | 0 | 8 | 5C | 20 | 37 | 55 | 25 |
| Octal | 255 | 240 | 16 | 0 | 10 | 134 | 40 | 67 | 125 | 45 |
| Binary | 10101101 | 10100000 | 1110 | 0 | 1000 | 1011100 | 100000 | 110111 | 1010101 | 100101 |
Color Harmonies of #ADA00E
Complementary color
Monochromatic Colors of #ADA00E
Black with #ADA00E
Text Example
Text Example
White with #ADA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA00E; }
p { color: rgb(173,160,14); }
H1.HeaderClassName
{
color: #ADA00E;
}
.AnyTagClassName
{
color: #ADA00E;
}
</style>
background-color css
<style>
a { background-color: #ADA00E; }
a { background-color: rgb(173,160,14); }
div.DivClassName
{
background-color: #ADA00E;
}
.BgClassName
{
background-color: #ADA00E;
}
</style>
border-color css
<style>
span { border-color: #ADA00E; }
span { border-color: rgb(173,160,14); }
td.TdClassName
{
border-color: #ADA00E;
}
.TagClassName
{
border-color: #ADA00E;
}
</style>