Shades of Lucky #A1A52B
Tints of Lucky #A1A52B
RGB
CMYK
RGB Variations
Color information
#A1A52B (or 0xA1A52B) is known color: Lucky. HEX triplet: A1, A5 and 2B. RGB value is (161,165,43). Sum of RGB (Red+Green+Blue) = 161+165+43=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A52B is #5E5AD4. Grayscale: #969696. Windows color (decimal): -6183637 or 2860449. OLE color: 2860449.
HSL color Cylindrical-coordinate representation of color #A1A52B: hue angle of 61.97º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A1A52B is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 43 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.35 |
| HSL | 61.97º | 0.59% | 0.41% | - |
| HSV(B) | 61.97º | 0.74% | 0.65% | - |
| XYZ | 28.59 | 34.66 | 7.47 | - |
| YUV | 149.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 43 | 0.02 | 0 | 0.74 | 0.35 | 61.97 | 0.59 | 0.41 |
| Hex | A1 | A5 | 2B | 2 | 0 | 4A | 23 | 3E | 3B | 29 |
| Octal | 241 | 245 | 53 | 2 | 0 | 112 | 43 | 76 | 73 | 51 |
| Binary | 10100001 | 10100101 | 101011 | 10 | 0 | 1001010 | 100011 | 111110 | 111011 | 101001 |
Color Harmonies of #A1A52B
Complementary color
Monochromatic Colors of #A1A52B
Black with #A1A52B
Text Example
Text Example
White with #A1A52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A52B; }
p { color: rgb(161,165,43); }
H1.HeaderClassName
{
color: #A1A52B;
}
.AnyTagClassName
{
color: #A1A52B;
}
</style>
background-color css
<style>
a { background-color: #A1A52B; }
a { background-color: rgb(161,165,43); }
div.DivClassName
{
background-color: #A1A52B;
}
.BgClassName
{
background-color: #A1A52B;
}
</style>
border-color css
<style>
span { border-color: #A1A52B; }
span { border-color: rgb(161,165,43); }
td.TdClassName
{
border-color: #A1A52B;
}
.TagClassName
{
border-color: #A1A52B;
}
</style>