Shades of Lucky #ADA915
Tints of Lucky #ADA915
RGB
CMYK
RGB Variations
Color information
#ADA915 (or 0xADA915) is known color: Lucky. HEX triplet: AD, A9 and 15. RGB value is (173,169,21). Sum of RGB (Red+Green+Blue) = 173+169+21=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA915 is #5256EA. Grayscale: #999999. Windows color (decimal): -5396203 or 1419693. OLE color: 1419693.
HSL color Cylindrical-coordinate representation of color #ADA915: hue angle of 58.42º degrees, saturation: 0.78, 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 #ADA915 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 21 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.32 |
| HSL | 58.42º | 0.78% | 0.38% | - |
| HSV(B) | 58.42º | 0.88% | 0.68% | - |
| XYZ | 31.56 | 37.31 | 6.25 | - |
| YUV | 153.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 21 | 0 | 0.02 | 0.88 | 0.32 | 58.42 | 0.78 | 0.38 |
| Hex | AD | A9 | 15 | 0 | 2 | 58 | 20 | 3A | 4E | 26 |
| Octal | 255 | 251 | 25 | 0 | 2 | 130 | 40 | 72 | 116 | 46 |
| Binary | 10101101 | 10101001 | 10101 | 0 | 10 | 1011000 | 100000 | 111010 | 1001110 | 100110 |
Color Harmonies of #ADA915
Complementary color
Monochromatic Colors of #ADA915
Black with #ADA915
Text Example
Text Example
White with #ADA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA915; }
p { color: rgb(173,169,21); }
H1.HeaderClassName
{
color: #ADA915;
}
.AnyTagClassName
{
color: #ADA915;
}
</style>
background-color css
<style>
a { background-color: #ADA915; }
a { background-color: rgb(173,169,21); }
div.DivClassName
{
background-color: #ADA915;
}
.BgClassName
{
background-color: #ADA915;
}
</style>
border-color css
<style>
span { border-color: #ADA915; }
span { border-color: rgb(173,169,21); }
td.TdClassName
{
border-color: #ADA915;
}
.TagClassName
{
border-color: #ADA915;
}
</style>