Shades of Lucky #A6A20D
Tints of Lucky #A6A20D
RGB
CMYK
RGB Variations
Color information
#A6A20D (or 0xA6A20D) is known color: Lucky. HEX triplet: A6, A2 and 0D. RGB value is (166,162,13). Sum of RGB (Red+Green+Blue) = 166+162+13=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A20D is #595DF2. Grayscale: #929292. Windows color (decimal): -5856755 or 893606. OLE color: 893606.
HSL color Cylindrical-coordinate representation of color #A6A20D: hue angle of 58.43º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6A20D is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 13 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.35 |
| HSL | 58.43º | 0.85% | 0.35% | - |
| HSV(B) | 58.43º | 0.92% | 0.65% | - |
| XYZ | 28.72 | 33.98 | 5.43 | - |
| YUV | 146.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 13 | 0 | 0.02 | 0.92 | 0.35 | 58.43 | 0.85 | 0.35 |
| Hex | A6 | A2 | D | 0 | 2 | 5C | 23 | 3A | 55 | 23 |
| Octal | 246 | 242 | 15 | 0 | 2 | 134 | 43 | 72 | 125 | 43 |
| Binary | 10100110 | 10100010 | 1101 | 0 | 10 | 1011100 | 100011 | 111010 | 1010101 | 100011 |
Color Harmonies of #A6A20D
Complementary color
Monochromatic Colors of #A6A20D
Black with #A6A20D
Text Example
Text Example
White with #A6A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A20D; }
p { color: rgb(166,162,13); }
H1.HeaderClassName
{
color: #A6A20D;
}
.AnyTagClassName
{
color: #A6A20D;
}
</style>
background-color css
<style>
a { background-color: #A6A20D; }
a { background-color: rgb(166,162,13); }
div.DivClassName
{
background-color: #A6A20D;
}
.BgClassName
{
background-color: #A6A20D;
}
</style>
border-color css
<style>
span { border-color: #A6A20D; }
span { border-color: rgb(166,162,13); }
td.TdClassName
{
border-color: #A6A20D;
}
.TagClassName
{
border-color: #A6A20D;
}
</style>