Color Hex Logo

#a18890 Color Hex

#A18890
(161,136,144)
0 Favorites   0 Comments

Color spaces of #a18890

RGB 161136144
HSL0.950.120.58
HSV341°16°63°
CMYK 0.000.160.11   0.37
XYZ28.536127.199030.1315
Yxy27.19900.33230.3168
Hunter Lab52.15276.40182.2517
CIE-Lab59.158110.8453-0.7489

#a18890 color RGB value is (161,136,144).

#a18890 hex color red value is 161, green value is 136 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a18890 hue: 0.95 , saturation: 0.12 and the lightness value of a18890 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001000 10010000
Octal 241 210 220
Decimal 161 136 144
Hex A1 88 90

RGB Percentages of Color #a18890

%36.51
%30.84
%32.65

CMYK Percentages of Color #a18890

%0
%16
%11
%37

Triadic Colors of #a18890

#a18890 #90a188 #8890a1

Analogous Colors of #a18890

#a18890 #a18d88 #a1889d

Monochromatic Colors of #a18890

#a18890

Complementary Color

#a18890 #88a199

#a18890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18890 Color CSS Codes

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

#a18890 Text Font Color

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

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


#a18890 Background Color

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

This div background color is #a18890


#a18890 Border Color

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

This div border color is #a18890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18890


Comments

No comments written yet.

Please login to write comment.