Color Hex Logo

#a5602e Color Hex

#A5602E
(165,96,46)
0 Favorites   0 Comments

Color spaces of #a5602e

RGB 1659646
HSL0.070.560.41
HSV25°72°65°
CMYK 0.000.420.72   0.35
XYZ20.193116.56234.7173
Yxy16.56230.48690.3994
Hunter Lab40.696817.349421.6153
CIE-Lab47.703723.764139.5903

#a5602e color RGB value is (165,96,46).

#a5602e hex color red value is 165, green value is 96 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a5602e hue: 0.07 , saturation: 0.56 and the lightness value of a5602e is 0.41.

The process color (four color CMYK) of #a5602e color hex is 0.00, 0.42, 0.72, 0.35. Web safe color of #a5602e is #996633. Color #a5602e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 00101110
Octal 245 140 56
Decimal 165 96 46
Hex A5 60 2E

RGB Percentages of Color #a5602e

%53.75
%31.27
%14.98

CMYK Percentages of Color #a5602e

%0
%42
%72
%35

Triadic Colors of #a5602e

#a5602e #2ea560 #602ea5

Analogous Colors of #a5602e

#a5602e #a59c2e #a52e38

Monochromatic Colors of #a5602e

#a5602e

Complementary Color

#a5602e #2e73a5

#a5602e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5602e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5602e Color CSS Codes

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

#a5602e Text Font Color

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

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


#a5602e Background Color

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

This div background color is #a5602e


#a5602e Border Color

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

This div border color is #a5602e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5602e


Comments

No comments written yet.

Please login to write comment.