Color Hex Logo

#a49152 Color Hex

#A49152
(164,145,82)
0 Favorites   0 Comments

Color spaces of #a49152

RGB 16414582
HSL0.130.330.48
HSV46°50°64°
CMYK 0.000.120.50   0.36
XYZ26.958228.752512.1116
Yxy28.75250.39750.4239
Hunter Lab53.6214-4.096324.1430
CIE-Lab60.5626-1.496935.8187

#a49152 color RGB value is (164,145,82).

#a49152 hex color red value is 164, green value is 145 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a49152 hue: 0.13 , saturation: 0.33 and the lightness value of a49152 is 0.48.

The process color (four color CMYK) of #a49152 color hex is 0.00, 0.12, 0.50, 0.36. Web safe color of #a49152 is #999966. Color #a49152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010001 01010010
Octal 244 221 122
Decimal 164 145 82
Hex A4 91 52

RGB Percentages of Color #a49152

%41.94
%37.08
%20.97

CMYK Percentages of Color #a49152

%0
%12
%50
%36

Triadic Colors of #a49152

#a49152 #52a491 #9152a4

Analogous Colors of #a49152

#a49152 #8ea452 #a46852

Monochromatic Colors of #a49152

#a49152

Complementary Color

#a49152 #5265a4

#a49152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49152 Color CSS Codes

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

#a49152 Text Font Color

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

This sample text font color is #a49152
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.


#a49152 Background Color

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

This div background color is #a49152


#a49152 Border Color

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

This div border color is #a49152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49152


Comments

No comments written yet.

Please login to write comment.