Shades of Lucky #AD8F15
Tints of Lucky #AD8F15
RGB
CMYK
RGB Variations
Color information
#AD8F15 (or 0xAD8F15) is known color: Lucky. HEX triplet: AD, 8F and 15. RGB value is (173,143,21). Sum of RGB (Red+Green+Blue) = 173+143+21=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8F15 is #5270EA. Grayscale: #8A8A8A. Windows color (decimal): -5402859 or 1413037. OLE color: 1413037.
HSL color Cylindrical-coordinate representation of color #AD8F15: hue angle of 48.16º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD8F15 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 143 | 21 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.32 |
| HSL | 48.16º | 0.78% | 0.38% | - |
| HSV(B) | 48.16º | 0.88% | 0.68% | - |
| XYZ | 27.19 | 28.58 | 4.79 | - |
| YUV | 138.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 143 | 21 | 0 | 0.17 | 0.88 | 0.32 | 48.16 | 0.78 | 0.38 |
| Hex | AD | 8F | 15 | 0 | 11 | 58 | 20 | 30 | 4E | 26 |
| Octal | 255 | 217 | 25 | 0 | 21 | 130 | 40 | 60 | 116 | 46 |
| Binary | 10101101 | 10001111 | 10101 | 0 | 10001 | 1011000 | 100000 | 110000 | 1001110 | 100110 |
Color Harmonies of #AD8F15
Complementary color
Monochromatic Colors of #AD8F15
Black with #AD8F15
Text Example
Text Example
White with #AD8F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8F15; }
p { color: rgb(173,143,21); }
H1.HeaderClassName
{
color: #AD8F15;
}
.AnyTagClassName
{
color: #AD8F15;
}
</style>
background-color css
<style>
a { background-color: #AD8F15; }
a { background-color: rgb(173,143,21); }
div.DivClassName
{
background-color: #AD8F15;
}
.BgClassName
{
background-color: #AD8F15;
}
</style>
border-color css
<style>
span { border-color: #AD8F15; }
span { border-color: rgb(173,143,21); }
td.TdClassName
{
border-color: #AD8F15;
}
.TagClassName
{
border-color: #AD8F15;
}
</style>