Shades of Lucky #AD9D13
Tints of Lucky #AD9D13
RGB
CMYK
RGB Variations
Color information
#AD9D13 (or 0xAD9D13) is known color: Lucky. HEX triplet: AD, 9D and 13. RGB value is (173,157,19). Sum of RGB (Red+Green+Blue) = 173+157+19=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9D13 is #5262EC. Grayscale: #929292. Windows color (decimal): -5399277 or 1285549. OLE color: 1285549.
HSL color Cylindrical-coordinate representation of color #AD9D13: hue angle of 53.77º 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 #AD9D13 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 157 | 19 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.32 |
| HSL | 53.77º | 0.8% | 0.38% | - |
| HSV(B) | 53.77º | 0.89% | 0.68% | - |
| XYZ | 29.41 | 33.05 | 5.44 | - |
| YUV | 146.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 19 | 0 | 0.09 | 0.89 | 0.32 | 53.77 | 0.8 | 0.38 |
| Hex | AD | 9D | 13 | 0 | 9 | 59 | 20 | 36 | 50 | 26 |
| Octal | 255 | 235 | 23 | 0 | 11 | 131 | 40 | 66 | 120 | 46 |
| Binary | 10101101 | 10011101 | 10011 | 0 | 1001 | 1011001 | 100000 | 110110 | 1010000 | 100110 |
Color Harmonies of #AD9D13
Complementary color
Monochromatic Colors of #AD9D13
Black with #AD9D13
Text Example
Text Example
White with #AD9D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9D13; }
p { color: rgb(173,157,19); }
H1.HeaderClassName
{
color: #AD9D13;
}
.AnyTagClassName
{
color: #AD9D13;
}
</style>
background-color css
<style>
a { background-color: #AD9D13; }
a { background-color: rgb(173,157,19); }
div.DivClassName
{
background-color: #AD9D13;
}
.BgClassName
{
background-color: #AD9D13;
}
</style>
border-color css
<style>
span { border-color: #AD9D13; }
span { border-color: rgb(173,157,19); }
td.TdClassName
{
border-color: #AD9D13;
}
.TagClassName
{
border-color: #AD9D13;
}
</style>