Color Hex Logo

#a78344 Color Hex

#A78344
(167,131,68)
0 Favorites   0 Comments

Color spaces of #a78344

RGB 16713168
HSL0.110.420.46
HSV38°59°65°
CMYK 0.000.220.59   0.35
XYZ25.096024.86548.9456
Yxy24.86540.42600.4221
Hunter Lab49.86522.570724.2693
CIE-Lab56.94406.354838.8202

#a78344 color RGB value is (167,131,68).

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

The process color (four color CMYK) of #a78344 color hex is 0.00, 0.22, 0.59, 0.35. Web safe color of #a78344 is #999933. Color #a78344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000011 01000100
Octal 247 203 104
Decimal 167 131 68
Hex A7 83 44

RGB Percentages of Color #a78344

%45.63
%35.79
%18.58

CMYK Percentages of Color #a78344

%0
%22
%59
%35

Triadic Colors of #a78344

#a78344 #44a783 #8344a7

Analogous Colors of #a78344

#a78344 #9aa744 #a75244

Monochromatic Colors of #a78344

#a78344

Complementary Color

#a78344 #4468a7

#a78344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78344 Color CSS Codes

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

#a78344 Text Font Color

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

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


#a78344 Background Color

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

This div background color is #a78344


#a78344 Border Color

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

This div border color is #a78344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78344


Comments

No comments written yet.

Please login to write comment.