Color Hex Logo

#a78240 Color Hex

#A78240
(167,130,64)
0 Favorites   0 Comments

Color spaces of #a78240

RGB 16713064
HSL0.110.450.45
HSV38°62°65°
CMYK 0.000.220.62   0.35
XYZ24.844424.55098.2798
Yxy24.55090.43080.4257
Hunter Lab49.54892.791524.7766
CIE-Lab56.63526.610440.5006

#a78240 color RGB value is (167,130,64).

#a78240 hex color red value is 167, green value is 130 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a78240 hue: 0.11 , saturation: 0.45 and the lightness value of a78240 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 01000000
Octal 247 202 100
Decimal 167 130 64
Hex A7 82 40

RGB Percentages of Color #a78240

%46.26
%36.01
%17.73

CMYK Percentages of Color #a78240

%0
%22
%62
%35

Triadic Colors of #a78240

#a78240 #40a782 #8240a7

Analogous Colors of #a78240

#a78240 #99a740 #a74f40

Monochromatic Colors of #a78240

#a78240

Complementary Color

#a78240 #4065a7

#a78240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78240 Color CSS Codes

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

#a78240 Text Font Color

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

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


#a78240 Background Color

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

This div background color is #a78240


#a78240 Border Color

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

This div border color is #a78240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78240


Comments

No comments written yet.

Please login to write comment.