Shades of Lucky #AD8D16
Tints of Lucky #AD8D16
RGB
CMYK
RGB Variations
Color information
#AD8D16 (or 0xAD8D16) is known color: Lucky. HEX triplet: AD, 8D and 16. RGB value is (173,141,22). Sum of RGB (Red+Green+Blue) = 173+141+22=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D16 is #5272E9. Grayscale: #898989. Windows color (decimal): -5403370 or 1478061. OLE color: 1478061.
HSL color Cylindrical-coordinate representation of color #AD8D16: hue angle of 47.28º 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 #AD8D16 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 22 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.32 |
| HSL | 47.28º | 0.77% | 0.38% | - |
| HSV(B) | 47.28º | 0.87% | 0.68% | - |
| XYZ | 26.9 | 27.99 | 4.74 | - |
| YUV | 137 | 63.1 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 22 | 0 | 0.18 | 0.87 | 0.32 | 47.28 | 0.77 | 0.38 |
| Hex | AD | 8D | 16 | 0 | 12 | 57 | 20 | 2F | 4D | 26 |
| Octal | 255 | 215 | 26 | 0 | 22 | 127 | 40 | 57 | 115 | 46 |
| Binary | 10101101 | 10001101 | 10110 | 0 | 10010 | 1010111 | 100000 | 101111 | 1001101 | 100110 |
Color Harmonies of #AD8D16
Complementary color
Monochromatic Colors of #AD8D16
Black with #AD8D16
Text Example
Text Example
White with #AD8D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D16; }
p { color: rgb(173,141,22); }
H1.HeaderClassName
{
color: #AD8D16;
}
.AnyTagClassName
{
color: #AD8D16;
}
</style>
background-color css
<style>
a { background-color: #AD8D16; }
a { background-color: rgb(173,141,22); }
div.DivClassName
{
background-color: #AD8D16;
}
.BgClassName
{
background-color: #AD8D16;
}
</style>
border-color css
<style>
span { border-color: #AD8D16; }
span { border-color: rgb(173,141,22); }
td.TdClassName
{
border-color: #AD8D16;
}
.TagClassName
{
border-color: #AD8D16;
}
</style>