Color Hex Logo

#a5542e Color Hex

#A5542E
(165,84,46)
0 Favorites   0 Comments

Color spaces of #a5542e

RGB 1658446
HSL0.050.560.41
HSV19°72°65°
CMYK 0.000.490.72   0.35
XYZ19.180514.53724.3798
Yxy14.53720.50350.3816
Hunter Lab38.127723.072719.8786
CIE-Lab44.993730.372636.6346

#a5542e color RGB value is (165,84,46).

#a5542e hex color red value is 165, green value is 84 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a5542e hue: 0.05 , saturation: 0.56 and the lightness value of a5542e is 0.41.

The process color (four color CMYK) of #a5542e color hex is 0.00, 0.49, 0.72, 0.35. Web safe color of #a5542e is #996633. Color #a5542e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 00101110
Octal 245 124 56
Decimal 165 84 46
Hex A5 54 2E

RGB Percentages of Color #a5542e

%55.93
%28.47
%15.59

CMYK Percentages of Color #a5542e

%0
%49
%72
%35

Triadic Colors of #a5542e

#a5542e #2ea554 #542ea5

Analogous Colors of #a5542e

#a5542e #a5902e #a52e44

Monochromatic Colors of #a5542e

#a5542e

Complementary Color

#a5542e #2e7fa5

#a5542e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5542e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5542e Color CSS Codes

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

#a5542e Text Font Color

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

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


#a5542e Background Color

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

This div background color is #a5542e


#a5542e Border Color

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

This div border color is #a5542e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,84,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5542e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5542e;
  -webkit-box-shadow: 1px 1px 3px 2px #a5542e;
  box-shadow:         1px 1px 3px 2px #a5542e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,84,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5542e


Comments

No comments written yet.

Please login to write comment.