Color Hex Logo

#a77445 Color Hex

#A77445
(167,116,69)
0 Favorites   0 Comments

Color spaces of #a77445

RGB 16711669
HSL0.080.420.46
HSV29°59°65°
CMYK 0.000.310.59   0.35
XYZ23.255921.13598.4841
Yxy21.13590.43980.3997
Hunter Lab45.97389.840321.2402
CIE-Lab53.097914.893333.7106

#a77445 color RGB value is (167,116,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110100 01000101
Octal 247 164 105
Decimal 167 116 69
Hex A7 74 45

RGB Percentages of Color #a77445

%47.44
%32.95
%19.60

CMYK Percentages of Color #a77445

%0
%31
%59
%35

Triadic Colors of #a77445

#a77445 #45a774 #7445a7

Analogous Colors of #a77445

#a77445 #a7a545 #a74547

Monochromatic Colors of #a77445

#a77445

Complementary Color

#a77445 #4578a7

#a77445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77445 Color CSS Codes

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

#a77445 Text Font Color

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

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


#a77445 Background Color

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

This div background color is #a77445


#a77445 Border Color

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

This div border color is #a77445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77445


Comments

No comments written yet.

Please login to write comment.