COLOR #A17687

HEX: #A17687
RGB: (161,118,135)

Color info

#A17687 contains red, green and blue colors in about the same proportion. Web safe color of #A17687 is #996699 (or #969).

RGB color model

#A17687 color RGB value is (161,118,135).

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

RGB channels and saturation

R 161 of 255 = 63%
G 118 of 255 = 46%
B 135 of 255 = 53%

161
118
135

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

Portions of RGB colors in percentages

R + G + B =
161 + 118 + 135 = 414 (100%)
R 161 of 414 ~ 38.89%
G 118 of 414 ~ 28.5%
B 135 of 414 ~ 32.61%

%38.89
%28.5
%32.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.71%
  • yellow value is 16.15%
  • key color value is 36.86%
CMYK:
(0,27,16,37)
C0M27Y16K37 
(0%,27%,16%,37%)
(0.00/0.27/0.16/0.37)	

CMYK percentages

%0
%26.71
%16.15
%36.86

Codes

Color #A17687 in popluar color models

A17687
RGB161118135
HSL336°18.61%54.71%
HSB/HSV336°26.71%63.14%
CMYK0.00%26.71%16.15%
36.86%

Color #A17687 in popluar number systems.

HEXA17687
Decimal161118135
Binary10100001111011010000111
Octal241166207

Shades and tints

Shades of #A17687

#A17687
(161,118,135)
#936C7B
(147,108,123)
#85626F
(133,98,111)
#775863
(119,88,99)
#694E57
(105,78,87)
#5B444B
(91,68,75)
#4D3A3F
(77,58,63)
#3F3033
(63,48,51)
#312627
(49,38,39)
#231C1B
(35,28,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #A17687

#A17687
(161,118,135)
#A98291
(169,130,145)
#B18E9B
(177,142,155)
#B99AA5
(185,154,165)
#C1A6AF
(193,166,175)
#C9B2B9
(201,178,185)
#D1BEC3
(209,190,195)
#D9CACD
(217,202,205)
#E1D6D7
(225,214,215)
#E9E2E1
(233,226,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17687; }

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

This text font color is #A17687.


Background Color

.myBgColor { background-color: #A17687; }

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

This div background color is #A17687.


Border color

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

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

This div border color is #A17687.


Opacity

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

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

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

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

This text has shadow with #A17687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17687 on black background.


Color preview on white background

This text has color #A17687 on white background.



Black color preview on #A17687 background

This text has black color on #A17687 background.


White color preview on #A17687 background

This text has white color on #A17687 background.