Shades of Lucky #ADA201
Tints of Lucky #ADA201
RGB
CMYK
RGB Variations
Color information
#ADA201 (or 0xADA201) is known color: Lucky. HEX triplet: AD, A2 and 01. RGB value is (173,162,1). Sum of RGB (Red+Green+Blue) = 173+162+1=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA201 is #525DFE. Grayscale: #939393. Windows color (decimal): -5398015 or 107181. OLE color: 107181.
HSL color Cylindrical-coordinate representation of color #ADA201: hue angle of 56.16º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADA201 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.32 |
| HSL | 56.16º | 0.99% | 0.34% | - |
| HSV(B) | 56.16º | 0.99% | 0.68% | - |
| XYZ | 30.16 | 34.73 | 5.14 | - |
| YUV | 146.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 1 | 0 | 0.06 | 0.99 | 0.32 | 56.16 | 0.99 | 0.34 |
| Hex | AD | A2 | 1 | 0 | 6 | 63 | 20 | 38 | 63 | 22 |
| Octal | 255 | 242 | 1 | 0 | 6 | 143 | 40 | 70 | 143 | 42 |
| Binary | 10101101 | 10100010 | 1 | 0 | 110 | 1100011 | 100000 | 111000 | 1100011 | 100010 |
Color Harmonies of #ADA201
Complementary color
Monochromatic Colors of #ADA201
Black with #ADA201
Text Example
Text Example
White with #ADA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA201; }
p { color: rgb(173,162,1); }
H1.HeaderClassName
{
color: #ADA201;
}
.AnyTagClassName
{
color: #ADA201;
}
</style>
background-color css
<style>
a { background-color: #ADA201; }
a { background-color: rgb(173,162,1); }
div.DivClassName
{
background-color: #ADA201;
}
.BgClassName
{
background-color: #ADA201;
}
</style>
border-color css
<style>
span { border-color: #ADA201; }
span { border-color: rgb(173,162,1); }
td.TdClassName
{
border-color: #ADA201;
}
.TagClassName
{
border-color: #ADA201;
}
</style>