Shades of Lucky #A0A20F
Tints of Lucky #A0A20F
RGB
CMYK
RGB Variations
Color information
#A0A20F (or 0xA0A20F) is known color: Lucky. HEX triplet: A0, A2 and 0F. RGB value is (160,162,15). Sum of RGB (Red+Green+Blue) = 160+162+15=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A20F is #5F5DF0. Grayscale: #919191. Windows color (decimal): -6249969 or 1024672. OLE color: 1024672.
HSL color Cylindrical-coordinate representation of color #A0A20F: hue angle of 60.82º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0A20F is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 15 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.36 |
| HSL | 60.82º | 0.83% | 0.35% | - |
| HSV(B) | 60.82º | 0.91% | 0.64% | - |
| XYZ | 27.5 | 33.35 | 5.44 | - |
| YUV | 144.64 | 54.84 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 15 | 0.01 | 0 | 0.91 | 0.36 | 60.82 | 0.83 | 0.35 |
| Hex | A0 | A2 | F | 1 | 0 | 5B | 24 | 3D | 53 | 23 |
| Octal | 240 | 242 | 17 | 1 | 0 | 133 | 44 | 75 | 123 | 43 |
| Binary | 10100000 | 10100010 | 1111 | 1 | 0 | 1011011 | 100100 | 111101 | 1010011 | 100011 |
Color Harmonies of #A0A20F
Complementary color
Monochromatic Colors of #A0A20F
Black with #A0A20F
Text Example
Text Example
White with #A0A20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A20F; }
p { color: rgb(160,162,15); }
H1.HeaderClassName
{
color: #A0A20F;
}
.AnyTagClassName
{
color: #A0A20F;
}
</style>
background-color css
<style>
a { background-color: #A0A20F; }
a { background-color: rgb(160,162,15); }
div.DivClassName
{
background-color: #A0A20F;
}
.BgClassName
{
background-color: #A0A20F;
}
</style>
border-color css
<style>
span { border-color: #A0A20F; }
span { border-color: rgb(160,162,15); }
td.TdClassName
{
border-color: #A0A20F;
}
.TagClassName
{
border-color: #A0A20F;
}
</style>