Color Hex Logo

#a48778 Color Hex

#A48778
(164,135,120)
0 Favorites   0 Comments

Color spaces of #a48778

RGB 164135120
HSL0.060.190.56
HSV20°27°64°
CMYK 0.000.180.27   0.36
XYZ27.364026.576521.4568
Yxy26.57650.36290.3525
Hunter Lab51.55244.531011.4094
CIE-Lab58.58038.687712.2013

#a48778 color RGB value is (164,135,120).

#a48778 hex color red value is 164, green value is 135 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a48778 hue: 0.06 , saturation: 0.19 and the lightness value of a48778 is 0.56.

The process color (four color CMYK) of #a48778 color hex is 0.00, 0.18, 0.27, 0.36. Web safe color of #a48778 is #999966. Color #a48778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000111 01111000
Octal 244 207 170
Decimal 164 135 120
Hex A4 87 78

RGB Percentages of Color #a48778

%39.14
%32.22
%28.64

CMYK Percentages of Color #a48778

%0
%18
%27
%36

Triadic Colors of #a48778

#a48778 #78a487 #8778a4

Analogous Colors of #a48778

#a48778 #a49d78 #a4787f

Monochromatic Colors of #a48778

#a48778

Complementary Color

#a48778 #7895a4

#a48778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48778 Color CSS Codes

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

#a48778 Text Font Color

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

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


#a48778 Background Color

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

This div background color is #a48778


#a48778 Border Color

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

This div border color is #a48778


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,135,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a48778; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a48778;
  -webkit-box-shadow: 1px 1px 3px 2px #a48778;
  box-shadow:         1px 1px 3px 2px #a48778; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,135,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48778


Comments

No comments written yet.

Please login to write comment.