Color Hex Logo

#a18362 Color Hex

#A18362
(161,131,98)
0 Favorites   0 Comments

Color spaces of #a18362

RGB 16113198
HSL0.090.250.51
HSV31°39°63°
CMYK 0.000.190.39   0.37
XYZ25.018824.691515.0026
Yxy24.69150.38660.3816
Hunter Lab49.69052.914916.8825
CIE-Lab56.77366.760222.1721

#a18362 color RGB value is (161,131,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 01100010
Octal 241 203 142
Decimal 161 131 98
Hex A1 83 62

RGB Percentages of Color #a18362

%41.28
%33.59
%25.13

CMYK Percentages of Color #a18362

%0
%19
%39
%37

Triadic Colors of #a18362

#a18362 #62a183 #8362a1

Analogous Colors of #a18362

#a18362 #a0a162 #a16462

Monochromatic Colors of #a18362

#a18362

Complementary Color

#a18362 #6280a1

#a18362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18362 Color CSS Codes

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

#a18362 Text Font Color

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

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


#a18362 Background Color

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

This div background color is #a18362


#a18362 Border Color

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

This div border color is #a18362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18362


Comments

No comments written yet.

Please login to write comment.