Shades of Lucky #AD9113
Tints of Lucky #AD9113
RGB
CMYK
RGB Variations
Color information
#AD9113 (or 0xAD9113) is known color: Lucky. HEX triplet: AD, 91 and 13. RGB value is (173,145,19). Sum of RGB (Red+Green+Blue) = 173+145+19=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9113 is #526EEC. Grayscale: #8B8B8B. Windows color (decimal): -5402349 or 1282477. OLE color: 1282477.
HSL color Cylindrical-coordinate representation of color #AD9113: hue angle of 49.09º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD9113 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 145 | 19 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.32 |
| HSL | 49.09º | 0.8% | 0.38% | - |
| HSV(B) | 49.09º | 0.89% | 0.68% | - |
| XYZ | 27.48 | 29.18 | 4.8 | - |
| YUV | 139.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 145 | 19 | 0 | 0.16 | 0.89 | 0.32 | 49.09 | 0.8 | 0.38 |
| Hex | AD | 91 | 13 | 0 | 10 | 59 | 20 | 31 | 50 | 26 |
| Octal | 255 | 221 | 23 | 0 | 20 | 131 | 40 | 61 | 120 | 46 |
| Binary | 10101101 | 10010001 | 10011 | 0 | 10000 | 1011001 | 100000 | 110001 | 1010000 | 100110 |
Color Harmonies of #AD9113
Complementary color
Monochromatic Colors of #AD9113
Black with #AD9113
Text Example
Text Example
White with #AD9113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9113; }
p { color: rgb(173,145,19); }
H1.HeaderClassName
{
color: #AD9113;
}
.AnyTagClassName
{
color: #AD9113;
}
</style>
background-color css
<style>
a { background-color: #AD9113; }
a { background-color: rgb(173,145,19); }
div.DivClassName
{
background-color: #AD9113;
}
.BgClassName
{
background-color: #AD9113;
}
</style>
border-color css
<style>
span { border-color: #AD9113; }
span { border-color: rgb(173,145,19); }
td.TdClassName
{
border-color: #AD9113;
}
.TagClassName
{
border-color: #AD9113;
}
</style>