Shades of Lucky #AD9E14
Tints of Lucky #AD9E14
RGB
CMYK
RGB Variations
Color information
#AD9E14 (or 0xAD9E14) is known color: Lucky. HEX triplet: AD, 9E and 14. RGB value is (173,158,20). Sum of RGB (Red+Green+Blue) = 173+158+20=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9E14 is #5261EB. Grayscale: #939393. Windows color (decimal): -5399020 or 1351341. OLE color: 1351341.
HSL color Cylindrical-coordinate representation of color #AD9E14: hue angle of 54.12º 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 #AD9E14 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 158 | 20 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.32 |
| HSL | 54.12º | 0.79% | 0.38% | - |
| HSV(B) | 54.12º | 0.88% | 0.68% | - |
| XYZ | 29.59 | 33.39 | 5.55 | - |
| YUV | 146.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 20 | 0 | 0.09 | 0.88 | 0.32 | 54.12 | 0.79 | 0.38 |
| Hex | AD | 9E | 14 | 0 | 9 | 58 | 20 | 36 | 4F | 26 |
| Octal | 255 | 236 | 24 | 0 | 11 | 130 | 40 | 66 | 117 | 46 |
| Binary | 10101101 | 10011110 | 10100 | 0 | 1001 | 1011000 | 100000 | 110110 | 1001111 | 100110 |
Color Harmonies of #AD9E14
Complementary color
Monochromatic Colors of #AD9E14
Black with #AD9E14
Text Example
Text Example
White with #AD9E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9E14; }
p { color: rgb(173,158,20); }
H1.HeaderClassName
{
color: #AD9E14;
}
.AnyTagClassName
{
color: #AD9E14;
}
</style>
background-color css
<style>
a { background-color: #AD9E14; }
a { background-color: rgb(173,158,20); }
div.DivClassName
{
background-color: #AD9E14;
}
.BgClassName
{
background-color: #AD9E14;
}
</style>
border-color css
<style>
span { border-color: #AD9E14; }
span { border-color: rgb(173,158,20); }
td.TdClassName
{
border-color: #AD9E14;
}
.TagClassName
{
border-color: #AD9E14;
}
</style>