COLOR #A18E9C

HEX: #A18E9C
RGB: (161,142,156)

Color info

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

RGB color model

#A18E9C color RGB value is (161,142,156).

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

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 156 of 255 = 61%

161
142
156

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

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 156 = 459 (100%)
R 161 of 459 ~ 35.08%
G 142 of 459 ~ 30.94%
B 156 of 459 ~ 33.99%

%35.08
%30.94
%33.99

CMYK color model

#A18E9C color CMYK value is (0,12,3,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 3.11%
  • key color value is 36.86%
CMYK:
(0,12,3,37)
C0M12Y3K37 
(0%,12%,3%,37%)
(0.00/0.12/0.03/0.37)	

CMYK percentages

%0
%11.8
%3.11
%36.86

Codes

Color #A18E9C in popluar color models

A18E9C
RGB161142156
HSL316°9.18%59.41%
HSB/HSV316°11.80%63.14%
CMYK0.00%11.80%3.11%
36.86%

Color #A18E9C in popluar number systems.

HEXA18E9C
Decimal161142156
Binary101000011000111010011100
Octal241216234

Shades and tints

Shades of #A18E9C

#A18E9C
(161,142,156)
#93828E
(147,130,142)
#857680
(133,118,128)
#776A72
(119,106,114)
#695E64
(105,94,100)
#5B5256
(91,82,86)
#4D4648
(77,70,72)
#3F3A3A
(63,58,58)
#312E2C
(49,46,44)
#23221E
(35,34,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #A18E9C

#A18E9C
(161,142,156)
#A998A5
(169,152,165)
#B1A2AE
(177,162,174)
#B9ACB7
(185,172,183)
#C1B6C0
(193,182,192)
#C9C0C9
(201,192,201)
#D1CAD2
(209,202,210)
#D9D4DB
(217,212,219)
#E1DEE4
(225,222,228)
#E9E8ED
(233,232,237)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18E9C; }

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

This text font color is #A18E9C.


Background Color

.myBgColor { background-color: #A18E9C; }

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

This div background color is #A18E9C.


Border color

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

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

This div border color is #A18E9C.


Opacity

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

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

Text with #A18E9C 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 #A18E9C;}

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

This text has shadow with #A18E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18E9C on black background.


Color preview on white background

This text has color #A18E9C on white background.



Black color preview on #A18E9C background

This text has black color on #A18E9C background.


White color preview on #A18E9C background

This text has white color on #A18E9C background.