Color Hex Logo

#a77442 Color Hex

#A77442
(167,116,66)
0 Favorites   0 Comments

Color spaces of #a77442

RGB 16711666
HSL0.080.430.46
HSV30°60°65°
CMYK 0.000.310.60   0.35
XYZ23.165121.09968.0060
Yxy21.09960.44320.4037
Hunter Lab45.93439.634221.8202
CIE-Lab53.058314.656335.2781

#a77442 color RGB value is (167,116,66).

#a77442 hex color red value is 167, green value is 116 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a77442 hue: 0.08 , saturation: 0.43 and the lightness value of a77442 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110100 01000010
Octal 247 164 102
Decimal 167 116 66
Hex A7 74 42

RGB Percentages of Color #a77442

%47.85
%33.24
%18.91

CMYK Percentages of Color #a77442

%0
%31
%60
%35

Triadic Colors of #a77442

#a77442 #42a774 #7442a7

Analogous Colors of #a77442

#a77442 #a7a742 #a74242

Monochromatic Colors of #a77442

#a77442

Complementary Color

#a77442 #4275a7

#a77442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77442 Color CSS Codes

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

#a77442 Text Font Color

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

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


#a77442 Background Color

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

This div background color is #a77442


#a77442 Border Color

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

This div border color is #a77442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77442


Comments

No comments written yet.

Please login to write comment.