Shades of Lucky #A0A122
Tints of Lucky #A0A122
RGB
CMYK
RGB Variations
Color information
#A0A122 (or 0xA0A122) is known color: Lucky. HEX triplet: A0, A1 and 22. RGB value is (160,161,34). Sum of RGB (Red+Green+Blue) = 160+161+34=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A122 is #5F5EDD. Grayscale: #929292. Windows color (decimal): -6250206 or 2269600. OLE color: 2269600.
HSL color Cylindrical-coordinate representation of color #A0A122: hue angle of 60.47º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0A122 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 34 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.37 |
| HSL | 60.47º | 0.65% | 0.38% | - |
| HSV(B) | 60.47º | 0.79% | 0.63% | - |
| XYZ | 27.53 | 33.08 | 6.45 | - |
| YUV | 146.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 34 | 0.01 | 0 | 0.79 | 0.37 | 60.47 | 0.65 | 0.38 |
| Hex | A0 | A1 | 22 | 1 | 0 | 4F | 25 | 3C | 41 | 26 |
| Octal | 240 | 241 | 42 | 1 | 0 | 117 | 45 | 74 | 101 | 46 |
| Binary | 10100000 | 10100001 | 100010 | 1 | 0 | 1001111 | 100101 | 111100 | 1000001 | 100110 |
Color Harmonies of #A0A122
Complementary color
Monochromatic Colors of #A0A122
Black with #A0A122
Text Example
Text Example
White with #A0A122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A122; }
p { color: rgb(160,161,34); }
H1.HeaderClassName
{
color: #A0A122;
}
.AnyTagClassName
{
color: #A0A122;
}
</style>
background-color css
<style>
a { background-color: #A0A122; }
a { background-color: rgb(160,161,34); }
div.DivClassName
{
background-color: #A0A122;
}
.BgClassName
{
background-color: #A0A122;
}
</style>
border-color css
<style>
span { border-color: #A0A122; }
span { border-color: rgb(160,161,34); }
td.TdClassName
{
border-color: #A0A122;
}
.TagClassName
{
border-color: #A0A122;
}
</style>