COLOR #A17A9D

HEX: #A17A9D
RGB: (161,122,157)

Color info

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

RGB color model

#A17A9D color RGB value is (161,122,157).

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

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 157 of 255 = 62%

161
122
157

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 157 = 440 (100%)
R 161 of 440 ~ 36.59%
G 122 of 440 ~ 27.73%
B 157 of 440 ~ 35.68%

%36.59
%27.73
%35.68

CMYK color model

#A17A9D color CMYK value is (0,24,2,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 2.48%
  • key color value is 36.86%
CMYK:
(0,24,2,37)
C0M24Y2K37 
(0%,24%,2%,37%)
(0.00/0.24/0.02/0.37)	

CMYK percentages

%0
%24.22
%2.48
%36.86

Codes

Color #A17A9D in popluar color models

A17A9D
RGB161122157
HSL306°17.18%55.49%
HSB/HSV306°24.22%63.14%
CMYK0.00%24.22%2.48%
36.86%

Color #A17A9D in popluar number systems.

HEXA17A9D
Decimal161122157
Binary10100001111101010011101
Octal241172235

Shades and tints

Shades of #A17A9D

#A17A9D
(161,122,157)
#936F8F
(147,111,143)
#856481
(133,100,129)
#775973
(119,89,115)
#694E65
(105,78,101)
#5B4357
(91,67,87)
#4D3849
(77,56,73)
#3F2D3B
(63,45,59)
#31222D
(49,34,45)
#23171F
(35,23,31)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #A17A9D

#A17A9D
(161,122,157)
#A986A5
(169,134,165)
#B192AD
(177,146,173)
#B99EB5
(185,158,181)
#C1AABD
(193,170,189)
#C9B6C5
(201,182,197)
#D1C2CD
(209,194,205)
#D9CED5
(217,206,213)
#E1DADD
(225,218,221)
#E9E6E5
(233,230,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17A9D; }

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

This text font color is #A17A9D.


Background Color

.myBgColor { background-color: #A17A9D; }

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

This div background color is #A17A9D.


Border color

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

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

This div border color is #A17A9D.


Opacity

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

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

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

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

This text has shadow with #A17A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17A9D on black background.


Color preview on white background

This text has color #A17A9D on white background.



Black color preview on #A17A9D background

This text has black color on #A17A9D background.


White color preview on #A17A9D background

This text has white color on #A17A9D background.