Color Hex Logo

#a5544e Color Hex

#A5544E
(165,84,78)
0 Favorites   0 Comments

Color spaces of #a5544e

RGB 1658478
HSL0.010.360.48
HSV53°65°
CMYK 0.000.490.53   0.35
XYZ20.062514.89009.0244
Yxy14.89000.45620.3386
Hunter Lab38.587625.277713.1453
CIE-Lab45.483232.691018.8055

#a5544e color RGB value is (165,84,78).

#a5544e hex color red value is 165, green value is 84 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a5544e hue: 0.01 , saturation: 0.36 and the lightness value of a5544e is 0.48.

The process color (four color CMYK) of #a5544e color hex is 0.00, 0.49, 0.53, 0.35. Web safe color of #a5544e is #996666. Color #a5544e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 01001110
Octal 245 124 116
Decimal 165 84 78
Hex A5 54 4E

RGB Percentages of Color #a5544e

%50.46
%25.69
%23.85

CMYK Percentages of Color #a5544e

%0
%49
%53
%35

Triadic Colors of #a5544e

#a5544e #4ea554 #544ea5

Analogous Colors of #a5544e

#a5544e #a5804e #a54e74

Monochromatic Colors of #a5544e

#a5544e

Complementary Color

#a5544e #4e9fa5

#a5544e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5544e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5544e Color CSS Codes

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

#a5544e Text Font Color

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

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


#a5544e Background Color

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

This div background color is #a5544e


#a5544e Border Color

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

This div border color is #a5544e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5544e


Comments

No comments written yet.

Please login to write comment.