COLOR #A18B97

HEX: #A18B97
RGB: (161,139,151)

Color info

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

RGB color model

#A18B97 color RGB value is (161,139,151).

  • red value is 161;
  • green value is 139;
  • blue value is 151.
RGB:
(161,139,151)
(63%,55%,59%)

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 151 of 255 = 59%

161
139
151

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

Portions of RGB colors in percentages

R + G + B =
161 + 139 + 151 = 451 (100%)
R 161 of 451 ~ 35.7%
G 139 of 451 ~ 30.82%
B 151 of 451 ~ 33.48%

%35.7
%30.82
%33.48

CMYK color model

#A18B97 color CMYK value is (0,14,6,37).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 6.21%
  • key color value is 36.86%
CMYK:
(0,14,6,37)
C0M14Y6K37 
(0%,14%,6%,37%)
(0.00/0.14/0.06/0.37)	

CMYK percentages

%0
%13.66
%6.21
%36.86

Codes

Color #A18B97 in popluar color models

A18B97
RGB161139151
HSL327°10.48%58.82%
HSB/HSV327°13.66%63.14%
CMYK0.00%13.66%6.21%
36.86%

Color #A18B97 in popluar number systems.

HEXA18B97
Decimal161139151
Binary101000011000101110010111
Octal241213227

Shades and tints

Shades of #A18B97

#A18B97
(161,139,151)
#937F8A
(147,127,138)
#85737D
(133,115,125)
#776770
(119,103,112)
#695B63
(105,91,99)
#5B4F56
(91,79,86)
#4D4349
(77,67,73)
#3F373C
(63,55,60)
#312B2F
(49,43,47)
#231F22
(35,31,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #A18B97

#A18B97
(161,139,151)
#A995A0
(169,149,160)
#B19FA9
(177,159,169)
#B9A9B2
(185,169,178)
#C1B3BB
(193,179,187)
#C9BDC4
(201,189,196)
#D1C7CD
(209,199,205)
#D9D1D6
(217,209,214)
#E1DBDF
(225,219,223)
#E9E5E8
(233,229,232)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18B97 color. Also use rgb(161,139,151) instead hex code.

Text Font Color

.myTextColor { color: #A18B97; }

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

This text font color is #A18B97.


Background Color

.myBgColor { background-color: #A18B97; }

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

This div background color is #A18B97.


Border color

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

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

This div border color is #A18B97.


Opacity

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

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

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

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

This text has shadow with #A18B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18B97 on black background.


Color preview on white background

This text has color #A18B97 on white background.



Black color preview on #A18B97 background

This text has black color on #A18B97 background.


White color preview on #A18B97 background

This text has white color on #A18B97 background.