COLOR #A18D9F

HEX: #A18D9F
RGB: (161,141,159)

Color info

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

RGB color model

#A18D9F color RGB value is (161,141,159).

  • red value is 161;
  • green value is 141;
  • blue value is 159.
RGB:
(161,141,159)
(63%,55%,62%)

RGB channels and saturation

R 161 of 255 = 63%
G 141 of 255 = 55%
B 159 of 255 = 62%

161
141
159

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

Portions of RGB colors in percentages

R + G + B =
161 + 141 + 159 = 461 (100%)
R 161 of 461 ~ 34.92%
G 141 of 461 ~ 30.59%
B 159 of 461 ~ 34.49%

%34.92
%30.59
%34.49

CMYK color model

#A18D9F color CMYK value is (0,12,1,37).

  • cyan value is 0.00%
  • magenta value is 12.42%
  • yellow value is 1.24%
  • key color value is 36.86%
CMYK:
(0,12,1,37)
C0M12Y1K37 
(0%,12%,1%,37%)
(0.00/0.12/0.01/0.37)	

CMYK percentages

%0
%12.42
%1.24
%36.86

Codes

Color #A18D9F in popluar color models

A18D9F
RGB161141159
HSL306°9.62%59.22%
HSB/HSV306°12.42%63.14%
CMYK0.00%12.42%1.24%
36.86%

Color #A18D9F in popluar number systems.

HEXA18D9F
Decimal161141159
Binary101000011000110110011111
Octal241215237

Shades and tints

Shades of #A18D9F

#A18D9F
(161,141,159)
#938191
(147,129,145)
#857583
(133,117,131)
#776975
(119,105,117)
#695D67
(105,93,103)
#5B5159
(91,81,89)
#4D454B
(77,69,75)
#3F393D
(63,57,61)
#312D2F
(49,45,47)
#232121
(35,33,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #A18D9F

#A18D9F
(161,141,159)
#A997A7
(169,151,167)
#B1A1AF
(177,161,175)
#B9ABB7
(185,171,183)
#C1B5BF
(193,181,191)
#C9BFC7
(201,191,199)
#D1C9CF
(209,201,207)
#D9D3D7
(217,211,215)
#E1DDDF
(225,221,223)
#E9E7E7
(233,231,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18D9F color. Also use rgb(161,141,159) instead hex code.

Text Font Color

.myTextColor { color: #A18D9F; }

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

This text font color is #A18D9F.


Background Color

.myBgColor { background-color: #A18D9F; }

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

This div background color is #A18D9F.


Border color

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

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

This div border color is #A18D9F.


Opacity

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

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

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

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

This text has shadow with #A18D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18D9F on black background.


Color preview on white background

This text has color #A18D9F on white background.



Black color preview on #A18D9F background

This text has black color on #A18D9F background.


White color preview on #A18D9F background

This text has white color on #A18D9F background.