Shades of Lucky #ADA122
Tints of Lucky #ADA122
RGB
CMYK
RGB Variations
Color information
#ADA122 (or 0xADA122) is known color: Lucky. HEX triplet: AD, A1 and 22. RGB value is (173,161,34). Sum of RGB (Red+Green+Blue) = 173+161+34=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA122 is #525EDD. Grayscale: #969696. Windows color (decimal): -5398238 or 2269613. OLE color: 2269613.
HSL color Cylindrical-coordinate representation of color #ADA122: hue angle of 54.82º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADA122 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 34 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.32 |
| HSL | 54.82º | 0.67% | 0.41% | - |
| HSV(B) | 54.82º | 0.8% | 0.68% | - |
| XYZ | 30.27 | 34.49 | 6.58 | - |
| YUV | 150.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 34 | 0 | 0.07 | 0.80 | 0.32 | 54.82 | 0.67 | 0.41 |
| Hex | AD | A1 | 22 | 0 | 7 | 50 | 20 | 37 | 43 | 29 |
| Octal | 255 | 241 | 42 | 0 | 7 | 120 | 40 | 67 | 103 | 51 |
| Binary | 10101101 | 10100001 | 100010 | 0 | 111 | 1010000 | 100000 | 110111 | 1000011 | 101001 |
Color Harmonies of #ADA122
Complementary color
Monochromatic Colors of #ADA122
Black with #ADA122
Text Example
Text Example
White with #ADA122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA122; }
p { color: rgb(173,161,34); }
H1.HeaderClassName
{
color: #ADA122;
}
.AnyTagClassName
{
color: #ADA122;
}
</style>
background-color css
<style>
a { background-color: #ADA122; }
a { background-color: rgb(173,161,34); }
div.DivClassName
{
background-color: #ADA122;
}
.BgClassName
{
background-color: #ADA122;
}
</style>
border-color css
<style>
span { border-color: #ADA122; }
span { border-color: rgb(173,161,34); }
td.TdClassName
{
border-color: #ADA122;
}
.TagClassName
{
border-color: #ADA122;
}
</style>