Color Hex Logo

#a5867e Color Hex

#A5867E
(165,134,126)
0 Favorites   0 Comments

Color spaces of #a5867e

RGB 165134126
HSL0.030.180.57
HSV12°24°65°
CMYK 0.000.190.24   0.35
XYZ27.808026.555923.3988
Yxy26.55590.35760.3415
Hunter Lab51.53246.14079.1515
CIE-Lab58.561010.54698.7577

#a5867e color RGB value is (165,134,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000110 01111110
Octal 245 206 176
Decimal 165 134 126
Hex A5 86 7E

RGB Percentages of Color #a5867e

%38.82
%31.53
%29.65

CMYK Percentages of Color #a5867e

%0
%19
%24
%35

Triadic Colors of #a5867e

#a5867e #7ea586 #867ea5

Analogous Colors of #a5867e

#a5867e #a59a7e #a57e8a

Monochromatic Colors of #a5867e

#a5867e

Complementary Color

#a5867e #7e9da5

#a5867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5867e Color CSS Codes

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

#a5867e Text Font Color

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

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


#a5867e Background Color

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

This div background color is #a5867e


#a5867e Border Color

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

This div border color is #a5867e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,134,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 #a5867e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5867e


Comments

No comments written yet.

Please login to write comment.