Shades of Lucky #ADA31A
Tints of Lucky #ADA31A
RGB
CMYK
RGB Variations
Color information
#ADA31A (or 0xADA31A) is known color: Lucky. HEX triplet: AD, A3 and 1A. RGB value is (173,163,26). Sum of RGB (Red+Green+Blue) = 173+163+26=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA31A is #525CE5. Grayscale: #969696. Windows color (decimal): -5397734 or 1745837. OLE color: 1745837.
HSL color Cylindrical-coordinate representation of color #ADA31A: hue angle of 55.92º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADA31A is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 26 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.32 |
| HSL | 55.92º | 0.74% | 0.39% | - |
| HSV(B) | 55.92º | 0.85% | 0.68% | - |
| XYZ | 30.52 | 35.15 | 6.15 | - |
| YUV | 150.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 26 | 0 | 0.06 | 0.85 | 0.32 | 55.92 | 0.74 | 0.39 |
| Hex | AD | A3 | 1A | 0 | 6 | 55 | 20 | 38 | 4A | 27 |
| Octal | 255 | 243 | 32 | 0 | 6 | 125 | 40 | 70 | 112 | 47 |
| Binary | 10101101 | 10100011 | 11010 | 0 | 110 | 1010101 | 100000 | 111000 | 1001010 | 100111 |
Color Harmonies of #ADA31A
Complementary color
Monochromatic Colors of #ADA31A
Black with #ADA31A
Text Example
Text Example
White with #ADA31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA31A; }
p { color: rgb(173,163,26); }
H1.HeaderClassName
{
color: #ADA31A;
}
.AnyTagClassName
{
color: #ADA31A;
}
</style>
background-color css
<style>
a { background-color: #ADA31A; }
a { background-color: rgb(173,163,26); }
div.DivClassName
{
background-color: #ADA31A;
}
.BgClassName
{
background-color: #ADA31A;
}
</style>
border-color css
<style>
span { border-color: #ADA31A; }
span { border-color: rgb(173,163,26); }
td.TdClassName
{
border-color: #ADA31A;
}
.TagClassName
{
border-color: #ADA31A;
}
</style>