Color Hex Logo

#a78864 Color Hex

#A78864
(167,136,100)
0 Favorites   0 Comments

Color spaces of #a78864

RGB 167136100
HSL0.090.280.52
HSV32°40°65°
CMYK 0.000.190.40   0.35
XYZ27.040826.743915.7935
Yxy26.74390.38860.3844
Hunter Lab51.71452.834818.0931
CIE-Lab58.73656.709223.7722

#a78864 color RGB value is (167,136,100).

#a78864 hex color red value is 167, green value is 136 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a78864 hue: 0.09 , saturation: 0.28 and the lightness value of a78864 is 0.52.

The process color (four color CMYK) of #a78864 color hex is 0.00, 0.19, 0.40, 0.35. Web safe color of #a78864 is #999966. Color #a78864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001000 01100100
Octal 247 210 144
Decimal 167 136 100
Hex A7 88 64

RGB Percentages of Color #a78864

%41.44
%33.75
%24.81

CMYK Percentages of Color #a78864

%0
%19
%40
%35

Triadic Colors of #a78864

#a78864 #64a788 #8864a7

Analogous Colors of #a78864

#a78864 #a5a764 #a76764

Monochromatic Colors of #a78864

#a78864

Complementary Color

#a78864 #6483a7

#a78864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78864 Color CSS Codes

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

#a78864 Text Font Color

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

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


#a78864 Background Color

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

This div background color is #a78864


#a78864 Border Color

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

This div border color is #a78864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78864


Comments

No comments written yet.

Please login to write comment.