Shades of Lucky #A2A521
Tints of Lucky #A2A521
RGB
CMYK
RGB Variations
Color information
#A2A521 (or 0xA2A521) is known color: Lucky. HEX triplet: A2, A5 and 21. RGB value is (162,165,33). Sum of RGB (Red+Green+Blue) = 162+165+33=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A521 is #5D5ADE. Grayscale: #959595. Windows color (decimal): -6118111 or 2205090. OLE color: 2205090.
HSL color Cylindrical-coordinate representation of color #A2A521: hue angle of 61.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2A521 is Cyan = 0.02, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 33 | - |
| CMYK | 0.02 | 0 | 0.8 | 0.35 |
| HSL | 61.36º | 0.67% | 0.39% | - |
| HSV(B) | 61.36º | 0.8% | 0.65% | - |
| XYZ | 28.63 | 34.7 | 6.63 | - |
| YUV | 149.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 33 | 0.02 | 0 | 0.8 | 0.35 | 61.36 | 0.67 | 0.39 |
| Hex | A2 | A5 | 21 | 2 | 0 | 50 | 23 | 3D | 43 | 27 |
| Octal | 242 | 245 | 41 | 2 | 0 | 120 | 43 | 75 | 103 | 47 |
| Binary | 10100010 | 10100101 | 100001 | 10 | 0 | 1010000 | 100011 | 111101 | 1000011 | 100111 |
Color Harmonies of #A2A521
Complementary color
Monochromatic Colors of #A2A521
Black with #A2A521
Text Example
Text Example
White with #A2A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A521; }
p { color: rgb(162,165,33); }
H1.HeaderClassName
{
color: #A2A521;
}
.AnyTagClassName
{
color: #A2A521;
}
</style>
background-color css
<style>
a { background-color: #A2A521; }
a { background-color: rgb(162,165,33); }
div.DivClassName
{
background-color: #A2A521;
}
.BgClassName
{
background-color: #A2A521;
}
</style>
border-color css
<style>
span { border-color: #A2A521; }
span { border-color: rgb(162,165,33); }
td.TdClassName
{
border-color: #A2A521;
}
.TagClassName
{
border-color: #A2A521;
}
</style>