Color Hex Logo

#a49245 Color Hex

#A49245
(164,146,69)
0 Favorites   0 Comments

Color spaces of #a49245

RGB 16414669
HSL0.140.410.46
HSV49°58°64°
CMYK 0.000.110.58   0.36
XYZ26.662928.88009.7993
Yxy28.88000.40810.4420
Hunter Lab53.7401-5.483326.8068
CIE-Lab60.6756-3.187942.5717

#a49245 color RGB value is (164,146,69).

#a49245 hex color red value is 164, green value is 146 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #a49245 hue: 0.14 , saturation: 0.41 and the lightness value of a49245 is 0.46.

The process color (four color CMYK) of #a49245 color hex is 0.00, 0.11, 0.58, 0.36. Web safe color of #a49245 is #999933. Color #a49245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010010 01000101
Octal 244 222 105
Decimal 164 146 69
Hex A4 92 45

RGB Percentages of Color #a49245

%43.27
%38.52
%18.21

CMYK Percentages of Color #a49245

%0
%11
%58
%36

Triadic Colors of #a49245

#a49245 #45a492 #9245a4

Analogous Colors of #a49245

#a49245 #87a445 #a46345

Monochromatic Colors of #a49245

#a49245

Complementary Color

#a49245 #4557a4

#a49245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49245 Color CSS Codes

.mybgcolor {background-color:#a49245; } 
.myforecolor {color:#a49245; }
.mybordercolor {border:3px solid #a49245; }

#a49245 Text Font Color

<p style="color:#a49245">Text here</p>

This sample text font color is #a49245
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a49245 Background Color

<div style="background-color:#a49245">
Div content here</div>

This div background color is #a49245


#a49245 Border Color

<div style="border:3px solid #a49245">
Div here</div>

This div border color is #a49245


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,146,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49245; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49245;
  -webkit-box-shadow: 1px 1px 3px 2px #a49245;
  box-shadow:         1px 1px 3px 2px #a49245; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,146,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a49245">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a49245;
  -webkit-box-shadow: 1px 1px 3px 2px #a49245;
  box-shadow:         1px 1px 3px 2px #a49245;">
Div content here</div>

This div box has shadow with color #a49245


Comments

No comments written yet.

Please login to write comment.