Color Hex Logo

#a49748 Color Hex

#A49748
(164,151,72)
0 Favorites   0 Comments

Color spaces of #a49748

RGB 16415172
HSL0.140.390.46
HSV52°56°64°
CMYK 0.000.080.56   0.36
XYZ27.546130.493610.5649
Yxy30.49360.40150.4445
Hunter Lab55.2210-7.595027.3113
CIE-Lab62.0778-5.657142.7135

#a49748 color RGB value is (164,151,72).

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

The process color (four color CMYK) of #a49748 color hex is 0.00, 0.08, 0.56, 0.36. Web safe color of #a49748 is #999933. Color #a49748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 01001000
Octal 244 227 110
Decimal 164 151 72
Hex A4 97 48

RGB Percentages of Color #a49748

%42.38
%39.02
%18.60

CMYK Percentages of Color #a49748

%0
%8
%56
%36

Triadic Colors of #a49748

#a49748 #48a497 #9748a4

Analogous Colors of #a49748

#a49748 #83a448 #a46948

Monochromatic Colors of #a49748

#a49748

Complementary Color

#a49748 #4855a4

#a49748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49748 Color CSS Codes

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

#a49748 Text Font Color

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

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


#a49748 Background Color

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

This div background color is #a49748


#a49748 Border Color

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

This div border color is #a49748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49748


Comments

No comments written yet.

Please login to write comment.