COLOR #A17688

HEX: #A17688
RGB: (161,118,136)

Color info

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

RGB color model

#A17688 color RGB value is (161,118,136).

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

RGB channels and saturation

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

161
118
136

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

Portions of RGB colors in percentages

R + G + B =
161 + 118 + 136 = 415 (100%)
R 161 of 415 ~ 38.8%
G 118 of 415 ~ 28.43%
B 136 of 415 ~ 32.77%

%38.8
%28.43
%32.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.71%
  • yellow value is 15.53%
  • 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
%15.53
%36.86

Codes

Color #A17688 in popluar color models

A17688
RGB161118136
HSL335°18.61%54.71%
HSB/HSV335°26.71%63.14%
CMYK0.00%26.71%15.53%
36.86%

Color #A17688 in popluar number systems.

HEXA17688
Decimal161118136
Binary10100001111011010001000
Octal241166210

Shades and tints

Shades of #A17688

#A17688
(161,118,136)
#936C7C
(147,108,124)
#856270
(133,98,112)
#775864
(119,88,100)
#694E58
(105,78,88)
#5B444C
(91,68,76)
#4D3A40
(77,58,64)
#3F3034
(63,48,52)
#312628
(49,38,40)
#231C1C
(35,28,28)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #A17688

#A17688
(161,118,136)
#A98292
(169,130,146)
#B18E9C
(177,142,156)
#B99AA6
(185,154,166)
#C1A6B0
(193,166,176)
#C9B2BA
(201,178,186)
#D1BEC4
(209,190,196)
#D9CACE
(217,202,206)
#E1D6D8
(225,214,216)
#E9E2E2
(233,226,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17688; }

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

This text font color is #A17688.


Background Color

.myBgColor { background-color: #A17688; }

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

This div background color is #A17688.


Border color

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

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

This div border color is #A17688.


Opacity

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

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

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

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

This text has shadow with #A17688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17688 on black background.


Color preview on white background

This text has color #A17688 on white background.



Black color preview on #A17688 background

This text has black color on #A17688 background.


White color preview on #A17688 background

This text has white color on #A17688 background.