Shades of Lucky #AD980F
Tints of Lucky #AD980F
RGB
CMYK
RGB Variations
Color information
#AD980F (or 0xAD980F) is known color: Lucky. HEX triplet: AD, 98 and 0F. RGB value is (173,152,15). Sum of RGB (Red+Green+Blue) = 173+152+15=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD980F is #5267F0. Grayscale: #8F8F8F. Windows color (decimal): -5400561 or 1022125. OLE color: 1022125.
HSL color Cylindrical-coordinate representation of color #AD980F: hue angle of 52.03º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD980F is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 15 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.32 |
| HSL | 52.03º | 0.84% | 0.37% | - |
| HSV(B) | 52.03º | 0.91% | 0.68% | - |
| XYZ | 28.55 | 31.38 | 5 | - |
| YUV | 142.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 15 | 0 | 0.12 | 0.91 | 0.32 | 52.03 | 0.84 | 0.37 |
| Hex | AD | 98 | F | 0 | C | 5B | 20 | 34 | 54 | 25 |
| Octal | 255 | 230 | 17 | 0 | 14 | 133 | 40 | 64 | 124 | 45 |
| Binary | 10101101 | 10011000 | 1111 | 0 | 1100 | 1011011 | 100000 | 110100 | 1010100 | 100101 |
Color Harmonies of #AD980F
Complementary color
Monochromatic Colors of #AD980F
Black with #AD980F
Text Example
Text Example
White with #AD980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD980F; }
p { color: rgb(173,152,15); }
H1.HeaderClassName
{
color: #AD980F;
}
.AnyTagClassName
{
color: #AD980F;
}
</style>
background-color css
<style>
a { background-color: #AD980F; }
a { background-color: rgb(173,152,15); }
div.DivClassName
{
background-color: #AD980F;
}
.BgClassName
{
background-color: #AD980F;
}
</style>
border-color css
<style>
span { border-color: #AD980F; }
span { border-color: rgb(173,152,15); }
td.TdClassName
{
border-color: #AD980F;
}
.TagClassName
{
border-color: #AD980F;
}
</style>