#A49E27

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

Shades of Lucky #A49E27

Tints of Lucky #A49E27

Color information

#A49E27 (or 0xA49E27) is unknown color: approx Lucky. HEX triplet: A4, 9E and 27. RGB value is (164,158,39). Sum of RGB (Red+Green+Blue) = 164+158+39=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49E27 is #5B61D8. Grayscale: #929292. Windows color (decimal): -5988825 or 2596516. OLE color: 2596516.

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

Color convert

RGB16415839-
CMYK00.040.760.36
HSL57.12º61.58%39.8%-
HSV(B)57.12º76.22%64.31%-
XYZ27.932.496.72-
YUV146.2367.49140.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 39 (15.62% from 255) = 10.80%
R=45.43%
G=43.77%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641583900.040.760.3657.1261.5839.8
HexA49E27044C24393e28
Octal244236470411444717650
Binary101001001001111010011101001001100100100111001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49E27; }

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

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

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

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

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

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

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

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