Shades of Lucky #ADA314
Tints of Lucky #ADA314
RGB
CMYK
RGB Variations
Color information
#ADA314 (or 0xADA314) is known color: Lucky. HEX triplet: AD, A3 and 14. RGB value is (173,163,20). Sum of RGB (Red+Green+Blue) = 173+163+20=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA314 is #525CEB. Grayscale: #969696. Windows color (decimal): -5397740 or 1352621. OLE color: 1352621.
HSL color Cylindrical-coordinate representation of color #ADA314: hue angle of 56.08º 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 #ADA314 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 20 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.32 |
| HSL | 56.08º | 0.79% | 0.38% | - |
| HSV(B) | 56.08º | 0.88% | 0.68% | - |
| XYZ | 30.46 | 35.13 | 5.84 | - |
| YUV | 149.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 20 | 0 | 0.06 | 0.88 | 0.32 | 56.08 | 0.79 | 0.38 |
| Hex | AD | A3 | 14 | 0 | 6 | 58 | 20 | 38 | 4F | 26 |
| Octal | 255 | 243 | 24 | 0 | 6 | 130 | 40 | 70 | 117 | 46 |
| Binary | 10101101 | 10100011 | 10100 | 0 | 110 | 1011000 | 100000 | 111000 | 1001111 | 100110 |
Color Harmonies of #ADA314
Complementary color
Monochromatic Colors of #ADA314
Black with #ADA314
Text Example
Text Example
White with #ADA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA314; }
p { color: rgb(173,163,20); }
H1.HeaderClassName
{
color: #ADA314;
}
.AnyTagClassName
{
color: #ADA314;
}
</style>
background-color css
<style>
a { background-color: #ADA314; }
a { background-color: rgb(173,163,20); }
div.DivClassName
{
background-color: #ADA314;
}
.BgClassName
{
background-color: #ADA314;
}
</style>
border-color css
<style>
span { border-color: #ADA314; }
span { border-color: rgb(173,163,20); }
td.TdClassName
{
border-color: #ADA314;
}
.TagClassName
{
border-color: #ADA314;
}
</style>