Color Hex Logo

#a5915e Color Hex

#A5915E
(165,145,94)
0 Favorites   0 Comments

Color spaces of #a5915e

RGB 16514594
HSL0.120.280.51
HSV43°43°65°
CMYK 0.000.120.43   0.35
XYZ27.662829.058314.7405
Yxy29.05830.38710.4066
Hunter Lab53.9058-2.734321.5212
CIE-Lab60.83300.174829.7762

#a5915e color RGB value is (165,145,94).

#a5915e hex color red value is 165, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5915e hue: 0.12 , saturation: 0.28 and the lightness value of a5915e is 0.51.

The process color (four color CMYK) of #a5915e color hex is 0.00, 0.12, 0.43, 0.35. Web safe color of #a5915e is #999966. Color #a5915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 01011110
Octal 245 221 136
Decimal 165 145 94
Hex A5 91 5E

RGB Percentages of Color #a5915e

%40.84
%35.89
%23.27

CMYK Percentages of Color #a5915e

%0
%12
%43
%35

Triadic Colors of #a5915e

#a5915e #5ea591 #915ea5

Analogous Colors of #a5915e

#a5915e #96a55e #a56e5e

Monochromatic Colors of #a5915e

#a5915e

Complementary Color

#a5915e #5e72a5

#a5915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5915e Color CSS Codes

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

#a5915e Text Font Color

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

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


#a5915e Background Color

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

This div background color is #a5915e


#a5915e Border Color

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

This div border color is #a5915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5915e


Comments

No comments written yet.

Please login to write comment.