Shades of Lucky #A0A229
Tints of Lucky #A0A229
RGB
CMYK
RGB Variations
Color information
#A0A229 (or 0xA0A229) is known color: Lucky. HEX triplet: A0, A2 and 29. RGB value is (160,162,41). Sum of RGB (Red+Green+Blue) = 160+162+41=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A229 is #5F5DD6. Grayscale: #949494. Windows color (decimal): -6249943 or 2728608. OLE color: 2728608.
HSL color Cylindrical-coordinate representation of color #A0A229: hue angle of 60.99º 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 #A0A229 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 41 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.36 |
| HSL | 60.99º | 0.6% | 0.4% | - |
| HSV(B) | 60.99º | 0.75% | 0.64% | - |
| XYZ | 27.82 | 33.47 | 7.09 | - |
| YUV | 147.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 41 | 0.01 | 0 | 0.75 | 0.36 | 60.99 | 0.6 | 0.4 |
| Hex | A0 | A2 | 29 | 1 | 0 | 4B | 24 | 3D | 3C | 28 |
| Octal | 240 | 242 | 51 | 1 | 0 | 113 | 44 | 75 | 74 | 50 |
| Binary | 10100000 | 10100010 | 101001 | 1 | 0 | 1001011 | 100100 | 111101 | 111100 | 101000 |
Color Harmonies of #A0A229
Complementary color
Monochromatic Colors of #A0A229
Black with #A0A229
Text Example
Text Example
White with #A0A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A229; }
p { color: rgb(160,162,41); }
H1.HeaderClassName
{
color: #A0A229;
}
.AnyTagClassName
{
color: #A0A229;
}
</style>
background-color css
<style>
a { background-color: #A0A229; }
a { background-color: rgb(160,162,41); }
div.DivClassName
{
background-color: #A0A229;
}
.BgClassName
{
background-color: #A0A229;
}
</style>
border-color css
<style>
span { border-color: #A0A229; }
span { border-color: rgb(160,162,41); }
td.TdClassName
{
border-color: #A0A229;
}
.TagClassName
{
border-color: #A0A229;
}
</style>