Shades of Lucky #ADA31C
Tints of Lucky #ADA31C
RGB
CMYK
RGB Variations
Color information
#ADA31C (or 0xADA31C) is known color: Lucky. HEX triplet: AD, A3 and 1C. RGB value is (173,163,28). Sum of RGB (Red+Green+Blue) = 173+163+28=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA31C is #525CE3. Grayscale: #979797. Windows color (decimal): -5397732 or 1876909. OLE color: 1876909.
HSL color Cylindrical-coordinate representation of color #ADA31C: hue angle of 55.86º degrees, saturation: 0.72, 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 #ADA31C is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 28 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.32 |
| HSL | 55.86º | 0.72% | 0.39% | - |
| HSV(B) | 55.86º | 0.84% | 0.68% | - |
| XYZ | 30.54 | 35.16 | 6.28 | - |
| YUV | 150.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 28 | 0 | 0.06 | 0.84 | 0.32 | 55.86 | 0.72 | 0.39 |
| Hex | AD | A3 | 1C | 0 | 6 | 54 | 20 | 38 | 48 | 27 |
| Octal | 255 | 243 | 34 | 0 | 6 | 124 | 40 | 70 | 110 | 47 |
| Binary | 10101101 | 10100011 | 11100 | 0 | 110 | 1010100 | 100000 | 111000 | 1001000 | 100111 |
Color Harmonies of #ADA31C
Complementary color
Monochromatic Colors of #ADA31C
Black with #ADA31C
Text Example
Text Example
White with #ADA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA31C; }
p { color: rgb(173,163,28); }
H1.HeaderClassName
{
color: #ADA31C;
}
.AnyTagClassName
{
color: #ADA31C;
}
</style>
background-color css
<style>
a { background-color: #ADA31C; }
a { background-color: rgb(173,163,28); }
div.DivClassName
{
background-color: #ADA31C;
}
.BgClassName
{
background-color: #ADA31C;
}
</style>
border-color css
<style>
span { border-color: #ADA31C; }
span { border-color: rgb(173,163,28); }
td.TdClassName
{
border-color: #ADA31C;
}
.TagClassName
{
border-color: #ADA31C;
}
</style>