Shades of Lucky #AD8D1E
Tints of Lucky #AD8D1E
RGB
CMYK
RGB Variations
Color information
#AD8D1E (or 0xAD8D1E) is known color: Lucky. HEX triplet: AD, 8D and 1E. RGB value is (173,141,30). Sum of RGB (Red+Green+Blue) = 173+141+30=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D1E is #5272E1. Grayscale: #8A8A8A. Windows color (decimal): -5403362 or 2002349. OLE color: 2002349.
HSL color Cylindrical-coordinate representation of color #AD8D1E: hue angle of 46.57º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD8D1E is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 30 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.32 |
| HSL | 46.57º | 0.7% | 0.4% | - |
| HSV(B) | 46.57º | 0.83% | 0.68% | - |
| XYZ | 26.99 | 28.03 | 5.22 | - |
| YUV | 137.91 | 67.1 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 30 | 0 | 0.18 | 0.83 | 0.32 | 46.57 | 0.7 | 0.4 |
| Hex | AD | 8D | 1E | 0 | 12 | 53 | 20 | 2F | 46 | 28 |
| Octal | 255 | 215 | 36 | 0 | 22 | 123 | 40 | 57 | 106 | 50 |
| Binary | 10101101 | 10001101 | 11110 | 0 | 10010 | 1010011 | 100000 | 101111 | 1000110 | 101000 |
Color Harmonies of #AD8D1E
Complementary color
Monochromatic Colors of #AD8D1E
Black with #AD8D1E
Text Example
Text Example
White with #AD8D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D1E; }
p { color: rgb(173,141,30); }
H1.HeaderClassName
{
color: #AD8D1E;
}
.AnyTagClassName
{
color: #AD8D1E;
}
</style>
background-color css
<style>
a { background-color: #AD8D1E; }
a { background-color: rgb(173,141,30); }
div.DivClassName
{
background-color: #AD8D1E;
}
.BgClassName
{
background-color: #AD8D1E;
}
</style>
border-color css
<style>
span { border-color: #AD8D1E; }
span { border-color: rgb(173,141,30); }
td.TdClassName
{
border-color: #AD8D1E;
}
.TagClassName
{
border-color: #AD8D1E;
}
</style>