Shades of Lucky #ADA414
Tints of Lucky #ADA414
RGB
CMYK
RGB Variations
Color information
#ADA414 (or 0xADA414) is known color: Lucky. HEX triplet: AD, A4 and 14. RGB value is (173,164,20). Sum of RGB (Red+Green+Blue) = 173+164+20=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA414 is #525BEB. Grayscale: #969696. Windows color (decimal): -5397484 or 1352877. OLE color: 1352877.
HSL color Cylindrical-coordinate representation of color #ADA414: hue angle of 56.47º 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 #ADA414 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 20 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.32 |
| HSL | 56.47º | 0.79% | 0.38% | - |
| HSV(B) | 56.47º | 0.88% | 0.68% | - |
| XYZ | 30.64 | 35.49 | 5.9 | - |
| YUV | 150.28 | 54.48 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 20 | 0 | 0.05 | 0.88 | 0.32 | 56.47 | 0.79 | 0.38 |
| Hex | AD | A4 | 14 | 0 | 5 | 58 | 20 | 38 | 4F | 26 |
| Octal | 255 | 244 | 24 | 0 | 5 | 130 | 40 | 70 | 117 | 46 |
| Binary | 10101101 | 10100100 | 10100 | 0 | 101 | 1011000 | 100000 | 111000 | 1001111 | 100110 |
Color Harmonies of #ADA414
Complementary color
Monochromatic Colors of #ADA414
Black with #ADA414
Text Example
Text Example
White with #ADA414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA414; }
p { color: rgb(173,164,20); }
H1.HeaderClassName
{
color: #ADA414;
}
.AnyTagClassName
{
color: #ADA414;
}
</style>
background-color css
<style>
a { background-color: #ADA414; }
a { background-color: rgb(173,164,20); }
div.DivClassName
{
background-color: #ADA414;
}
.BgClassName
{
background-color: #ADA414;
}
</style>
border-color css
<style>
span { border-color: #ADA414; }
span { border-color: rgb(173,164,20); }
td.TdClassName
{
border-color: #ADA414;
}
.TagClassName
{
border-color: #ADA414;
}
</style>