Color Hex Logo

#a5897e Color Hex

#A5897E
(165,137,126)
0 Favorites   0 Comments

Color spaces of #a5897e

RGB 165137126
HSL0.050.180.57
HSV17°24°65°
CMYK 0.000.170.24   0.35
XYZ28.228627.397023.5390
Yxy27.39700.35660.3461
Hunter Lab52.34214.66799.9760
CIE-Lab59.34008.85429.8621

#a5897e color RGB value is (165,137,126).

#a5897e hex color red value is 165, green value is 137 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a5897e hue: 0.05 , saturation: 0.18 and the lightness value of a5897e is 0.57.

The process color (four color CMYK) of #a5897e color hex is 0.00, 0.17, 0.24, 0.35. Web safe color of #a5897e is #999966. Color #a5897e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001001 01111110
Octal 245 211 176
Decimal 165 137 126
Hex A5 89 7E

RGB Percentages of Color #a5897e

%38.55
%32.01
%29.44

CMYK Percentages of Color #a5897e

%0
%17
%24
%35

Triadic Colors of #a5897e

#a5897e #7ea589 #897ea5

Analogous Colors of #a5897e

#a5897e #a59d7e #a57e87

Monochromatic Colors of #a5897e

#a5897e

Complementary Color

#a5897e #7e9aa5

#a5897e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5897e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5897e Color CSS Codes

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

#a5897e Text Font Color

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

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


#a5897e Background Color

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

This div background color is #a5897e


#a5897e Border Color

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

This div border color is #a5897e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5897e


Comments

No comments written yet.

Please login to write comment.