Shades of Lucky #AD9610
Tints of Lucky #AD9610
RGB
CMYK
RGB Variations
Color information
#AD9610 (or 0xAD9610) is known color: Lucky. HEX triplet: AD, 96 and 10. RGB value is (173,150,16). Sum of RGB (Red+Green+Blue) = 173+150+16=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9610 is #5269EF. Grayscale: #8E8E8E. Windows color (decimal): -5401072 or 1087149. OLE color: 1087149.
HSL color Cylindrical-coordinate representation of color #AD9610: hue angle of 51.21º 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 #AD9610 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 150 | 16 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.32 |
| HSL | 51.21º | 0.83% | 0.37% | - |
| HSV(B) | 51.21º | 0.91% | 0.68% | - |
| XYZ | 28.23 | 30.73 | 4.93 | - |
| YUV | 141.6 | 57.12 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 150 | 16 | 0 | 0.13 | 0.91 | 0.32 | 51.21 | 0.83 | 0.37 |
| Hex | AD | 96 | 10 | 0 | D | 5B | 20 | 33 | 53 | 25 |
| Octal | 255 | 226 | 20 | 0 | 15 | 133 | 40 | 63 | 123 | 45 |
| Binary | 10101101 | 10010110 | 10000 | 0 | 1101 | 1011011 | 100000 | 110011 | 1010011 | 100101 |
Color Harmonies of #AD9610
Complementary color
Monochromatic Colors of #AD9610
Black with #AD9610
Text Example
Text Example
White with #AD9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9610; }
p { color: rgb(173,150,16); }
H1.HeaderClassName
{
color: #AD9610;
}
.AnyTagClassName
{
color: #AD9610;
}
</style>
background-color css
<style>
a { background-color: #AD9610; }
a { background-color: rgb(173,150,16); }
div.DivClassName
{
background-color: #AD9610;
}
.BgClassName
{
background-color: #AD9610;
}
</style>
border-color css
<style>
span { border-color: #AD9610; }
span { border-color: rgb(173,150,16); }
td.TdClassName
{
border-color: #AD9610;
}
.TagClassName
{
border-color: #AD9610;
}
</style>