Shades of Lucky #ADA209
Tints of Lucky #ADA209
RGB
CMYK
RGB Variations
Color information
#ADA209 (or 0xADA209) is known color: Lucky. HEX triplet: AD, A2 and 09. RGB value is (173,162,9). Sum of RGB (Red+Green+Blue) = 173+162+9=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA209 is #525DF6. Grayscale: #949494. Windows color (decimal): -5398007 or 631469. OLE color: 631469.
HSL color Cylindrical-coordinate representation of color #ADA209: hue angle of 55.98º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADA209 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 9 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.32 |
| HSL | 55.98º | 0.9% | 0.36% | - |
| HSV(B) | 55.98º | 0.95% | 0.68% | - |
| XYZ | 30.2 | 34.74 | 5.37 | - |
| YUV | 147.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 9 | 0 | 0.06 | 0.95 | 0.32 | 55.98 | 0.9 | 0.36 |
| Hex | AD | A2 | 9 | 0 | 6 | 5F | 20 | 38 | 5A | 24 |
| Octal | 255 | 242 | 11 | 0 | 6 | 137 | 40 | 70 | 132 | 44 |
| Binary | 10101101 | 10100010 | 1001 | 0 | 110 | 1011111 | 100000 | 111000 | 1011010 | 100100 |
Color Harmonies of #ADA209
Complementary color
Monochromatic Colors of #ADA209
Black with #ADA209
Text Example
Text Example
White with #ADA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA209; }
p { color: rgb(173,162,9); }
H1.HeaderClassName
{
color: #ADA209;
}
.AnyTagClassName
{
color: #ADA209;
}
</style>
background-color css
<style>
a { background-color: #ADA209; }
a { background-color: rgb(173,162,9); }
div.DivClassName
{
background-color: #ADA209;
}
.BgClassName
{
background-color: #ADA209;
}
</style>
border-color css
<style>
span { border-color: #ADA209; }
span { border-color: rgb(173,162,9); }
td.TdClassName
{
border-color: #ADA209;
}
.TagClassName
{
border-color: #ADA209;
}
</style>