Shades of Lucky #AD980E
Tints of Lucky #AD980E
RGB
CMYK
RGB Variations
Color information
#AD980E (or 0xAD980E) is known color: Lucky. HEX triplet: AD, 98 and 0E. RGB value is (173,152,14). Sum of RGB (Red+Green+Blue) = 173+152+14=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD980E is #5267F1. Grayscale: #8F8F8F. Windows color (decimal): -5400562 or 956589. OLE color: 956589.
HSL color Cylindrical-coordinate representation of color #AD980E: hue angle of 52.08º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD980E is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 14 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.32 |
| HSL | 52.08º | 0.85% | 0.37% | - |
| HSV(B) | 52.08º | 0.92% | 0.68% | - |
| XYZ | 28.54 | 31.37 | 4.97 | - |
| YUV | 142.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 14 | 0 | 0.12 | 0.92 | 0.32 | 52.08 | 0.85 | 0.37 |
| Hex | AD | 98 | E | 0 | C | 5C | 20 | 34 | 55 | 25 |
| Octal | 255 | 230 | 16 | 0 | 14 | 134 | 40 | 64 | 125 | 45 |
| Binary | 10101101 | 10011000 | 1110 | 0 | 1100 | 1011100 | 100000 | 110100 | 1010101 | 100101 |
Color Harmonies of #AD980E
Complementary color
Monochromatic Colors of #AD980E
Black with #AD980E
Text Example
Text Example
White with #AD980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD980E; }
p { color: rgb(173,152,14); }
H1.HeaderClassName
{
color: #AD980E;
}
.AnyTagClassName
{
color: #AD980E;
}
</style>
background-color css
<style>
a { background-color: #AD980E; }
a { background-color: rgb(173,152,14); }
div.DivClassName
{
background-color: #AD980E;
}
.BgClassName
{
background-color: #AD980E;
}
</style>
border-color css
<style>
span { border-color: #AD980E; }
span { border-color: rgb(173,152,14); }
td.TdClassName
{
border-color: #AD980E;
}
.TagClassName
{
border-color: #AD980E;
}
</style>