Color Hex Logo

#a18765 Color Hex

#A18765
(161,135,101)
0 Favorites   0 Comments

Color spaces of #a18765

RGB 161135101
HSL0.090.240.51
HSV34°37°63°
CMYK 0.000.160.37   0.37
XYZ25.710925.844615.9453
Yxy25.84460.38090.3829
Hunter Lab50.83761.309916.9899
CIE-Lab57.88934.879321.9758

#a18765 color RGB value is (161,135,101).

#a18765 hex color red value is 161, green value is 135 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a18765 hue: 0.09 , saturation: 0.24 and the lightness value of a18765 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000111 01100101
Octal 241 207 145
Decimal 161 135 101
Hex A1 87 65

RGB Percentages of Color #a18765

%40.55
%34.01
%25.44

CMYK Percentages of Color #a18765

%0
%16
%37
%37

Triadic Colors of #a18765

#a18765 #65a187 #8765a1

Analogous Colors of #a18765

#a18765 #9da165 #a16965

Monochromatic Colors of #a18765

#a18765

Complementary Color

#a18765 #657fa1

#a18765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18765 Color CSS Codes

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

#a18765 Text Font Color

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

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


#a18765 Background Color

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

This div background color is #a18765


#a18765 Border Color

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

This div border color is #a18765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18765

#a18765 Color Palettes


Comments

No comments written yet.

Please login to write comment.