#A19E20

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

Shades of Lucky #A19E20

Tints of Lucky #A19E20

Color information

#A19E20 (or 0xA19E20) is unknown color: approx Lucky. HEX triplet: A1, 9E and 20. RGB value is (161,158,32). Sum of RGB (Red+Green+Blue) = 161+158+32=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19E20 is #5E61DF. Grayscale: #919191. Windows color (decimal): -6185440 or 2137761. OLE color: 2137761.

HSL color Cylindrical-coordinate representation of color #A19E20: hue angle of 58.6º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A19E20 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB16115832-
CMYK00.020.800.37
HSL58.6º66.84%37.84%-
HSV(B)58.6º80.12%63.14%-
XYZ27.1932.146.14-
YUV144.5364.49139.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 32 (12.89% from 255) = 9.12%
R=45.87%
G=45.01%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611583200.020.800.3758.666.8437.84
HexA19E200250253b4326
Octal2412364002120457310346
Binary101000011001111010000001010100001001011110111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E20; }

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

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

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

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

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

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

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

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