COLOR #A18E90

HEX: #A18E90
RGB: (161,142,144)

Color info

#A18E90 contains red, green and blue colors in about the same proportion. Web safe color of #A18E90 is #999999 (or #999).

RGB color model

#A18E90 color RGB value is (161,142,144).

  • red value is 161;
  • green value is 142;
  • blue value is 144.
RGB:
(161,142,144)
(63%,56%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 144 of 255 = 56%

161
142
144

R + G + B ~ 58%. #A18E90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 144 = 447 (100%)
R 161 of 447 ~ 36.02%
G 142 of 447 ~ 31.77%
B 144 of 447 ~ 32.21%

%36.02
%31.77
%32.21

CMYK color model

#A18E90 color CMYK value is (0,12,11,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 10.56%
  • key color value is 36.86%
CMYK:
(0,12,11,37)
C0M12Y11K37 
(0%,12%,11%,37%)
(0.00/0.12/0.11/0.37)	

CMYK percentages

%0
%11.8
%10.56
%36.86

Codes

Color #A18E90 in popluar color models

A18E90
RGB161142144
HSL354°9.18%59.41%
HSB/HSV354°11.80%63.14%
CMYK0.00%11.80%10.56%
36.86%

Color #A18E90 in popluar number systems.

HEXA18E90
Decimal161142144
Binary101000011000111010010000
Octal241216220

Shades and tints

Shades of #A18E90

#A18E90
(161,142,144)
#938283
(147,130,131)
#857676
(133,118,118)
#776A69
(119,106,105)
#695E5C
(105,94,92)
#5B524F
(91,82,79)
#4D4642
(77,70,66)
#3F3A35
(63,58,53)
#312E28
(49,46,40)
#23221B
(35,34,27)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #A18E90

#A18E90
(161,142,144)
#A9989A
(169,152,154)
#B1A2A4
(177,162,164)
#B9ACAE
(185,172,174)
#C1B6B8
(193,182,184)
#C9C0C2
(201,192,194)
#D1CACC
(209,202,204)
#D9D4D6
(217,212,214)
#E1DEE0
(225,222,224)
#E9E8EA
(233,232,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18E90 color. Also use rgb(161,142,144) instead hex code.

Text Font Color

.myTextColor { color: #A18E90; }

<p style="color:#A18E90">This sample text font color is #A18E90.</p>

This text font color is #A18E90.


Background Color

.myBgColor { background-color: #A18E90; }

<div style="background-color:#A18E90">Inner text</div>

This div background color is #A18E90.


Border color

.myBorderColor { border: 1px solid #A18E90; }

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

This div border color is #A18E90.


Opacity

.myOpacity80 { color: #A18E90; opacity: 0.8; }

<p style="color:#A18E90;opacity:0.8;">80%</p>

Text with #A18E90 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A18E90;}

<p style="text-shadow: 3px 3px 1px #A18E90">Text here.</p>

This text has shadow with #A18E90 color.

.textShadow {text-shadow: 3px 3px 1px #A18E90, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A18E90, 5px 5px 20px red">Text here.</p>

This text has shadow with #A18E90 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A18E90, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A18E90, Direction=45, Strength=4)">Text</p>

This text has shadow with #A18E90 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A18E90;
  -webkit-box-shadow:	1px 1px 3px 2px #A18E90;
  box-shadow:		1px 1px 3px 2px #A18E90;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A18E90;
-webkit-box-shadow: 1px 1px 3px 2px #A18E90;
box-shadow:1px 1px 3px 2px #A18E90;">
Div content here</div>
This div box has shadow with color #A18E90.

Preview

Color preview on black background

This text has color #A18E90 on black background.


Color preview on white background

This text has color #A18E90 on white background.



Black color preview on #A18E90 background

This text has black color on #A18E90 background.


White color preview on #A18E90 background

This text has white color on #A18E90 background.