#A19E27

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

Shades of Lucky #A19E27

Tints of Lucky #A19E27

Color information

#A19E27 (or 0xA19E27) is unknown color: approx Lucky. HEX triplet: A1, 9E and 27. RGB value is (161,158,39). Sum of RGB (Red+Green+Blue) = 161+158+39=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19E27 is #5E61D8. Grayscale: #919191. Windows color (decimal): -6185433 or 2596513. OLE color: 2596513.

HSL color Cylindrical-coordinate representation of color #A19E27: hue angle of 58.52º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A19E27 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB16115839-
CMYK00.020.760.37
HSL58.52º61%39.22%-
HSV(B)58.52º75.78%63.14%-
XYZ27.2932.186.69-
YUV145.3367.99139.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 158 (62.11% from 255) = 44.13%
BLUE value IS 39 (15.62% from 255) = 10.89%
R=44.97%
G=44.13%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611583900.020.760.3758.526139.22
HexA19E27024C253b3d27
Octal241236470211445737547
Binary10100001100111101001110101001100100101111011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19E27; }

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

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

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

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

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

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

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

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