#A19E22

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

Shades of Lucky #A19E22

Tints of Lucky #A19E22

Color information

#A19E22 (or 0xA19E22) is unknown color: approx Lucky. HEX triplet: A1, 9E and 22. RGB value is (161,158,34). Sum of RGB (Red+Green+Blue) = 161+158+34=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19E22 is #5E61DD. Grayscale: #919191. Windows color (decimal): -6185438 or 2268833. OLE color: 2268833.

HSL color Cylindrical-coordinate representation of color #A19E22: hue angle of 58.58º 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 #A19E22 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB16115834-
CMYK00.020.790.37
HSL58.58º65.13%38.24%-
HSV(B)58.58º78.88%63.14%-
XYZ27.2132.156.28-
YUV144.7665.49139.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 34 (13.67% from 255) = 9.63%
R=45.61%
G=44.76%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611583400.020.790.3758.5865.1338.24
HexA19E22024F253b4126
Octal2412364202117457310146
Binary101000011001111010001001010011111001011110111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E22; }

 p { color: rgb(161,158,34); }

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

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

 a { background-color: rgb(161,158,34); }

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

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

 span { border-color: rgb(161,158,34); }

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