Color Hex Logo

#a78c41 Color Hex

#A78C41
(167,140,65)
0 Favorites   0 Comments

Color spaces of #a78c41

RGB 16714065
HSL0.120.440.45
HSV44°61°65°
CMYK 0.000.160.61   0.35
XYZ26.268627.35338.8962
Yxy27.35330.42020.4375
Hunter Lab52.3004-1.871526.5251
CIE-Lab59.29991.120243.0424

#a78c41 color RGB value is (167,140,65).

#a78c41 hex color red value is 167, green value is 140 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a78c41 hue: 0.12 , saturation: 0.44 and the lightness value of a78c41 is 0.45.

The process color (four color CMYK) of #a78c41 color hex is 0.00, 0.16, 0.61, 0.35. Web safe color of #a78c41 is #999933. Color #a78c41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001100 01000001
Octal 247 214 101
Decimal 167 140 65
Hex A7 8C 41

RGB Percentages of Color #a78c41

%44.89
%37.63
%17.47

CMYK Percentages of Color #a78c41

%0
%16
%61
%35

Triadic Colors of #a78c41

#a78c41 #41a78c #8c41a7

Analogous Colors of #a78c41

#a78c41 #8fa741 #a75941

Monochromatic Colors of #a78c41

#a78c41

Complementary Color

#a78c41 #415ca7

#a78c41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78c41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78c41 Color CSS Codes

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

#a78c41 Text Font Color

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

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


#a78c41 Background Color

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

This div background color is #a78c41


#a78c41 Border Color

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

This div border color is #a78c41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78c41


Comments

No comments written yet.

Please login to write comment.