Shades of Lucky #ADA80F
Tints of Lucky #ADA80F
RGB
CMYK
RGB Variations
Color information
#ADA80F (or 0xADA80F) is known color: Lucky. HEX triplet: AD, A8 and 0F. RGB value is (173,168,15). Sum of RGB (Red+Green+Blue) = 173+168+15=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA80F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA80F is #5257F0. Grayscale: #989898. Windows color (decimal): -5396465 or 1026221. OLE color: 1026221.
HSL color Cylindrical-coordinate representation of color #ADA80F: hue angle of 58.1º 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 #ADA80F is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 15 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.32 |
| HSL | 58.1º | 0.84% | 0.37% | - |
| HSV(B) | 58.1º | 0.91% | 0.68% | - |
| XYZ | 31.32 | 36.92 | 5.93 | - |
| YUV | 152.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 15 | 0 | 0.03 | 0.91 | 0.32 | 58.1 | 0.84 | 0.37 |
| Hex | AD | A8 | F | 0 | 3 | 5B | 20 | 3A | 54 | 25 |
| Octal | 255 | 250 | 17 | 0 | 3 | 133 | 40 | 72 | 124 | 45 |
| Binary | 10101101 | 10101000 | 1111 | 0 | 11 | 1011011 | 100000 | 111010 | 1010100 | 100101 |
Color Harmonies of #ADA80F
Complementary color
Monochromatic Colors of #ADA80F
Black with #ADA80F
Text Example
Text Example
White with #ADA80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA80F; }
p { color: rgb(173,168,15); }
H1.HeaderClassName
{
color: #ADA80F;
}
.AnyTagClassName
{
color: #ADA80F;
}
</style>
background-color css
<style>
a { background-color: #ADA80F; }
a { background-color: rgb(173,168,15); }
div.DivClassName
{
background-color: #ADA80F;
}
.BgClassName
{
background-color: #ADA80F;
}
</style>
border-color css
<style>
span { border-color: #ADA80F; }
span { border-color: rgb(173,168,15); }
td.TdClassName
{
border-color: #ADA80F;
}
.TagClassName
{
border-color: #ADA80F;
}
</style>