Shades of Lucky #AD9E09
Tints of Lucky #AD9E09
RGB
CMYK
RGB Variations
Color information
#AD9E09 (or 0xAD9E09) is known color: Lucky. HEX triplet: AD, 9E and 09. RGB value is (173,158,9). Sum of RGB (Red+Green+Blue) = 173+158+9=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9E09 is #5261F6. Grayscale: #929292. Windows color (decimal): -5399031 or 630445. OLE color: 630445.
HSL color Cylindrical-coordinate representation of color #AD9E09: hue angle of 54.51º 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 #AD9E09 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 9 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.32 |
| HSL | 54.51º | 0.9% | 0.36% | - |
| HSV(B) | 54.51º | 0.95% | 0.68% | - |
| XYZ | 29.51 | 33.36 | 5.14 | - |
| YUV | 145.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 9 | 0 | 0.09 | 0.95 | 0.32 | 54.51 | 0.9 | 0.36 |
| Hex | AD | 9E | 9 | 0 | 9 | 5F | 20 | 37 | 5A | 24 |
| Octal | 255 | 236 | 11 | 0 | 11 | 137 | 40 | 67 | 132 | 44 |
| Binary | 10101101 | 10011110 | 1001 | 0 | 1001 | 1011111 | 100000 | 110111 | 1011010 | 100100 |
Color Harmonies of #AD9E09
Complementary color
Monochromatic Colors of #AD9E09
Black with #AD9E09
Text Example
Text Example
White with #AD9E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E09; }
p { color: rgb(173,158,9); }
H1.HeaderClassName
{
color: #AD9E09;
}
.AnyTagClassName
{
color: #AD9E09;
}
</style>
background-color css
<style>
a { background-color: #AD9E09; }
a { background-color: rgb(173,158,9); }
div.DivClassName
{
background-color: #AD9E09;
}
.BgClassName
{
background-color: #AD9E09;
}
</style>
border-color css
<style>
span { border-color: #AD9E09; }
span { border-color: rgb(173,158,9); }
td.TdClassName
{
border-color: #AD9E09;
}
.TagClassName
{
border-color: #AD9E09;
}
</style>