COLOR #A18B89

HEX: #A18B89
RGB: (161,139,137)

Color info

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

RGB color model

#A18B89 color RGB value is (161,139,137).

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

RGB channels and saturation

R 161 of 255 = 63%
G 139 of 255 = 55%
B 137 of 255 = 54%

161
139
137

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

Portions of RGB colors in percentages

R + G + B =
161 + 139 + 137 = 437 (100%)
R 161 of 437 ~ 36.84%
G 139 of 437 ~ 31.81%
B 137 of 437 ~ 31.35%

%36.84
%31.81
%31.35

CMYK color model

#A18B89 color CMYK value is (0,14,15,37).

  • cyan value is 0.00%
  • magenta value is 13.66%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(0,14,15,37)
C0M14Y15K37 
(0%,14%,15%,37%)
(0.00/0.14/0.15/0.37)	

CMYK percentages

%0
%13.66
%14.91
%36.86

Codes

Color #A18B89 in popluar color models

A18B89
RGB161139137
HSL11.32%58.43%
HSB/HSV14.91%63.14%
CMYK0.00%13.66%14.91%
36.86%

Color #A18B89 in popluar number systems.

HEXA18B89
Decimal161139137
Binary101000011000101110001001
Octal241213211

Shades and tints

Shades of #A18B89

#A18B89
(161,139,137)
#937F7D
(147,127,125)
#857371
(133,115,113)
#776765
(119,103,101)
#695B59
(105,91,89)
#5B4F4D
(91,79,77)
#4D4341
(77,67,65)
#3F3735
(63,55,53)
#312B29
(49,43,41)
#231F1D
(35,31,29)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #A18B89

#A18B89
(161,139,137)
#A99593
(169,149,147)
#B19F9D
(177,159,157)
#B9A9A7
(185,169,167)
#C1B3B1
(193,179,177)
#C9BDBB
(201,189,187)
#D1C7C5
(209,199,197)
#D9D1CF
(217,209,207)
#E1DBD9
(225,219,217)
#E9E5E3
(233,229,227)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18B89; }

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

This text font color is #A18B89.


Background Color

.myBgColor { background-color: #A18B89; }

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

This div background color is #A18B89.


Border color

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

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

This div border color is #A18B89.


Opacity

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

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

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

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

This text has shadow with #A18B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18B89 on black background.


Color preview on white background

This text has color #A18B89 on white background.



Black color preview on #A18B89 background

This text has black color on #A18B89 background.


White color preview on #A18B89 background

This text has white color on #A18B89 background.