Color Hex Logo

#a5545e Color Hex

#A5545E
(165,84,94)
0 Favorites   0 Comments

Color spaces of #a5545e

RGB 1658494
HSL0.980.330.49
HSV353°49°65°
CMYK 0.000.490.43   0.35
XYZ20.707815.148112.4221
Yxy15.14810.42890.3138
Hunter Lab38.920626.86058.3211
CIE-Lab45.836434.32679.6137

#a5545e color RGB value is (165,84,94).

#a5545e hex color red value is 165, green value is 84 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5545e hue: 0.98 , saturation: 0.33 and the lightness value of a5545e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010100 01011110
Octal 245 124 136
Decimal 165 84 94
Hex A5 54 5E

RGB Percentages of Color #a5545e

%48.10
%24.49
%27.41

CMYK Percentages of Color #a5545e

%0
%49
%43
%35

Triadic Colors of #a5545e

#a5545e #5ea554 #545ea5

Analogous Colors of #a5545e

#a5545e #a57354 #a55487

Monochromatic Colors of #a5545e

#a5545e

Complementary Color

#a5545e #54a59b

#a5545e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5545e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5545e Color CSS Codes

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

#a5545e Text Font Color

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

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


#a5545e Background Color

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

This div background color is #a5545e


#a5545e Border Color

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

This div border color is #a5545e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5545e


Comments

No comments written yet.

Please login to write comment.