Shades of Lucky #ADA022
Tints of Lucky #ADA022
RGB
CMYK
RGB Variations
Color information
#ADA022 (or 0xADA022) is known color: Lucky. HEX triplet: AD, A0 and 22. RGB value is (173,160,34). Sum of RGB (Red+Green+Blue) = 173+160+34=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA022 is #525FDD. Grayscale: #969696. Windows color (decimal): -5398494 or 2269357. OLE color: 2269357.
HSL color Cylindrical-coordinate representation of color #ADA022: hue angle of 54.39º 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 #ADA022 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 160 | 34 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.32 |
| HSL | 54.39º | 0.67% | 0.41% | - |
| HSV(B) | 54.39º | 0.8% | 0.68% | - |
| XYZ | 30.09 | 34.14 | 6.52 | - |
| YUV | 149.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 160 | 34 | 0 | 0.08 | 0.80 | 0.32 | 54.39 | 0.67 | 0.41 |
| Hex | AD | A0 | 22 | 0 | 8 | 50 | 20 | 36 | 43 | 29 |
| Octal | 255 | 240 | 42 | 0 | 10 | 120 | 40 | 66 | 103 | 51 |
| Binary | 10101101 | 10100000 | 100010 | 0 | 1000 | 1010000 | 100000 | 110110 | 1000011 | 101001 |
Color Harmonies of #ADA022
Complementary color
Monochromatic Colors of #ADA022
Black with #ADA022
Text Example
Text Example
White with #ADA022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA022; }
p { color: rgb(173,160,34); }
H1.HeaderClassName
{
color: #ADA022;
}
.AnyTagClassName
{
color: #ADA022;
}
</style>
background-color css
<style>
a { background-color: #ADA022; }
a { background-color: rgb(173,160,34); }
div.DivClassName
{
background-color: #ADA022;
}
.BgClassName
{
background-color: #ADA022;
}
</style>
border-color css
<style>
span { border-color: #ADA022; }
span { border-color: rgb(173,160,34); }
td.TdClassName
{
border-color: #ADA022;
}
.TagClassName
{
border-color: #ADA022;
}
</style>