Color Hex Logo

#a0700e Color Hex

#A0700E
(160,112,14)
0 Favorites   0 Comments

Color spaces of #a0700e

RGB 16011214
HSL0.110.840.34
HSV40°91°63°
CMYK 0.000.300.91   0.37
XYZ20.370619.09363.0273
Yxy19.09360.47940.4494
Hunter Lab43.69626.745926.4797
CIE-Lab50.796511.304754.5773

#a0700e color RGB value is (160,112,14).

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

The process color (four color CMYK) of #a0700e color hex is 0.00, 0.30, 0.91, 0.37. Web safe color of #a0700e is #996600. Color #a0700e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 00001110
Octal 240 160 16
Decimal 160 112 14
Hex A0 70 E

RGB Percentages of Color #a0700e

%55.94
%39.16
%4.90

CMYK Percentages of Color #a0700e

%0
%30
%91
%37

Triadic Colors of #a0700e

#a0700e #0ea070 #700ea0

Analogous Colors of #a0700e

#a0700e #87a00e #a0270e

Monochromatic Colors of #a0700e

#a0700e

Complementary Color

#a0700e #0e3ea0

#a0700e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0700e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0700e Color CSS Codes

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

#a0700e Text Font Color

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

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


#a0700e Background Color

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

This div background color is #a0700e


#a0700e Border Color

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

This div border color is #a0700e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,112,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 #a0700e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0700e


Comments

No comments written yet.

Please login to write comment.