Shades of Lucky #ADA914
Tints of Lucky #ADA914
RGB
CMYK
RGB Variations
Color information
#ADA914 (or 0xADA914) is known color: Lucky. HEX triplet: AD, A9 and 14. RGB value is (173,169,20). Sum of RGB (Red+Green+Blue) = 173+169+20=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA914 is #5256EB. Grayscale: #999999. Windows color (decimal): -5396204 or 1354157. OLE color: 1354157.
HSL color Cylindrical-coordinate representation of color #ADA914: hue angle of 58.43º degrees, saturation: 0.79, 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 #ADA914 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 20 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.32 |
| HSL | 58.43º | 0.79% | 0.38% | - |
| HSV(B) | 58.43º | 0.88% | 0.68% | - |
| XYZ | 31.55 | 37.31 | 6.2 | - |
| YUV | 153.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 20 | 0 | 0.02 | 0.88 | 0.32 | 58.43 | 0.79 | 0.38 |
| Hex | AD | A9 | 14 | 0 | 2 | 58 | 20 | 3A | 4F | 26 |
| Octal | 255 | 251 | 24 | 0 | 2 | 130 | 40 | 72 | 117 | 46 |
| Binary | 10101101 | 10101001 | 10100 | 0 | 10 | 1011000 | 100000 | 111010 | 1001111 | 100110 |
Color Harmonies of #ADA914
Complementary color
Monochromatic Colors of #ADA914
Black with #ADA914
Text Example
Text Example
White with #ADA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA914; }
p { color: rgb(173,169,20); }
H1.HeaderClassName
{
color: #ADA914;
}
.AnyTagClassName
{
color: #ADA914;
}
</style>
background-color css
<style>
a { background-color: #ADA914; }
a { background-color: rgb(173,169,20); }
div.DivClassName
{
background-color: #ADA914;
}
.BgClassName
{
background-color: #ADA914;
}
</style>
border-color css
<style>
span { border-color: #ADA914; }
span { border-color: rgb(173,169,20); }
td.TdClassName
{
border-color: #ADA914;
}
.TagClassName
{
border-color: #ADA914;
}
</style>