Shades of Lucky #AD8F17
Tints of Lucky #AD8F17
RGB
CMYK
RGB Variations
Color information
#AD8F17 (or 0xAD8F17) is known color: Lucky. HEX triplet: AD, 8F and 17. RGB value is (173,143,23). Sum of RGB (Red+Green+Blue) = 173+143+23=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F17 is #5270E8. Grayscale: #8A8A8A. Windows color (decimal): -5402857 or 1544109. OLE color: 1544109.
HSL color Cylindrical-coordinate representation of color #AD8F17: hue angle of 48º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD8F17 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 23 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.32 |
| HSL | 48º | 0.77% | 0.38% | - |
| HSV(B) | 48º | 0.87% | 0.68% | - |
| XYZ | 27.21 | 28.59 | 4.9 | - |
| YUV | 138.29 | 62.94 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 23 | 0 | 0.17 | 0.87 | 0.32 | 48 | 0.77 | 0.38 |
| Hex | AD | 8F | 17 | 0 | 11 | 57 | 20 | 30 | 4D | 26 |
| Octal | 255 | 217 | 27 | 0 | 21 | 127 | 40 | 60 | 115 | 46 |
| Binary | 10101101 | 10001111 | 10111 | 0 | 10001 | 1010111 | 100000 | 110000 | 1001101 | 100110 |
Color Harmonies of #AD8F17
Complementary color
Monochromatic Colors of #AD8F17
Black with #AD8F17
Text Example
Text Example
White with #AD8F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F17; }
p { color: rgb(173,143,23); }
H1.HeaderClassName
{
color: #AD8F17;
}
.AnyTagClassName
{
color: #AD8F17;
}
</style>
background-color css
<style>
a { background-color: #AD8F17; }
a { background-color: rgb(173,143,23); }
div.DivClassName
{
background-color: #AD8F17;
}
.BgClassName
{
background-color: #AD8F17;
}
</style>
border-color css
<style>
span { border-color: #AD8F17; }
span { border-color: rgb(173,143,23); }
td.TdClassName
{
border-color: #AD8F17;
}
.TagClassName
{
border-color: #AD8F17;
}
</style>