Color Hex Logo

#a17742 Color Hex

#A17742
(161,119,66)
0 Favorites   0 Comments

Color spaces of #a17742

RGB 16111966
HSL0.090.420.45
HSV33°59°63°
CMYK 0.000.260.59   0.37
XYZ22.278121.16418.0651
Yxy21.16410.43250.4109
Hunter Lab46.00455.932521.8089
CIE-Lab53.128610.315035.1936

#a17742 color RGB value is (161,119,66).

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

The process color (four color CMYK) of #a17742 color hex is 0.00, 0.26, 0.59, 0.37. Web safe color of #a17742 is #996633. Color #a17742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110111 01000010
Octal 241 167 102
Decimal 161 119 66
Hex A1 77 42

RGB Percentages of Color #a17742

%46.53
%34.39
%19.08

CMYK Percentages of Color #a17742

%0
%26
%59
%37

Triadic Colors of #a17742

#a17742 #42a177 #7742a1

Analogous Colors of #a17742

#a17742 #9ca142 #a14842

Monochromatic Colors of #a17742

#a17742

Complementary Color

#a17742 #426ca1

#a17742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17742 Color CSS Codes

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

#a17742 Text Font Color

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

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


#a17742 Background Color

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

This div background color is #a17742


#a17742 Border Color

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

This div border color is #a17742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17742


Comments

No comments written yet.

Please login to write comment.