Shades of Lucky #AD9014
Tints of Lucky #AD9014
RGB
CMYK
RGB Variations
Color information
#AD9014 (or 0xAD9014) is known color: Lucky. HEX triplet: AD, 90 and 14. RGB value is (173,144,20). Sum of RGB (Red+Green+Blue) = 173+144+20=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9014 is #526FEB. Grayscale: #8B8B8B. Windows color (decimal): -5402604 or 1347757. OLE color: 1347757.
HSL color Cylindrical-coordinate representation of color #AD9014: hue angle of 48.63º 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 #AD9014 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 144 | 20 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.32 |
| HSL | 48.63º | 0.79% | 0.38% | - |
| HSV(B) | 48.63º | 0.88% | 0.68% | - |
| XYZ | 27.33 | 28.88 | 4.8 | - |
| YUV | 138.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 144 | 20 | 0 | 0.17 | 0.88 | 0.32 | 48.63 | 0.79 | 0.38 |
| Hex | AD | 90 | 14 | 0 | 11 | 58 | 20 | 31 | 4F | 26 |
| Octal | 255 | 220 | 24 | 0 | 21 | 130 | 40 | 61 | 117 | 46 |
| Binary | 10101101 | 10010000 | 10100 | 0 | 10001 | 1011000 | 100000 | 110001 | 1001111 | 100110 |
Color Harmonies of #AD9014
Complementary color
Monochromatic Colors of #AD9014
Black with #AD9014
Text Example
Text Example
White with #AD9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9014; }
p { color: rgb(173,144,20); }
H1.HeaderClassName
{
color: #AD9014;
}
.AnyTagClassName
{
color: #AD9014;
}
</style>
background-color css
<style>
a { background-color: #AD9014; }
a { background-color: rgb(173,144,20); }
div.DivClassName
{
background-color: #AD9014;
}
.BgClassName
{
background-color: #AD9014;
}
</style>
border-color css
<style>
span { border-color: #AD9014; }
span { border-color: rgb(173,144,20); }
td.TdClassName
{
border-color: #AD9014;
}
.TagClassName
{
border-color: #AD9014;
}
</style>