Color Hex Logo

#a18671 Color Hex

#A18671
(161,134,113)
0 Favorites   0 Comments

Color spaces of #a18671

RGB 161134113
HSL0.070.200.54
HSV26°30°63°
CMYK 0.000.170.30   0.37
XYZ26.203725.819519.2254
Yxy25.81950.36780.3624
Hunter Lab50.81293.128113.1363
CIE-Lab57.86537.035415.1517

#a18671 color RGB value is (161,134,113).

#a18671 hex color red value is 161, green value is 134 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a18671 hue: 0.07 , saturation: 0.20 and the lightness value of a18671 is 0.54.

The process color (four color CMYK) of #a18671 color hex is 0.00, 0.17, 0.30, 0.37. Web safe color of #a18671 is #999966. Color #a18671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000110 01110001
Octal 241 206 161
Decimal 161 134 113
Hex A1 86 71

RGB Percentages of Color #a18671

%39.46
%32.84
%27.70

CMYK Percentages of Color #a18671

%0
%17
%30
%37

Triadic Colors of #a18671

#a18671 #71a186 #8671a1

Analogous Colors of #a18671

#a18671 #a19e71 #a17174

Monochromatic Colors of #a18671

#a18671

Complementary Color

#a18671 #718ca1

#a18671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18671 Color CSS Codes

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

#a18671 Text Font Color

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

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


#a18671 Background Color

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

This div background color is #a18671


#a18671 Border Color

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

This div border color is #a18671


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,134,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 #a18671">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18671


Comments

No comments written yet.

Please login to write comment.