Color Hex Logo

#a49655 Color Hex

#A49655
(164,150,85)
0 Favorites   0 Comments

Color spaces of #a49655

RGB 16415085
HSL0.140.320.49
HSV49°48°64°
CMYK 0.000.090.48   0.36
XYZ27.855930.361112.9864
Yxy30.36110.39120.4264
Hunter Lab55.1009-6.187124.5969
CIE-Lab61.9645-3.933135.9738

#a49655 color RGB value is (164,150,85).

#a49655 hex color red value is 164, green value is 150 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a49655 hue: 0.14 , saturation: 0.32 and the lightness value of a49655 is 0.49.

The process color (four color CMYK) of #a49655 color hex is 0.00, 0.09, 0.48, 0.36. Web safe color of #a49655 is #999966. Color #a49655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 01010101
Octal 244 226 125
Decimal 164 150 85
Hex A4 96 55

RGB Percentages of Color #a49655

%41.10
%37.59
%21.30

CMYK Percentages of Color #a49655

%0
%9
%48
%36

Triadic Colors of #a49655

#a49655 #55a496 #9655a4

Analogous Colors of #a49655

#a49655 #8ba455 #a46f55

Monochromatic Colors of #a49655

#a49655

Complementary Color

#a49655 #5563a4

#a49655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49655 Color CSS Codes

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

#a49655 Text Font Color

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

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


#a49655 Background Color

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

This div background color is #a49655


#a49655 Border Color

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

This div border color is #a49655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49655


Comments

No comments written yet.

Please login to write comment.