Shades of Lucky #A0A222
Tints of Lucky #A0A222
RGB
CMYK
RGB Variations
Color information
#A0A222 (or 0xA0A222) is known color: Lucky. HEX triplet: A0, A2 and 22. RGB value is (160,162,34). Sum of RGB (Red+Green+Blue) = 160+162+34=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A222 is #5F5DDD. Grayscale: #939393. Windows color (decimal): -6249950 or 2269856. OLE color: 2269856.
HSL color Cylindrical-coordinate representation of color #A0A222: hue angle of 60.94º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0A222 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 34 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.36 |
| HSL | 60.94º | 0.65% | 0.38% | - |
| HSV(B) | 60.94º | 0.79% | 0.64% | - |
| XYZ | 27.71 | 33.43 | 6.51 | - |
| YUV | 146.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 34 | 0.01 | 0 | 0.79 | 0.36 | 60.94 | 0.65 | 0.38 |
| Hex | A0 | A2 | 22 | 1 | 0 | 4F | 24 | 3D | 41 | 26 |
| Octal | 240 | 242 | 42 | 1 | 0 | 117 | 44 | 75 | 101 | 46 |
| Binary | 10100000 | 10100010 | 100010 | 1 | 0 | 1001111 | 100100 | 111101 | 1000001 | 100110 |
Color Harmonies of #A0A222
Complementary color
Monochromatic Colors of #A0A222
Black with #A0A222
Text Example
Text Example
White with #A0A222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A222; }
p { color: rgb(160,162,34); }
H1.HeaderClassName
{
color: #A0A222;
}
.AnyTagClassName
{
color: #A0A222;
}
</style>
background-color css
<style>
a { background-color: #A0A222; }
a { background-color: rgb(160,162,34); }
div.DivClassName
{
background-color: #A0A222;
}
.BgClassName
{
background-color: #A0A222;
}
</style>
border-color css
<style>
span { border-color: #A0A222; }
span { border-color: rgb(160,162,34); }
td.TdClassName
{
border-color: #A0A222;
}
.TagClassName
{
border-color: #A0A222;
}
</style>