COLOR #A17D8D

HEX: #A17D8D
RGB: (161,125,141)

Color info

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

RGB color model

#A17D8D color RGB value is (161,125,141).

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

RGB channels and saturation

R 161 of 255 = 63%
G 125 of 255 = 49%
B 141 of 255 = 55%

161
125
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 125 + 141 = 427 (100%)
R 161 of 427 ~ 37.7%
G 125 of 427 ~ 29.27%
B 141 of 427 ~ 33.02%

%37.7
%29.27
%33.02

CMYK color model

#A17D8D color CMYK value is (0,22,12,37).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 12.42%
  • key color value is 36.86%
CMYK:
(0,22,12,37)
C0M22Y12K37 
(0%,22%,12%,37%)
(0.00/0.22/0.12/0.37)	

CMYK percentages

%0
%22.36
%12.42
%36.86

Codes

Color #A17D8D in popluar color models

A17D8D
RGB161125141
HSL333°16.07%56.08%
HSB/HSV333°22.36%63.14%
CMYK0.00%22.36%12.42%
36.86%

Color #A17D8D in popluar number systems.

HEXA17D8D
Decimal161125141
Binary10100001111110110001101
Octal241175215

Shades and tints

Shades of #A17D8D

#A17D8D
(161,125,141)
#937281
(147,114,129)
#856775
(133,103,117)
#775C69
(119,92,105)
#69515D
(105,81,93)
#5B4651
(91,70,81)
#4D3B45
(77,59,69)
#3F3039
(63,48,57)
#31252D
(49,37,45)
#231A21
(35,26,33)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #A17D8D

#A17D8D
(161,125,141)
#A98897
(169,136,151)
#B193A1
(177,147,161)
#B99EAB
(185,158,171)
#C1A9B5
(193,169,181)
#C9B4BF
(201,180,191)
#D1BFC9
(209,191,201)
#D9CAD3
(217,202,211)
#E1D5DD
(225,213,221)
#E9E0E7
(233,224,231)
#F1EBF1
(241,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17D8D; }

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

This text font color is #A17D8D.


Background Color

.myBgColor { background-color: #A17D8D; }

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

This div background color is #A17D8D.


Border color

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

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

This div border color is #A17D8D.


Opacity

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

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

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

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

This text has shadow with #A17D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17D8D on black background.


Color preview on white background

This text has color #A17D8D on white background.



Black color preview on #A17D8D background

This text has black color on #A17D8D background.


White color preview on #A17D8D background

This text has white color on #A17D8D background.