COLOR #A17F88

HEX: #A17F88
RGB: (161,127,136)

Color info

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

RGB color model

#A17F88 color RGB value is (161,127,136).

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

RGB channels and saturation

R 161 of 255 = 63%
G 127 of 255 = 50%
B 136 of 255 = 53%

161
127
136

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

Portions of RGB colors in percentages

R + G + B =
161 + 127 + 136 = 424 (100%)
R 161 of 424 ~ 37.97%
G 127 of 424 ~ 29.95%
B 136 of 424 ~ 32.08%

%37.97
%29.95
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.12%
  • yellow value is 15.53%
  • key color value is 36.86%
CMYK:
(0,21,16,37)
C0M21Y16K37 
(0%,21%,16%,37%)
(0.00/0.21/0.16/0.37)	

CMYK percentages

%0
%21.12
%15.53
%36.86

Codes

Color #A17F88 in popluar color models

A17F88
RGB161127136
HSL344°15.32%56.47%
HSB/HSV344°21.12%63.14%
CMYK0.00%21.12%15.53%
36.86%

Color #A17F88 in popluar number systems.

HEXA17F88
Decimal161127136
Binary10100001111111110001000
Octal241177210

Shades and tints

Shades of #A17F88

#A17F88
(161,127,136)
#93747C
(147,116,124)
#856970
(133,105,112)
#775E64
(119,94,100)
#695358
(105,83,88)
#5B484C
(91,72,76)
#4D3D40
(77,61,64)
#3F3234
(63,50,52)
#312728
(49,39,40)
#231C1C
(35,28,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A17F88

#A17F88
(161,127,136)
#A98A92
(169,138,146)
#B1959C
(177,149,156)
#B9A0A6
(185,160,166)
#C1ABB0
(193,171,176)
#C9B6BA
(201,182,186)
#D1C1C4
(209,193,196)
#D9CCCE
(217,204,206)
#E1D7D8
(225,215,216)
#E9E2E2
(233,226,226)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17F88; }

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

This text font color is #A17F88.


Background Color

.myBgColor { background-color: #A17F88; }

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

This div background color is #A17F88.


Border color

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

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

This div border color is #A17F88.


Opacity

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

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

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

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

This text has shadow with #A17F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17F88 on black background.


Color preview on white background

This text has color #A17F88 on white background.



Black color preview on #A17F88 background

This text has black color on #A17F88 background.


White color preview on #A17F88 background

This text has white color on #A17F88 background.