Color Hex Logo

#a78466 Color Hex

#A78466
(167,132,102)
0 Favorites   0 Comments

Color spaces of #a78466

RGB 167132102
HSL0.080.270.53
HSV28°39°65°
CMYK 0.000.210.39   0.35
XYZ26.585925.677316.1254
Yxy25.67730.38870.3755
Hunter Lab50.67284.974216.6033
CIE-Lab57.72959.195521.3049

#a78466 color RGB value is (167,132,102).

#a78466 hex color red value is 167, green value is 132 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a78466 hue: 0.08 , saturation: 0.27 and the lightness value of a78466 is 0.53.

The process color (four color CMYK) of #a78466 color hex is 0.00, 0.21, 0.39, 0.35. Web safe color of #a78466 is #999966. Color #a78466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000100 01100110
Octal 247 204 146
Decimal 167 132 102
Hex A7 84 66

RGB Percentages of Color #a78466

%41.65
%32.92
%25.44

CMYK Percentages of Color #a78466

%0
%21
%39
%35

Triadic Colors of #a78466

#a78466 #66a784 #8466a7

Analogous Colors of #a78466

#a78466 #a7a566 #a76669

Monochromatic Colors of #a78466

#a78466

Complementary Color

#a78466 #6689a7

#a78466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78466 Color CSS Codes

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

#a78466 Text Font Color

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

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


#a78466 Background Color

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

This div background color is #a78466


#a78466 Border Color

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

This div border color is #a78466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78466


Comments

No comments written yet.

Please login to write comment.