Color Hex Logo

#a48471 Color Hex

#A48471
(164,132,113)
0 Favorites   0 Comments

Color spaces of #a48471

RGB 164132113
HSL0.060.220.54
HSV22°31°64°
CMYK 0.000.200.31   0.36
XYZ26.541725.587319.1627
Yxy25.58730.37230.3589
Hunter Lab50.58395.138312.9479
CIE-Lab57.64329.385914.8909

#a48471 color RGB value is (164,132,113).

#a48471 hex color red value is 164, green value is 132 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a48471 hue: 0.06 , saturation: 0.22 and the lightness value of a48471 is 0.54.

The process color (four color CMYK) of #a48471 color hex is 0.00, 0.20, 0.31, 0.36. Web safe color of #a48471 is #999966. Color #a48471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 01110001
Octal 244 204 161
Decimal 164 132 113
Hex A4 84 71

RGB Percentages of Color #a48471

%40.10
%32.27
%27.63

CMYK Percentages of Color #a48471

%0
%20
%31
%36

Triadic Colors of #a48471

#a48471 #71a484 #8471a4

Analogous Colors of #a48471

#a48471 #a49e71 #a47178

Monochromatic Colors of #a48471

#a48471

Complementary Color

#a48471 #7191a4

#a48471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48471 Color CSS Codes

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

#a48471 Text Font Color

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

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


#a48471 Background Color

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

This div background color is #a48471


#a48471 Border Color

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

This div border color is #a48471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48471


Comments

No comments written yet.

Please login to write comment.