Color Hex Logo

#a78550 Color Hex

#A78550
(167,133,80)
0 Favorites   0 Comments

Color spaces of #a78550

RGB 16713380
HSL0.100.350.48
HSV37°52°65°
CMYK 0.000.200.52   0.35
XYZ25.771825.569711.1665
Yxy25.56970.41230.4091
Hunter Lab50.56652.483222.3036
CIE-Lab57.62636.267733.3262

#a78550 color RGB value is (167,133,80).

#a78550 hex color red value is 167, green value is 133 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a78550 hue: 0.10 , saturation: 0.35 and the lightness value of a78550 is 0.48.

The process color (four color CMYK) of #a78550 color hex is 0.00, 0.20, 0.52, 0.35. Web safe color of #a78550 is #999966. Color #a78550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000101 01010000
Octal 247 205 120
Decimal 167 133 80
Hex A7 85 50

RGB Percentages of Color #a78550

%43.95
%35.00
%21.05

CMYK Percentages of Color #a78550

%0
%20
%52
%35

Triadic Colors of #a78550

#a78550 #50a785 #8550a7

Analogous Colors of #a78550

#a78550 #9ea750 #a75a50

Monochromatic Colors of #a78550

#a78550

Complementary Color

#a78550 #5072a7

#a78550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78550 Color CSS Codes

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

#a78550 Text Font Color

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

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


#a78550 Background Color

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

This div background color is #a78550


#a78550 Border Color

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

This div border color is #a78550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78550


Comments

No comments written yet.

Please login to write comment.