Shades of Lucky #ADA41B
Tints of Lucky #ADA41B
RGB
CMYK
RGB Variations
Color information
#ADA41B (or 0xADA41B) is known color: Lucky. HEX triplet: AD, A4 and 1B. RGB value is (173,164,27). Sum of RGB (Red+Green+Blue) = 173+164+27=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA41B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA41B is #525BE4. Grayscale: #979797. Windows color (decimal): -5397477 or 1811629. OLE color: 1811629.
HSL color Cylindrical-coordinate representation of color #ADA41B: hue angle of 56.3º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADA41B is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 27 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.32 |
| HSL | 56.3º | 0.73% | 0.39% | - |
| HSV(B) | 56.3º | 0.84% | 0.68% | - |
| XYZ | 30.71 | 35.51 | 6.27 | - |
| YUV | 151.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 27 | 0 | 0.05 | 0.84 | 0.32 | 56.3 | 0.73 | 0.39 |
| Hex | AD | A4 | 1B | 0 | 5 | 54 | 20 | 38 | 49 | 27 |
| Octal | 255 | 244 | 33 | 0 | 5 | 124 | 40 | 70 | 111 | 47 |
| Binary | 10101101 | 10100100 | 11011 | 0 | 101 | 1010100 | 100000 | 111000 | 1001001 | 100111 |
Color Harmonies of #ADA41B
Complementary color
Monochromatic Colors of #ADA41B
Black with #ADA41B
Text Example
Text Example
White with #ADA41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA41B; }
p { color: rgb(173,164,27); }
H1.HeaderClassName
{
color: #ADA41B;
}
.AnyTagClassName
{
color: #ADA41B;
}
</style>
background-color css
<style>
a { background-color: #ADA41B; }
a { background-color: rgb(173,164,27); }
div.DivClassName
{
background-color: #ADA41B;
}
.BgClassName
{
background-color: #ADA41B;
}
</style>
border-color css
<style>
span { border-color: #ADA41B; }
span { border-color: rgb(173,164,27); }
td.TdClassName
{
border-color: #ADA41B;
}
.TagClassName
{
border-color: #ADA41B;
}
</style>