Shades of Lucky #ADA127
Tints of Lucky #ADA127
RGB
CMYK
RGB Variations
Color information
#ADA127 (or 0xADA127) is known color: Lucky. HEX triplet: AD, A1 and 27. RGB value is (173,161,39). Sum of RGB (Red+Green+Blue) = 173+161+39=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA127 is #525ED8. Grayscale: #979797. Windows color (decimal): -5398233 or 2597293. OLE color: 2597293.
HSL color Cylindrical-coordinate representation of color #ADA127: hue angle of 54.63º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADA127 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 39 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.32 |
| HSL | 54.63º | 0.63% | 0.42% | - |
| HSV(B) | 54.63º | 0.77% | 0.68% | - |
| XYZ | 30.34 | 34.52 | 6.98 | - |
| YUV | 150.68 | 64.98 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 39 | 0 | 0.07 | 0.77 | 0.32 | 54.63 | 0.63 | 0.42 |
| Hex | AD | A1 | 27 | 0 | 7 | 4D | 20 | 37 | 3F | 2A |
| Octal | 255 | 241 | 47 | 0 | 7 | 115 | 40 | 67 | 77 | 52 |
| Binary | 10101101 | 10100001 | 100111 | 0 | 111 | 1001101 | 100000 | 110111 | 111111 | 101010 |
Color Harmonies of #ADA127
Complementary color
Monochromatic Colors of #ADA127
Black with #ADA127
Text Example
Text Example
White with #ADA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA127; }
p { color: rgb(173,161,39); }
H1.HeaderClassName
{
color: #ADA127;
}
.AnyTagClassName
{
color: #ADA127;
}
</style>
background-color css
<style>
a { background-color: #ADA127; }
a { background-color: rgb(173,161,39); }
div.DivClassName
{
background-color: #ADA127;
}
.BgClassName
{
background-color: #ADA127;
}
</style>
border-color css
<style>
span { border-color: #ADA127; }
span { border-color: rgb(173,161,39); }
td.TdClassName
{
border-color: #ADA127;
}
.TagClassName
{
border-color: #ADA127;
}
</style>