Shades of Lucky #AD980A
Tints of Lucky #AD980A
RGB
CMYK
RGB Variations
Color information
#AD980A (or 0xAD980A) is known color: Lucky. HEX triplet: AD, 98 and 0A. RGB value is (173,152,10). Sum of RGB (Red+Green+Blue) = 173+152+10=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD980A is #5267F5. Grayscale: #8E8E8E. Windows color (decimal): -5400566 or 694445. OLE color: 694445.
HSL color Cylindrical-coordinate representation of color #AD980A: hue angle of 52.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD980A is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 152 | 10 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.32 |
| HSL | 52.27º | 0.89% | 0.36% | - |
| HSV(B) | 52.27º | 0.94% | 0.68% | - |
| XYZ | 28.52 | 31.36 | 4.84 | - |
| YUV | 142.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 10 | 0 | 0.12 | 0.94 | 0.32 | 52.27 | 0.89 | 0.36 |
| Hex | AD | 98 | A | 0 | C | 5E | 20 | 34 | 59 | 24 |
| Octal | 255 | 230 | 12 | 0 | 14 | 136 | 40 | 64 | 131 | 44 |
| Binary | 10101101 | 10011000 | 1010 | 0 | 1100 | 1011110 | 100000 | 110100 | 1011001 | 100100 |
Color Harmonies of #AD980A
Complementary color
Monochromatic Colors of #AD980A
Black with #AD980A
Text Example
Text Example
White with #AD980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD980A; }
p { color: rgb(173,152,10); }
H1.HeaderClassName
{
color: #AD980A;
}
.AnyTagClassName
{
color: #AD980A;
}
</style>
background-color css
<style>
a { background-color: #AD980A; }
a { background-color: rgb(173,152,10); }
div.DivClassName
{
background-color: #AD980A;
}
.BgClassName
{
background-color: #AD980A;
}
</style>
border-color css
<style>
span { border-color: #AD980A; }
span { border-color: rgb(173,152,10); }
td.TdClassName
{
border-color: #AD980A;
}
.TagClassName
{
border-color: #AD980A;
}
</style>