Shades of Lucky #A0A215
Tints of Lucky #A0A215
RGB
CMYK
RGB Variations
Color information
#A0A215 (or 0xA0A215) is known color: Lucky. HEX triplet: A0, A2 and 15. RGB value is (160,162,21). Sum of RGB (Red+Green+Blue) = 160+162+21=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A215 is #5F5DEA. Grayscale: #919191. Windows color (decimal): -6249963 or 1417888. OLE color: 1417888.
HSL color Cylindrical-coordinate representation of color #A0A215: hue angle of 60.85º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0A215 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 21 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.36 |
| HSL | 60.85º | 0.77% | 0.36% | - |
| HSV(B) | 60.85º | 0.87% | 0.64% | - |
| XYZ | 27.55 | 33.37 | 5.7 | - |
| YUV | 145.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 21 | 0.01 | 0 | 0.87 | 0.36 | 60.85 | 0.77 | 0.36 |
| Hex | A0 | A2 | 15 | 1 | 0 | 57 | 24 | 3D | 4D | 24 |
| Octal | 240 | 242 | 25 | 1 | 0 | 127 | 44 | 75 | 115 | 44 |
| Binary | 10100000 | 10100010 | 10101 | 1 | 0 | 1010111 | 100100 | 111101 | 1001101 | 100100 |
Color Harmonies of #A0A215
Complementary color
Monochromatic Colors of #A0A215
Black with #A0A215
Text Example
Text Example
White with #A0A215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A215; }
p { color: rgb(160,162,21); }
H1.HeaderClassName
{
color: #A0A215;
}
.AnyTagClassName
{
color: #A0A215;
}
</style>
background-color css
<style>
a { background-color: #A0A215; }
a { background-color: rgb(160,162,21); }
div.DivClassName
{
background-color: #A0A215;
}
.BgClassName
{
background-color: #A0A215;
}
</style>
border-color css
<style>
span { border-color: #A0A215; }
span { border-color: rgb(160,162,21); }
td.TdClassName
{
border-color: #A0A215;
}
.TagClassName
{
border-color: #A0A215;
}
</style>