#A0A22A

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

Shades of Lucky #A0A22A

Tints of Lucky #A0A22A

Color information

#A0A22A (or 0xA0A22A) is unknown color: approx Lucky. HEX triplet: A0, A2 and 2A. RGB value is (160,162,42). Sum of RGB (Red+Green+Blue) = 160+162+42=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A22A is #5F5DD5. Grayscale: #949494. Windows color (decimal): -6249942 or 2794144. OLE color: 2794144.

HSL color Cylindrical-coordinate representation of color #A0A22A: hue angle of 61º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0A22A is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB16016242-
CMYK0.0100.740.36
HSL61º58.82%40%-
HSV(B)61º74.07%63.53%-
XYZ27.8433.487.19-
YUV147.7268.34136.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=43.96%
G=44.51%
B=11.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162420.0100.740.366158.8240
HexA0A22A104A243d3b28
Octal240242521011244757350
Binary1010000010100010101010101001010100100111101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A22A; }

 p { color: rgb(160,162,42); }

 H1.HeaderClassName
 {
   color: #A0A22A;
 }
 .AnyTagClassName
 {
   color: #A0A22A;
 }
</style>
background-color css

<style>
 a { background-color: #A0A22A; }

 a { background-color: rgb(160,162,42); }

 div.DivClassName
 {
   background-color: #A0A22A;
 }
 .BgClassName
 {
   background-color: #A0A22A;
 }
</style>
border-color css

<style>
 span { border-color: #A0A22A; }

 span { border-color: rgb(160,162,42); }

 td.TdClassName
 {
   border-color: #A0A22A;
 }
 .TagClassName
 {
   border-color: #A0A22A;
 }
</style>