Shades of Lucky #AD9010
Tints of Lucky #AD9010
RGB
CMYK
RGB Variations
Color information
#AD9010 (or 0xAD9010) is known color: Lucky. HEX triplet: AD, 90 and 10. RGB value is (173,144,16). Sum of RGB (Red+Green+Blue) = 173+144+16=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9010 is #526FEF. Grayscale: #8A8A8A. Windows color (decimal): -5402608 or 1085613. OLE color: 1085613.
HSL color Cylindrical-coordinate representation of color #AD9010: hue angle of 48.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD9010 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 16 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.32 |
| HSL | 48.92º | 0.83% | 0.37% | - |
| HSV(B) | 48.92º | 0.91% | 0.68% | - |
| XYZ | 27.3 | 28.87 | 4.62 | - |
| YUV | 138.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 16 | 0 | 0.17 | 0.91 | 0.32 | 48.92 | 0.83 | 0.37 |
| Hex | AD | 90 | 10 | 0 | 11 | 5B | 20 | 31 | 53 | 25 |
| Octal | 255 | 220 | 20 | 0 | 21 | 133 | 40 | 61 | 123 | 45 |
| Binary | 10101101 | 10010000 | 10000 | 0 | 10001 | 1011011 | 100000 | 110001 | 1010011 | 100101 |
Color Harmonies of #AD9010
Complementary color
Monochromatic Colors of #AD9010
Black with #AD9010
Text Example
Text Example
White with #AD9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9010; }
p { color: rgb(173,144,16); }
H1.HeaderClassName
{
color: #AD9010;
}
.AnyTagClassName
{
color: #AD9010;
}
</style>
background-color css
<style>
a { background-color: #AD9010; }
a { background-color: rgb(173,144,16); }
div.DivClassName
{
background-color: #AD9010;
}
.BgClassName
{
background-color: #AD9010;
}
</style>
border-color css
<style>
span { border-color: #AD9010; }
span { border-color: rgb(173,144,16); }
td.TdClassName
{
border-color: #AD9010;
}
.TagClassName
{
border-color: #AD9010;
}
</style>