COLOR #A18887

HEX: #A18887
RGB: (161,136,135)

Color info

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

RGB color model

#A18887 color RGB value is (161,136,135).

  • red value is 161;
  • green value is 136;
  • blue value is 135.
RGB:
(161,136,135)
(63%,53%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 136 of 255 = 53%
B 135 of 255 = 53%

161
136
135

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

Portions of RGB colors in percentages

R + G + B =
161 + 136 + 135 = 432 (100%)
R 161 of 432 ~ 37.27%
G 136 of 432 ~ 31.48%
B 135 of 432 ~ 31.25%

%37.27
%31.48
%31.25

CMYK color model

#A18887 color CMYK value is (0,16,16,37).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 16.15%
  • key color value is 36.86%
CMYK:
(0,16,16,37)
C0M16Y16K37 
(0%,16%,16%,37%)
(0.00/0.16/0.16/0.37)	

CMYK percentages

%0
%15.53
%16.15
%36.86

Codes

Color #A18887 in popluar color models

A18887
RGB161136135
HSL12.15%58.04%
HSB/HSV16.15%63.14%
CMYK0.00%15.53%16.15%
36.86%

Color #A18887 in popluar number systems.

HEXA18887
Decimal161136135
Binary101000011000100010000111
Octal241210207

Shades and tints

Shades of #A18887

#A18887
(161,136,135)
#937C7B
(147,124,123)
#85706F
(133,112,111)
#776463
(119,100,99)
#695857
(105,88,87)
#5B4C4B
(91,76,75)
#4D403F
(77,64,63)
#3F3433
(63,52,51)
#312827
(49,40,39)
#231C1B
(35,28,27)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #A18887

#A18887
(161,136,135)
#A99291
(169,146,145)
#B19C9B
(177,156,155)
#B9A6A5
(185,166,165)
#C1B0AF
(193,176,175)
#C9BAB9
(201,186,185)
#D1C4C3
(209,196,195)
#D9CECD
(217,206,205)
#E1D8D7
(225,216,215)
#E9E2E1
(233,226,225)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18887 color. Also use rgb(161,136,135) instead hex code.

Text Font Color

.myTextColor { color: #A18887; }

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

This text font color is #A18887.


Background Color

.myBgColor { background-color: #A18887; }

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

This div background color is #A18887.


Border color

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

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

This div border color is #A18887.


Opacity

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

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

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

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

This text has shadow with #A18887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18887 on black background.


Color preview on white background

This text has color #A18887 on white background.



Black color preview on #A18887 background

This text has black color on #A18887 background.


White color preview on #A18887 background

This text has white color on #A18887 background.