#A0A222

Color #A0A222 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A0A222

Tints of Lucky #A0A222

Color information

#A0A222 (or 0xA0A222) is unknown color: approx 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

RGB16016234-
CMYK0.0100.790.36
HSL60.94º65.31%38.43%-
HSV(B)60.94º79.01%63.53%-
XYZ27.7133.436.51-
YUV146.8164.34137.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 34 (13.67% from 255) = 9.55%
R=44.94%
G=45.51%
B=9.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162340.0100.790.3660.9465.3138.43
HexA0A222104F243d4126
Octal2402424210117447510146
Binary10100000101000101000101010011111001001111011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>