Color Hex Logo

#a0711f Color Hex

#A0711F
(160,113,31)
0 Favorites   0 Comments

Color spaces of #a0711f

RGB 16011331
HSL0.110.680.37
HSV38°81°63°
CMYK 0.000.290.81   0.37
XYZ20.649719.38283.9492
Yxy19.38280.46950.4407
Hunter Lab44.02596.677525.4997
CIE-Lab51.132111.218749.5417

#a0711f color RGB value is (160,113,31).

#a0711f hex color red value is 160, green value is 113 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a0711f hue: 0.11 , saturation: 0.68 and the lightness value of a0711f is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 00011111
Octal 240 161 37
Decimal 160 113 31
Hex A0 71 1F

RGB Percentages of Color #a0711f

%52.63
%37.17
%10.20

CMYK Percentages of Color #a0711f

%0
%29
%81
%37

Triadic Colors of #a0711f

#a0711f #1fa071 #711fa0

Analogous Colors of #a0711f

#a0711f #8fa01f #a0311f

Monochromatic Colors of #a0711f

#a0711f

Complementary Color

#a0711f #1f4ea0

#a0711f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0711f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0711f Color CSS Codes

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

#a0711f Text Font Color

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

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


#a0711f Background Color

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

This div background color is #a0711f


#a0711f Border Color

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

This div border color is #a0711f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0711f


Comments

No comments written yet.

Please login to write comment.