Shades of Lucky #A0A02D
Tints of Lucky #A0A02D
RGB
CMYK
RGB Variations
Color information
#A0A02D (or 0xA0A02D) is known color: Lucky. HEX triplet: A0, A0 and 2D. RGB value is (160,160,45). Sum of RGB (Red+Green+Blue) = 160+160+45=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A02D is #5F5FD2. Grayscale: #939393. Windows color (decimal): -6250451 or 2990240. OLE color: 2990240.
HSL color Cylindrical-coordinate representation of color #A0A02D: hue angle of 60º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0A02D is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 45 | - |
| CMYK | 0 | 0 | 0.72 | 0.37 |
| HSL | 60º | 0.56% | 0.4% | - |
| HSV(B) | 60º | 0.72% | 0.63% | - |
| XYZ | 27.54 | 32.8 | 7.36 | - |
| YUV | 146.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 45 | 0 | 0 | 0.72 | 0.37 | 60 | 0.56 | 0.4 |
| Hex | A0 | A0 | 2D | 0 | 0 | 48 | 25 | 3C | 38 | 28 |
| Octal | 240 | 240 | 55 | 0 | 0 | 110 | 45 | 74 | 70 | 50 |
| Binary | 10100000 | 10100000 | 101101 | 0 | 0 | 1001000 | 100101 | 111100 | 111000 | 101000 |
Color Harmonies of #A0A02D
Complementary color
Monochromatic Colors of #A0A02D
Black with #A0A02D
Text Example
Text Example
White with #A0A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A02D; }
p { color: rgb(160,160,45); }
H1.HeaderClassName
{
color: #A0A02D;
}
.AnyTagClassName
{
color: #A0A02D;
}
</style>
background-color css
<style>
a { background-color: #A0A02D; }
a { background-color: rgb(160,160,45); }
div.DivClassName
{
background-color: #A0A02D;
}
.BgClassName
{
background-color: #A0A02D;
}
</style>
border-color css
<style>
span { border-color: #A0A02D; }
span { border-color: rgb(160,160,45); }
td.TdClassName
{
border-color: #A0A02D;
}
.TagClassName
{
border-color: #A0A02D;
}
</style>