Color Hex Logo

#a18941 Color Hex

#A18941
(161,137,65)
0 Favorites   0 Comments

Color spaces of #a18941

RGB 16113765
HSL0.130.420.44
HSV45°60°63°
CMYK 0.000.150.60   0.37
XYZ24.597725.85008.6941
Yxy25.85000.41590.4371
Hunter Lab50.8429-2.617125.4515
CIE-Lab57.89440.121241.2813

#a18941 color RGB value is (161,137,65).

#a18941 hex color red value is 161, green value is 137 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a18941 hue: 0.13 , saturation: 0.42 and the lightness value of a18941 is 0.44.

The process color (four color CMYK) of #a18941 color hex is 0.00, 0.15, 0.60, 0.37. Web safe color of #a18941 is #999933. Color #a18941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001001 01000001
Octal 241 211 101
Decimal 161 137 65
Hex A1 89 41

RGB Percentages of Color #a18941

%44.35
%37.74
%17.91

CMYK Percentages of Color #a18941

%0
%15
%60
%37

Triadic Colors of #a18941

#a18941 #41a189 #8941a1

Analogous Colors of #a18941

#a18941 #89a141 #a15941

Monochromatic Colors of #a18941

#a18941

Complementary Color

#a18941 #4159a1

#a18941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18941 Color CSS Codes

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

#a18941 Text Font Color

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

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


#a18941 Background Color

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

This div background color is #a18941


#a18941 Border Color

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

This div border color is #a18941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18941


Comments

No comments written yet.

Please login to write comment.