COLOR #A17B88

HEX: #A17B88
RGB: (161,123,136)

Color info

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

RGB color model

#A17B88 color RGB value is (161,123,136).

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

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 136 of 255 = 53%

161
123
136

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

Portions of RGB colors in percentages

R + G + B =
161 + 123 + 136 = 420 (100%)
R 161 of 420 ~ 38.33%
G 123 of 420 ~ 29.29%
B 136 of 420 ~ 32.38%

%38.33
%29.29
%32.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 15.53%
  • key color value is 36.86%
CMYK:
(0,24,16,37)
C0M24Y16K37 
(0%,24%,16%,37%)
(0.00/0.24/0.16/0.37)	

CMYK percentages

%0
%23.6
%15.53
%36.86

Codes

Color #A17B88 in popluar color models

A17B88
RGB161123136
HSL339°16.81%55.69%
HSB/HSV339°23.60%63.14%
CMYK0.00%23.60%15.53%
36.86%

Color #A17B88 in popluar number systems.

HEXA17B88
Decimal161123136
Binary10100001111101110001000
Octal241173210

Shades and tints

Shades of #A17B88

#A17B88
(161,123,136)
#93707C
(147,112,124)
#856570
(133,101,112)
#775A64
(119,90,100)
#694F58
(105,79,88)
#5B444C
(91,68,76)
#4D3940
(77,57,64)
#3F2E34
(63,46,52)
#312328
(49,35,40)
#23181C
(35,24,28)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #A17B88

#A17B88
(161,123,136)
#A98792
(169,135,146)
#B1939C
(177,147,156)
#B99FA6
(185,159,166)
#C1ABB0
(193,171,176)
#C9B7BA
(201,183,186)
#D1C3C4
(209,195,196)
#D9CFCE
(217,207,206)
#E1DBD8
(225,219,216)
#E9E7E2
(233,231,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17B88; }

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

This text font color is #A17B88.


Background Color

.myBgColor { background-color: #A17B88; }

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

This div background color is #A17B88.


Border color

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

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

This div border color is #A17B88.


Opacity

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

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

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

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

This text has shadow with #A17B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17B88 on black background.


Color preview on white background

This text has color #A17B88 on white background.



Black color preview on #A17B88 background

This text has black color on #A17B88 background.


White color preview on #A17B88 background

This text has white color on #A17B88 background.