COLOR #A17A8D

HEX: #A17A8D
RGB: (161,122,141)

Color info

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

RGB color model

#A17A8D color RGB value is (161,122,141).

  • red value is 161;
  • green value is 122;
  • blue value is 141.
RGB:
(161,122,141)
(63%,48%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 141 of 255 = 55%

161
122
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 141 = 424 (100%)
R 161 of 424 ~ 37.97%
G 122 of 424 ~ 28.77%
B 141 of 424 ~ 33.25%

%37.97
%28.77
%33.25

CMYK color model

#A17A8D color CMYK value is (0,24,12,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(0,24,12,37)
C0M24Y12K37 
(0%,24%,12%,37%)
(0.00/0.24/0.12/0.37)	

CMYK percentages

%0
%24.22
%12.42
%36.86

Codes

Color #A17A8D in popluar color models

A17A8D
RGB161122141
HSL331°17.18%55.49%
HSB/HSV331°24.22%63.14%
CMYK0.00%24.22%12.42%
36.86%

Color #A17A8D in popluar number systems.

HEXA17A8D
Decimal161122141
Binary10100001111101010001101
Octal241172215

Shades and tints

Shades of #A17A8D

#A17A8D
(161,122,141)
#936F81
(147,111,129)
#856475
(133,100,117)
#775969
(119,89,105)
#694E5D
(105,78,93)
#5B4351
(91,67,81)
#4D3845
(77,56,69)
#3F2D39
(63,45,57)
#31222D
(49,34,45)
#231721
(35,23,33)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #A17A8D

#A17A8D
(161,122,141)
#A98697
(169,134,151)
#B192A1
(177,146,161)
#B99EAB
(185,158,171)
#C1AAB5
(193,170,181)
#C9B6BF
(201,182,191)
#D1C2C9
(209,194,201)
#D9CED3
(217,206,211)
#E1DADD
(225,218,221)
#E9E6E7
(233,230,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17A8D color. Also use rgb(161,122,141) instead hex code.

Text Font Color

.myTextColor { color: #A17A8D; }

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

This text font color is #A17A8D.


Background Color

.myBgColor { background-color: #A17A8D; }

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

This div background color is #A17A8D.


Border color

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

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

This div border color is #A17A8D.


Opacity

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

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

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

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

This text has shadow with #A17A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17A8D on black background.


Color preview on white background

This text has color #A17A8D on white background.



Black color preview on #A17A8D background

This text has black color on #A17A8D background.


White color preview on #A17A8D background

This text has white color on #A17A8D background.