COLOR #A17A9B

HEX: #A17A9B
RGB: (161,122,155)

Color info

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

RGB color model

#A17A9B color RGB value is (161,122,155).

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

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 155 of 255 = 61%

161
122
155

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 155 = 438 (100%)
R 161 of 438 ~ 36.76%
G 122 of 438 ~ 27.85%
B 155 of 438 ~ 35.39%

%36.76
%27.85
%35.39

CMYK color model

#A17A9B color CMYK value is (0,24,4,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK:
(0,24,4,37)
C0M24Y4K37 
(0%,24%,4%,37%)
(0.00/0.24/0.04/0.37)	

CMYK percentages

%0
%24.22
%3.73
%36.86

Codes

Color #A17A9B in popluar color models

A17A9B
RGB161122155
HSL309°17.18%55.49%
HSB/HSV309°24.22%63.14%
CMYK0.00%24.22%3.73%
36.86%

Color #A17A9B in popluar number systems.

HEXA17A9B
Decimal161122155
Binary10100001111101010011011
Octal241172233

Shades and tints

Shades of #A17A9B

#A17A9B
(161,122,155)
#936F8D
(147,111,141)
#85647F
(133,100,127)
#775971
(119,89,113)
#694E63
(105,78,99)
#5B4355
(91,67,85)
#4D3847
(77,56,71)
#3F2D39
(63,45,57)
#31222B
(49,34,43)
#23171D
(35,23,29)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #A17A9B

#A17A9B
(161,122,155)
#A986A4
(169,134,164)
#B192AD
(177,146,173)
#B99EB6
(185,158,182)
#C1AABF
(193,170,191)
#C9B6C8
(201,182,200)
#D1C2D1
(209,194,209)
#D9CEDA
(217,206,218)
#E1DAE3
(225,218,227)
#E9E6EC
(233,230,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17A9B; }

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

This text font color is #A17A9B.


Background Color

.myBgColor { background-color: #A17A9B; }

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

This div background color is #A17A9B.


Border color

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

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

This div border color is #A17A9B.


Opacity

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

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

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

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

This text has shadow with #A17A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17A9B on black background.


Color preview on white background

This text has color #A17A9B on white background.



Black color preview on #A17A9B background

This text has black color on #A17A9B background.


White color preview on #A17A9B background

This text has white color on #A17A9B background.