Shades of Lucky #ADA222
Tints of Lucky #ADA222
RGB
CMYK
RGB Variations
Color information
#ADA222 (or 0xADA222) is known color: Lucky. HEX triplet: AD, A2 and 22. RGB value is (173,162,34). Sum of RGB (Red+Green+Blue) = 173+162+34=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA222 is #525DDD. Grayscale: #979797. Windows color (decimal): -5397982 or 2269869. OLE color: 2269869.
HSL color Cylindrical-coordinate representation of color #ADA222: hue angle of 55.25º 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 #ADA222 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 34 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.32 |
| HSL | 55.25º | 0.67% | 0.41% | - |
| HSV(B) | 55.25º | 0.8% | 0.68% | - |
| XYZ | 30.44 | 34.84 | 6.63 | - |
| YUV | 150.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 34 | 0 | 0.06 | 0.80 | 0.32 | 55.25 | 0.67 | 0.41 |
| Hex | AD | A2 | 22 | 0 | 6 | 50 | 20 | 37 | 43 | 29 |
| Octal | 255 | 242 | 42 | 0 | 6 | 120 | 40 | 67 | 103 | 51 |
| Binary | 10101101 | 10100010 | 100010 | 0 | 110 | 1010000 | 100000 | 110111 | 1000011 | 101001 |
Color Harmonies of #ADA222
Complementary color
Monochromatic Colors of #ADA222
Black with #ADA222
Text Example
Text Example
White with #ADA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA222; }
p { color: rgb(173,162,34); }
H1.HeaderClassName
{
color: #ADA222;
}
.AnyTagClassName
{
color: #ADA222;
}
</style>
background-color css
<style>
a { background-color: #ADA222; }
a { background-color: rgb(173,162,34); }
div.DivClassName
{
background-color: #ADA222;
}
.BgClassName
{
background-color: #ADA222;
}
</style>
border-color css
<style>
span { border-color: #ADA222; }
span { border-color: rgb(173,162,34); }
td.TdClassName
{
border-color: #ADA222;
}
.TagClassName
{
border-color: #ADA222;
}
</style>