Color Hex Logo

#a0713f Color Hex

#A0713F
(160,113,63)
0 Favorites   0 Comments

Color spaces of #a0713f

RGB 16011363
HSL0.090.430.44
HSV31°61°63°
CMYK 0.000.290.61   0.37
XYZ21.299519.64277.3714
Yxy19.64270.44090.4066
Hunter Lab44.32018.224021.1628
CIE-Lab51.430813.051534.7471

#a0713f color RGB value is (160,113,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 00111111
Octal 240 161 77
Decimal 160 113 63
Hex A0 71 3F

RGB Percentages of Color #a0713f

%47.62
%33.63
%18.75

CMYK Percentages of Color #a0713f

%0
%29
%61
%37

Triadic Colors of #a0713f

#a0713f #3fa071 #713fa0

Analogous Colors of #a0713f

#a0713f #9fa03f #a0413f

Monochromatic Colors of #a0713f

#a0713f

Complementary Color

#a0713f #3f6ea0

#a0713f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0713f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0713f Color CSS Codes

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

#a0713f Text Font Color

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

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


#a0713f Background Color

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

This div background color is #a0713f


#a0713f Border Color

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

This div border color is #a0713f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0713f


Comments

No comments written yet.

Please login to write comment.