Color Hex Logo

#a0870e Color Hex

#A0870E
(160,135,14)
0 Favorites   0 Comments

Color spaces of #a0870e

RGB 16013514
HSL0.140.840.34
HSV50°91°63°
CMYK 0.000.160.91   0.37
XYZ23.240424.83323.9839
Yxy24.83320.44640.4770
Hunter Lab49.8329-3.961230.1431
CIE-Lab56.9125-1.618659.3146

#a0870e color RGB value is (160,135,14).

#a0870e hex color red value is 160, green value is 135 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #a0870e hue: 0.14 , saturation: 0.84 and the lightness value of a0870e is 0.34.

The process color (four color CMYK) of #a0870e color hex is 0.00, 0.16, 0.91, 0.37. Web safe color of #a0870e is #999900. Color #a0870e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 00001110
Octal 240 207 16
Decimal 160 135 14
Hex A0 87 E

RGB Percentages of Color #a0870e

%51.78
%43.69
%4.53

CMYK Percentages of Color #a0870e

%0
%16
%91
%37

Triadic Colors of #a0870e

#a0870e #0ea087 #870ea0

Analogous Colors of #a0870e

#a0870e #70a00e #a03e0e

Monochromatic Colors of #a0870e

#a0870e

Complementary Color

#a0870e #0e27a0

#a0870e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0870e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0870e Color CSS Codes

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

#a0870e Text Font Color

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

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


#a0870e Background Color

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

This div background color is #a0870e


#a0870e Border Color

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

This div border color is #a0870e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0870e


Comments

No comments written yet.

Please login to write comment.