Shades of Lucky #ADA302
Tints of Lucky #ADA302
RGB
CMYK
RGB Variations
Color information
#ADA302 (or 0xADA302) is known color: Lucky. HEX triplet: AD, A3 and 02. RGB value is (173,163,2). Sum of RGB (Red+Green+Blue) = 173+163+2=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA302 is #525CFD. Grayscale: #949494. Windows color (decimal): -5397758 or 172973. OLE color: 172973.
HSL color Cylindrical-coordinate representation of color #ADA302: hue angle of 56.49º degrees, saturation: 0.98, 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 #ADA302 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.32 |
| HSL | 56.49º | 0.98% | 0.34% | - |
| HSV(B) | 56.49º | 0.99% | 0.68% | - |
| XYZ | 30.34 | 35.08 | 5.23 | - |
| YUV | 147.64 | 45.81 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 2 | 0 | 0.06 | 0.99 | 0.32 | 56.49 | 0.98 | 0.34 |
| Hex | AD | A3 | 2 | 0 | 6 | 63 | 20 | 38 | 62 | 22 |
| Octal | 255 | 243 | 2 | 0 | 6 | 143 | 40 | 70 | 142 | 42 |
| Binary | 10101101 | 10100011 | 10 | 0 | 110 | 1100011 | 100000 | 111000 | 1100010 | 100010 |
Color Harmonies of #ADA302
Complementary color
Monochromatic Colors of #ADA302
Black with #ADA302
Text Example
Text Example
White with #ADA302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA302; }
p { color: rgb(173,163,2); }
H1.HeaderClassName
{
color: #ADA302;
}
.AnyTagClassName
{
color: #ADA302;
}
</style>
background-color css
<style>
a { background-color: #ADA302; }
a { background-color: rgb(173,163,2); }
div.DivClassName
{
background-color: #ADA302;
}
.BgClassName
{
background-color: #ADA302;
}
</style>
border-color css
<style>
span { border-color: #ADA302; }
span { border-color: rgb(173,163,2); }
td.TdClassName
{
border-color: #ADA302;
}
.TagClassName
{
border-color: #ADA302;
}
</style>