Shades of Lucky #AD9814
Tints of Lucky #AD9814
RGB
CMYK
RGB Variations
Color information
#AD9814 (or 0xAD9814) is known color: Lucky. HEX triplet: AD, 98 and 14. RGB value is (173,152,20). Sum of RGB (Red+Green+Blue) = 173+152+20=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9814 is #5267EB. Grayscale: #8F8F8F. Windows color (decimal): -5400556 or 1349805. OLE color: 1349805.
HSL color Cylindrical-coordinate representation of color #AD9814: hue angle of 51.76º 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 #AD9814 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 20 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.32 |
| HSL | 51.76º | 0.79% | 0.38% | - |
| HSV(B) | 51.76º | 0.88% | 0.68% | - |
| XYZ | 28.59 | 31.39 | 5.21 | - |
| YUV | 143.23 | 58.46 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 20 | 0 | 0.12 | 0.88 | 0.32 | 51.76 | 0.79 | 0.38 |
| Hex | AD | 98 | 14 | 0 | C | 58 | 20 | 34 | 4F | 26 |
| Octal | 255 | 230 | 24 | 0 | 14 | 130 | 40 | 64 | 117 | 46 |
| Binary | 10101101 | 10011000 | 10100 | 0 | 1100 | 1011000 | 100000 | 110100 | 1001111 | 100110 |
Color Harmonies of #AD9814
Complementary color
Monochromatic Colors of #AD9814
Black with #AD9814
Text Example
Text Example
White with #AD9814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9814; }
p { color: rgb(173,152,20); }
H1.HeaderClassName
{
color: #AD9814;
}
.AnyTagClassName
{
color: #AD9814;
}
</style>
background-color css
<style>
a { background-color: #AD9814; }
a { background-color: rgb(173,152,20); }
div.DivClassName
{
background-color: #AD9814;
}
.BgClassName
{
background-color: #AD9814;
}
</style>
border-color css
<style>
span { border-color: #AD9814; }
span { border-color: rgb(173,152,20); }
td.TdClassName
{
border-color: #AD9814;
}
.TagClassName
{
border-color: #AD9814;
}
</style>