COLOR #A18687

HEX: #A18687
RGB: (161,134,135)

Color info

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

RGB color model

#A18687 color RGB value is (161,134,135).

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

RGB channels and saturation

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

161
134
135

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

Portions of RGB colors in percentages

R + G + B =
161 + 134 + 135 = 430 (100%)
R 161 of 430 ~ 37.44%
G 134 of 430 ~ 31.16%
B 135 of 430 ~ 31.4%

%37.44
%31.16
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 16.15%
  • key color value is 36.86%
CMYK:
(0,17,16,37)
C0M17Y16K37 
(0%,17%,16%,37%)
(0.00/0.17/0.16/0.37)	

CMYK percentages

%0
%16.77
%16.15
%36.86

Codes

Color #A18687 in popluar color models

A18687
RGB161134135
HSL358°12.56%57.84%
HSB/HSV358°16.77%63.14%
CMYK0.00%16.77%16.15%
36.86%

Color #A18687 in popluar number systems.

HEXA18687
Decimal161134135
Binary101000011000011010000111
Octal241206207

Shades and tints

Shades of #A18687

#A18687
(161,134,135)
#937A7B
(147,122,123)
#856E6F
(133,110,111)
#776263
(119,98,99)
#695657
(105,86,87)
#5B4A4B
(91,74,75)
#4D3E3F
(77,62,63)
#3F3233
(63,50,51)
#312627
(49,38,39)
#231A1B
(35,26,27)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #A18687

#A18687
(161,134,135)
#A99191
(169,145,145)
#B19C9B
(177,156,155)
#B9A7A5
(185,167,165)
#C1B2AF
(193,178,175)
#C9BDB9
(201,189,185)
#D1C8C3
(209,200,195)
#D9D3CD
(217,211,205)
#E1DED7
(225,222,215)
#E9E9E1
(233,233,225)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18687; }

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

This text font color is #A18687.


Background Color

.myBgColor { background-color: #A18687; }

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

This div background color is #A18687.


Border color

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

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

This div border color is #A18687.


Opacity

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

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

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

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

This text has shadow with #A18687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18687 on black background.


Color preview on white background

This text has color #A18687 on white background.



Black color preview on #A18687 background

This text has black color on #A18687 background.


White color preview on #A18687 background

This text has white color on #A18687 background.