Color Hex Logo

#a0742e Color Hex

#A0742E
(160,116,46)
0 Favorites   0 Comments

Color spaces of #a0742e

RGB 16011646
HSL0.100.550.40
HSV37°71°63°
CMYK 0.000.280.71   0.37
XYZ21.235720.16165.3571
Yxy20.16160.45420.4312
Hunter Lab44.90175.841524.3574
CIE-Lab52.019410.210843.9891

#a0742e color RGB value is (160,116,46).

#a0742e hex color red value is 160, green value is 116 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a0742e hue: 0.10 , saturation: 0.55 and the lightness value of a0742e is 0.40.

The process color (four color CMYK) of #a0742e color hex is 0.00, 0.28, 0.71, 0.37. Web safe color of #a0742e is #996633. Color #a0742e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 00101110
Octal 240 164 56
Decimal 160 116 46
Hex A0 74 2E

RGB Percentages of Color #a0742e

%49.69
%36.02
%14.29

CMYK Percentages of Color #a0742e

%0
%28
%71
%37

Triadic Colors of #a0742e

#a0742e #2ea074 #742ea0

Analogous Colors of #a0742e

#a0742e #93a02e #a03b2e

Monochromatic Colors of #a0742e

#a0742e

Complementary Color

#a0742e #2e5aa0

#a0742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0742e Color CSS Codes

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

#a0742e Text Font Color

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

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


#a0742e Background Color

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

This div background color is #a0742e


#a0742e Border Color

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

This div border color is #a0742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0742e


Comments

No comments written yet.

Please login to write comment.