Color Hex Logo

#a37142 Color Hex

#A37142
(163,113,66)
0 Favorites   0 Comments

Color spaces of #a37142

RGB 16311366
HSL0.080.420.45
HSV29°60°64°
CMYK 0.000.310.60   0.36
XYZ21.992819.99017.8536
Yxy19.99010.44130.4011
Hunter Lab44.71039.560420.8826
CIE-Lab51.826014.608133.6885

#a37142 color RGB value is (163,113,66).

#a37142 hex color red value is 163, green value is 113 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a37142 hue: 0.08 , saturation: 0.42 and the lightness value of a37142 is 0.45.

The process color (four color CMYK) of #a37142 color hex is 0.00, 0.31, 0.60, 0.36. Web safe color of #a37142 is #996633. Color #a37142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110001 01000010
Octal 243 161 102
Decimal 163 113 66
Hex A3 71 42

RGB Percentages of Color #a37142

%47.66
%33.04
%19.30

CMYK Percentages of Color #a37142

%0
%31
%60
%36

Triadic Colors of #a37142

#a37142 #42a371 #7142a3

Analogous Colors of #a37142

#a37142 #a3a242 #a34244

Monochromatic Colors of #a37142

#a37142

Complementary Color

#a37142 #4274a3

#a37142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37142 Color CSS Codes

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

#a37142 Text Font Color

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

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


#a37142 Background Color

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

This div background color is #a37142


#a37142 Border Color

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

This div border color is #a37142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37142


Comments

No comments written yet.

Please login to write comment.