Shades of Lucky #AD8D14
Tints of Lucky #AD8D14
RGB
CMYK
RGB Variations
Color information
#AD8D14 (or 0xAD8D14) is known color: Lucky. HEX triplet: AD, 8D and 14. RGB value is (173,141,20). Sum of RGB (Red+Green+Blue) = 173+141+20=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8D14 is #5272EB. Grayscale: #898989. Windows color (decimal): -5403372 or 1346989. OLE color: 1346989.
HSL color Cylindrical-coordinate representation of color #AD8D14: hue angle of 47.45º degrees, saturation: 0.79, 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 #AD8D14 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 20 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.32 |
| HSL | 47.45º | 0.79% | 0.38% | - |
| HSV(B) | 47.45º | 0.88% | 0.68% | - |
| XYZ | 26.88 | 27.98 | 4.65 | - |
| YUV | 136.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 20 | 0 | 0.18 | 0.88 | 0.32 | 47.45 | 0.79 | 0.38 |
| Hex | AD | 8D | 14 | 0 | 12 | 58 | 20 | 2F | 4F | 26 |
| Octal | 255 | 215 | 24 | 0 | 22 | 130 | 40 | 57 | 117 | 46 |
| Binary | 10101101 | 10001101 | 10100 | 0 | 10010 | 1011000 | 100000 | 101111 | 1001111 | 100110 |
Color Harmonies of #AD8D14
Complementary color
Monochromatic Colors of #AD8D14
Black with #AD8D14
Text Example
Text Example
White with #AD8D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D14; }
p { color: rgb(173,141,20); }
H1.HeaderClassName
{
color: #AD8D14;
}
.AnyTagClassName
{
color: #AD8D14;
}
</style>
background-color css
<style>
a { background-color: #AD8D14; }
a { background-color: rgb(173,141,20); }
div.DivClassName
{
background-color: #AD8D14;
}
.BgClassName
{
background-color: #AD8D14;
}
</style>
border-color css
<style>
span { border-color: #AD8D14; }
span { border-color: rgb(173,141,20); }
td.TdClassName
{
border-color: #AD8D14;
}
.TagClassName
{
border-color: #AD8D14;
}
</style>