Color Hex Logo

#a04742 Color Hex

#A04742
(160,71,66)
0 Favorites   0 Comments

Color spaces of #a04742

RGB 1607166
HSL0.010.420.44
HSV59°63°
CMYK 0.000.560.59   0.37
XYZ17.733812.37346.6079
Yxy12.37340.48300.3370
Hunter Lab35.175828.432513.4853
CIE-Lab41.803536.556221.0657

#a04742 color RGB value is (160,71,66).

#a04742 hex color red value is 160, green value is 71 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a04742 hue: 0.01 , saturation: 0.42 and the lightness value of a04742 is 0.44.

The process color (four color CMYK) of #a04742 color hex is 0.00, 0.56, 0.59, 0.37. Web safe color of #a04742 is #993333. Color #a04742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000111 01000010
Octal 240 107 102
Decimal 160 71 66
Hex A0 47 42

RGB Percentages of Color #a04742

%53.87
%23.91
%22.22

CMYK Percentages of Color #a04742

%0
%56
%59
%37

Triadic Colors of #a04742

#a04742 #42a047 #4742a0

Analogous Colors of #a04742

#a04742 #a07642 #a0426c

Monochromatic Colors of #a04742

#a04742

Complementary Color

#a04742 #429ba0

#a04742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04742 Color CSS Codes

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

#a04742 Text Font Color

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

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


#a04742 Background Color

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

This div background color is #a04742


#a04742 Border Color

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

This div border color is #a04742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04742


Comments

No comments written yet.

Please login to write comment.