Shades of Lucky #ADA223
Tints of Lucky #ADA223
RGB
CMYK
RGB Variations
Color information
#ADA223 (or 0xADA223) is known color: Lucky. HEX triplet: AD, A2 and 23. RGB value is (173,162,35). Sum of RGB (Red+Green+Blue) = 173+162+35=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA223 is #525DDC. Grayscale: #979797. Windows color (decimal): -5397981 or 2335405. OLE color: 2335405.
HSL color Cylindrical-coordinate representation of color #ADA223: hue angle of 55.22º degrees, saturation: 0.66, 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 #ADA223 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 35 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.32 |
| HSL | 55.22º | 0.66% | 0.41% | - |
| HSV(B) | 55.22º | 0.8% | 0.68% | - |
| XYZ | 30.46 | 34.85 | 6.71 | - |
| YUV | 150.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 35 | 0 | 0.06 | 0.80 | 0.32 | 55.22 | 0.66 | 0.41 |
| Hex | AD | A2 | 23 | 0 | 6 | 50 | 20 | 37 | 42 | 29 |
| Octal | 255 | 242 | 43 | 0 | 6 | 120 | 40 | 67 | 102 | 51 |
| Binary | 10101101 | 10100010 | 100011 | 0 | 110 | 1010000 | 100000 | 110111 | 1000010 | 101001 |
Color Harmonies of #ADA223
Complementary color
Monochromatic Colors of #ADA223
Black with #ADA223
Text Example
Text Example
White with #ADA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA223; }
p { color: rgb(173,162,35); }
H1.HeaderClassName
{
color: #ADA223;
}
.AnyTagClassName
{
color: #ADA223;
}
</style>
background-color css
<style>
a { background-color: #ADA223; }
a { background-color: rgb(173,162,35); }
div.DivClassName
{
background-color: #ADA223;
}
.BgClassName
{
background-color: #ADA223;
}
</style>
border-color css
<style>
span { border-color: #ADA223; }
span { border-color: rgb(173,162,35); }
td.TdClassName
{
border-color: #ADA223;
}
.TagClassName
{
border-color: #ADA223;
}
</style>