COLOR #A18E9A

HEX: #A18E9A
RGB: (161,142,154)

Color info

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

RGB color model

#A18E9A color RGB value is (161,142,154).

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

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 154 of 255 = 60%

161
142
154

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

Portions of RGB colors in percentages

R + G + B =
161 + 142 + 154 = 457 (100%)
R 161 of 457 ~ 35.23%
G 142 of 457 ~ 31.07%
B 154 of 457 ~ 33.7%

%35.23
%31.07
%33.7

CMYK color model

#A18E9A color CMYK value is (0,12,4,37).

  • cyan value is 0.00%
  • magenta value is 11.80%
  • yellow value is 4.35%
  • key color value is 36.86%
CMYK:
(0,12,4,37)
C0M12Y4K37 
(0%,12%,4%,37%)
(0.00/0.12/0.04/0.37)	

CMYK percentages

%0
%11.8
%4.35
%36.86

Codes

Color #A18E9A in popluar color models

A18E9A
RGB161142154
HSL322°9.18%59.41%
HSB/HSV322°11.80%63.14%
CMYK0.00%11.80%4.35%
36.86%

Color #A18E9A in popluar number systems.

HEXA18E9A
Decimal161142154
Binary101000011000111010011010
Octal241216232

Shades and tints

Shades of #A18E9A

#A18E9A
(161,142,154)
#93828C
(147,130,140)
#85767E
(133,118,126)
#776A70
(119,106,112)
#695E62
(105,94,98)
#5B5254
(91,82,84)
#4D4646
(77,70,70)
#3F3A38
(63,58,56)
#312E2A
(49,46,42)
#23221C
(35,34,28)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #A18E9A

#A18E9A
(161,142,154)
#A998A3
(169,152,163)
#B1A2AC
(177,162,172)
#B9ACB5
(185,172,181)
#C1B6BE
(193,182,190)
#C9C0C7
(201,192,199)
#D1CAD0
(209,202,208)
#D9D4D9
(217,212,217)
#E1DEE2
(225,222,226)
#E9E8EB
(233,232,235)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18E9A; }

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

This text font color is #A18E9A.


Background Color

.myBgColor { background-color: #A18E9A; }

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

This div background color is #A18E9A.


Border color

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

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

This div border color is #A18E9A.


Opacity

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

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

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

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

This text has shadow with #A18E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18E9A on black background.


Color preview on white background

This text has color #A18E9A on white background.



Black color preview on #A18E9A background

This text has black color on #A18E9A background.


White color preview on #A18E9A background

This text has white color on #A18E9A background.