Shades of Lucky #A0A20D
Tints of Lucky #A0A20D
RGB
CMYK
RGB Variations
Color information
#A0A20D (or 0xA0A20D) is known color: Lucky. HEX triplet: A0, A2 and 0D. RGB value is (160,162,13). Sum of RGB (Red+Green+Blue) = 160+162+13=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A20D is #5F5DF2. Grayscale: #919191. Windows color (decimal): -6249971 or 893600. OLE color: 893600.
HSL color Cylindrical-coordinate representation of color #A0A20D: hue angle of 60.81º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0A20D is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 13 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.36 |
| HSL | 60.81º | 0.85% | 0.34% | - |
| HSV(B) | 60.81º | 0.92% | 0.64% | - |
| XYZ | 27.49 | 33.34 | 5.37 | - |
| YUV | 144.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 13 | 0.01 | 0 | 0.92 | 0.36 | 60.81 | 0.85 | 0.34 |
| Hex | A0 | A2 | D | 1 | 0 | 5C | 24 | 3D | 55 | 22 |
| Octal | 240 | 242 | 15 | 1 | 0 | 134 | 44 | 75 | 125 | 42 |
| Binary | 10100000 | 10100010 | 1101 | 1 | 0 | 1011100 | 100100 | 111101 | 1010101 | 100010 |
Color Harmonies of #A0A20D
Complementary color
Monochromatic Colors of #A0A20D
Black with #A0A20D
Text Example
Text Example
White with #A0A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A20D; }
p { color: rgb(160,162,13); }
H1.HeaderClassName
{
color: #A0A20D;
}
.AnyTagClassName
{
color: #A0A20D;
}
</style>
background-color css
<style>
a { background-color: #A0A20D; }
a { background-color: rgb(160,162,13); }
div.DivClassName
{
background-color: #A0A20D;
}
.BgClassName
{
background-color: #A0A20D;
}
</style>
border-color css
<style>
span { border-color: #A0A20D; }
span { border-color: rgb(160,162,13); }
td.TdClassName
{
border-color: #A0A20D;
}
.TagClassName
{
border-color: #A0A20D;
}
</style>