Color Hex Logo

#a78955 Color Hex

#A78955
(167,137,85)
2 Favorites   0 Comments

Color spaces of #a78955

RGB 16713785
HSL0.110.330.49
HSV38°49°65°
CMYK 0.000.180.49   0.35
XYZ26.521726.762712.3622
Yxy26.76270.40400.4077
Hunter Lab51.73270.979122.0448
CIE-Lab58.75404.515832.0417

#a78955 color RGB value is (167,137,85).

#a78955 hex color red value is 167, green value is 137 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a78955 hue: 0.11 , saturation: 0.33 and the lightness value of a78955 is 0.49.

The process color (four color CMYK) of #a78955 color hex is 0.00, 0.18, 0.49, 0.35. Web safe color of #a78955 is #999966. Color #a78955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001001 01010101
Octal 247 211 125
Decimal 167 137 85
Hex A7 89 55

RGB Percentages of Color #a78955

%42.93
%35.22
%21.85

CMYK Percentages of Color #a78955

%0
%18
%49
%35

Triadic Colors of #a78955

#a78955 #55a789 #8955a7

Analogous Colors of #a78955

#a78955 #9ca755 #a76055

Monochromatic Colors of #a78955

#a78955

Complementary Color

#a78955 #5573a7

#a78955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78955 Color CSS Codes

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

#a78955 Text Font Color

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

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


#a78955 Background Color

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

This div background color is #a78955


#a78955 Border Color

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

This div border color is #a78955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78955

#a78955 Color Palettes


Comments

No comments written yet.

Please login to write comment.