Shades of Lucky #A1A42D
Tints of Lucky #A1A42D
RGB
CMYK
RGB Variations
Color information
#A1A42D (or 0xA1A42D) is known color: Lucky. HEX triplet: A1, A4 and 2D. RGB value is (161,164,45). Sum of RGB (Red+Green+Blue) = 161+164+45=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A42D is #5E5BD2. Grayscale: #969696. Windows color (decimal): -6183891 or 2991265. OLE color: 2991265.
HSL color Cylindrical-coordinate representation of color #A1A42D: hue angle of 61.51º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1A42D is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 45 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.36 |
| HSL | 61.51º | 0.57% | 0.41% | - |
| HSV(B) | 61.51º | 0.73% | 0.64% | - |
| XYZ | 28.45 | 34.32 | 7.61 | - |
| YUV | 149.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 45 | 0.02 | 0 | 0.73 | 0.36 | 61.51 | 0.57 | 0.41 |
| Hex | A1 | A4 | 2D | 2 | 0 | 49 | 24 | 3E | 39 | 29 |
| Octal | 241 | 244 | 55 | 2 | 0 | 111 | 44 | 76 | 71 | 51 |
| Binary | 10100001 | 10100100 | 101101 | 10 | 0 | 1001001 | 100100 | 111110 | 111001 | 101001 |
Color Harmonies of #A1A42D
Complementary color
Monochromatic Colors of #A1A42D
Black with #A1A42D
Text Example
Text Example
White with #A1A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A42D; }
p { color: rgb(161,164,45); }
H1.HeaderClassName
{
color: #A1A42D;
}
.AnyTagClassName
{
color: #A1A42D;
}
</style>
background-color css
<style>
a { background-color: #A1A42D; }
a { background-color: rgb(161,164,45); }
div.DivClassName
{
background-color: #A1A42D;
}
.BgClassName
{
background-color: #A1A42D;
}
</style>
border-color css
<style>
span { border-color: #A1A42D; }
span { border-color: rgb(161,164,45); }
td.TdClassName
{
border-color: #A1A42D;
}
.TagClassName
{
border-color: #A1A42D;
}
</style>