Shades of Lucky #ADA809
Tints of Lucky #ADA809
RGB
CMYK
RGB Variations
Color information
#ADA809 (or 0xADA809) is known color: Lucky. HEX triplet: AD, A8 and 09. RGB value is (173,168,9). Sum of RGB (Red+Green+Blue) = 173+168+9=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA809 is #5257F6. Grayscale: #989898. Windows color (decimal): -5396471 or 633005. OLE color: 633005.
HSL color Cylindrical-coordinate representation of color #ADA809: hue angle of 58.17º 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 #ADA809 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 9 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.32 |
| HSL | 58.17º | 0.9% | 0.36% | - |
| HSV(B) | 58.17º | 0.95% | 0.68% | - |
| XYZ | 31.29 | 36.91 | 5.73 | - |
| YUV | 151.37 | 47.66 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 9 | 0 | 0.03 | 0.95 | 0.32 | 58.17 | 0.9 | 0.36 |
| Hex | AD | A8 | 9 | 0 | 3 | 5F | 20 | 3A | 5A | 24 |
| Octal | 255 | 250 | 11 | 0 | 3 | 137 | 40 | 72 | 132 | 44 |
| Binary | 10101101 | 10101000 | 1001 | 0 | 11 | 1011111 | 100000 | 111010 | 1011010 | 100100 |
Color Harmonies of #ADA809
Complementary color
Monochromatic Colors of #ADA809
Black with #ADA809
Text Example
Text Example
White with #ADA809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA809; }
p { color: rgb(173,168,9); }
H1.HeaderClassName
{
color: #ADA809;
}
.AnyTagClassName
{
color: #ADA809;
}
</style>
background-color css
<style>
a { background-color: #ADA809; }
a { background-color: rgb(173,168,9); }
div.DivClassName
{
background-color: #ADA809;
}
.BgClassName
{
background-color: #ADA809;
}
</style>
border-color css
<style>
span { border-color: #ADA809; }
span { border-color: rgb(173,168,9); }
td.TdClassName
{
border-color: #ADA809;
}
.TagClassName
{
border-color: #ADA809;
}
</style>