Shades of Lucky #ADA206
Tints of Lucky #ADA206
RGB
CMYK
RGB Variations
Color information
#ADA206 (or 0xADA206) is known color: Lucky. HEX triplet: AD, A2 and 06. RGB value is (173,162,6). Sum of RGB (Red+Green+Blue) = 173+162+6=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA206 is #525DF9. Grayscale: #949494. Windows color (decimal): -5398010 or 434861. OLE color: 434861.
HSL color Cylindrical-coordinate representation of color #ADA206: hue angle of 56.05º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADA206 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.32 |
| HSL | 56.05º | 0.93% | 0.35% | - |
| HSV(B) | 56.05º | 0.97% | 0.68% | - |
| XYZ | 30.19 | 34.74 | 5.29 | - |
| YUV | 147.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 6 | 0 | 0.06 | 0.97 | 0.32 | 56.05 | 0.93 | 0.35 |
| Hex | AD | A2 | 6 | 0 | 6 | 61 | 20 | 38 | 5D | 23 |
| Octal | 255 | 242 | 6 | 0 | 6 | 141 | 40 | 70 | 135 | 43 |
| Binary | 10101101 | 10100010 | 110 | 0 | 110 | 1100001 | 100000 | 111000 | 1011101 | 100011 |
Color Harmonies of #ADA206
Complementary color
Monochromatic Colors of #ADA206
Black with #ADA206
Text Example
Text Example
White with #ADA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA206; }
p { color: rgb(173,162,6); }
H1.HeaderClassName
{
color: #ADA206;
}
.AnyTagClassName
{
color: #ADA206;
}
</style>
background-color css
<style>
a { background-color: #ADA206; }
a { background-color: rgb(173,162,6); }
div.DivClassName
{
background-color: #ADA206;
}
.BgClassName
{
background-color: #ADA206;
}
</style>
border-color css
<style>
span { border-color: #ADA206; }
span { border-color: rgb(173,162,6); }
td.TdClassName
{
border-color: #ADA206;
}
.TagClassName
{
border-color: #ADA206;
}
</style>