Shades of Lucky #A1A02D
Tints of Lucky #A1A02D
RGB
CMYK
RGB Variations
Color information
#A1A02D (or 0xA1A02D) is known color: Lucky. HEX triplet: A1, A0 and 2D. RGB value is (161,160,45). Sum of RGB (Red+Green+Blue) = 161+160+45=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A02D is #5E5FD2. Grayscale: #939393. Windows color (decimal): -6184915 or 2990241. OLE color: 2990241.
HSL color Cylindrical-coordinate representation of color #A1A02D: hue angle of 59.48º 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 #A1A02D is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 45 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.37 |
| HSL | 59.48º | 0.56% | 0.4% | - |
| HSV(B) | 59.48º | 0.72% | 0.63% | - |
| XYZ | 27.74 | 32.91 | 7.37 | - |
| YUV | 147.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 45 | 0 | 0.01 | 0.72 | 0.37 | 59.48 | 0.56 | 0.4 |
| Hex | A1 | A0 | 2D | 0 | 1 | 48 | 25 | 3B | 38 | 28 |
| Octal | 241 | 240 | 55 | 0 | 1 | 110 | 45 | 73 | 70 | 50 |
| Binary | 10100001 | 10100000 | 101101 | 0 | 1 | 1001000 | 100101 | 111011 | 111000 | 101000 |
Color Harmonies of #A1A02D
Complementary color
Monochromatic Colors of #A1A02D
Black with #A1A02D
Text Example
Text Example
White with #A1A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A02D; }
p { color: rgb(161,160,45); }
H1.HeaderClassName
{
color: #A1A02D;
}
.AnyTagClassName
{
color: #A1A02D;
}
</style>
background-color css
<style>
a { background-color: #A1A02D; }
a { background-color: rgb(161,160,45); }
div.DivClassName
{
background-color: #A1A02D;
}
.BgClassName
{
background-color: #A1A02D;
}
</style>
border-color css
<style>
span { border-color: #A1A02D; }
span { border-color: rgb(161,160,45); }
td.TdClassName
{
border-color: #A1A02D;
}
.TagClassName
{
border-color: #A1A02D;
}
</style>