Shades of Lucky #A2A329
Tints of Lucky #A2A329
RGB
CMYK
RGB Variations
Color information
#A2A329 (or 0xA2A329) is known color: Lucky. HEX triplet: A2, A3 and 29. RGB value is (162,163,41). Sum of RGB (Red+Green+Blue) = 162+163+41=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A329 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A329 is #5D5CD6. Grayscale: #959595. Windows color (decimal): -6118615 or 2728866. OLE color: 2728866.
HSL color Cylindrical-coordinate representation of color #A2A329: hue angle of 60.49º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2A329 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 41 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.36 |
| HSL | 60.49º | 0.6% | 0.4% | - |
| HSV(B) | 60.49º | 0.75% | 0.64% | - |
| XYZ | 28.4 | 34.04 | 7.17 | - |
| YUV | 148.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 41 | 0.01 | 0 | 0.75 | 0.36 | 60.49 | 0.6 | 0.4 |
| Hex | A2 | A3 | 29 | 1 | 0 | 4B | 24 | 3C | 3C | 28 |
| Octal | 242 | 243 | 51 | 1 | 0 | 113 | 44 | 74 | 74 | 50 |
| Binary | 10100010 | 10100011 | 101001 | 1 | 0 | 1001011 | 100100 | 111100 | 111100 | 101000 |
Color Harmonies of #A2A329
Complementary color
Monochromatic Colors of #A2A329
Black with #A2A329
Text Example
Text Example
White with #A2A329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A329; }
p { color: rgb(162,163,41); }
H1.HeaderClassName
{
color: #A2A329;
}
.AnyTagClassName
{
color: #A2A329;
}
</style>
background-color css
<style>
a { background-color: #A2A329; }
a { background-color: rgb(162,163,41); }
div.DivClassName
{
background-color: #A2A329;
}
.BgClassName
{
background-color: #A2A329;
}
</style>
border-color css
<style>
span { border-color: #A2A329; }
span { border-color: rgb(162,163,41); }
td.TdClassName
{
border-color: #A2A329;
}
.TagClassName
{
border-color: #A2A329;
}
</style>