Color Hex Logo

#a0713e Color Hex

#A0713E
(160,113,62)
0 Favorites   0 Comments

Color spaces of #a0713e

RGB 16011362
HSL0.090.440.44
HSV31°61°63°
CMYK 0.000.290.61   0.37
XYZ21.271819.63167.2256
Yxy19.63160.44200.4079
Hunter Lab44.30768.158621.3464
CIE-Lab51.418112.974535.2662

#a0713e color RGB value is (160,113,62).

#a0713e hex color red value is 160, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a0713e hue: 0.09 , saturation: 0.44 and the lightness value of a0713e is 0.44.

The process color (four color CMYK) of #a0713e color hex is 0.00, 0.29, 0.61, 0.37. Web safe color of #a0713e is #996633. Color #a0713e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 00111110
Octal 240 161 76
Decimal 160 113 62
Hex A0 71 3E

RGB Percentages of Color #a0713e

%47.76
%33.73
%18.51

CMYK Percentages of Color #a0713e

%0
%29
%61
%37

Triadic Colors of #a0713e

#a0713e #3ea071 #713ea0

Analogous Colors of #a0713e

#a0713e #9ea03e #a0403e

Monochromatic Colors of #a0713e

#a0713e

Complementary Color

#a0713e #3e6da0

#a0713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0713e Color CSS Codes

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

#a0713e Text Font Color

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

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


#a0713e Background Color

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

This div background color is #a0713e


#a0713e Border Color

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

This div border color is #a0713e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,113,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0713e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0713e;
  -webkit-box-shadow: 1px 1px 3px 2px #a0713e;
  box-shadow:         1px 1px 3px 2px #a0713e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,113,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0713e


Comments

No comments written yet.

Please login to write comment.