Color Hex Logo

#a5936e Color Hex

#A5936E
(165,147,110)
0 Favorites   0 Comments

Color spaces of #a5936e

RGB 165147110
HSL0.110.230.54
HSV40°33°65°
CMYK 0.000.110.33   0.35
XYZ28.765229.992619.0249
Yxy29.99260.36980.3856
Hunter Lab54.7655-2.083717.7392
CIE-Lab61.64781.007222.0647

#a5936e color RGB value is (165,147,110).

#a5936e hex color red value is 165, green value is 147 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a5936e hue: 0.11 , saturation: 0.23 and the lightness value of a5936e is 0.54.

The process color (four color CMYK) of #a5936e color hex is 0.00, 0.11, 0.33, 0.35. Web safe color of #a5936e is #999966. Color #a5936e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010011 01101110
Octal 245 223 156
Decimal 165 147 110
Hex A5 93 6E

RGB Percentages of Color #a5936e

%39.10
%34.83
%26.07

CMYK Percentages of Color #a5936e

%0
%11
%33
%35

Triadic Colors of #a5936e

#a5936e #6ea593 #936ea5

Analogous Colors of #a5936e

#a5936e #9ca56e #a5786e

Monochromatic Colors of #a5936e

#a5936e

Complementary Color

#a5936e #6e80a5

#a5936e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5936e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5936e Color CSS Codes

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

#a5936e Text Font Color

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

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


#a5936e Background Color

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

This div background color is #a5936e


#a5936e Border Color

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

This div border color is #a5936e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5936e


Comments

No comments written yet.

Please login to write comment.