Shades of Lucky #A2A030
Tints of Lucky #A2A030
RGB
CMYK
RGB Variations
Color information
#A2A030 (or 0xA2A030) is known color: Lucky. HEX triplet: A2, A0 and 30. RGB value is (162,160,48). Sum of RGB (Red+Green+Blue) = 162+160+48=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A030 is #5D5FCF. Grayscale: #949494. Windows color (decimal): -6119376 or 3186850. OLE color: 3186850.
HSL color Cylindrical-coordinate representation of color #A2A030: hue angle of 58.95º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2A030 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 160 | 48 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.36 |
| HSL | 58.95º | 0.54% | 0.41% | - |
| HSV(B) | 58.95º | 0.7% | 0.64% | - |
| XYZ | 28 | 33.04 | 7.7 | - |
| YUV | 147.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 160 | 48 | 0 | 0.01 | 0.70 | 0.36 | 58.95 | 0.54 | 0.41 |
| Hex | A2 | A0 | 30 | 0 | 1 | 46 | 24 | 3B | 36 | 29 |
| Octal | 242 | 240 | 60 | 0 | 1 | 106 | 44 | 73 | 66 | 51 |
| Binary | 10100010 | 10100000 | 110000 | 0 | 1 | 1000110 | 100100 | 111011 | 110110 | 101001 |
Color Harmonies of #A2A030
Complementary color
Monochromatic Colors of #A2A030
Black with #A2A030
Text Example
Text Example
White with #A2A030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A030; }
p { color: rgb(162,160,48); }
H1.HeaderClassName
{
color: #A2A030;
}
.AnyTagClassName
{
color: #A2A030;
}
</style>
background-color css
<style>
a { background-color: #A2A030; }
a { background-color: rgb(162,160,48); }
div.DivClassName
{
background-color: #A2A030;
}
.BgClassName
{
background-color: #A2A030;
}
</style>
border-color css
<style>
span { border-color: #A2A030; }
span { border-color: rgb(162,160,48); }
td.TdClassName
{
border-color: #A2A030;
}
.TagClassName
{
border-color: #A2A030;
}
</style>