COLOR #A17A96

HEX: #A17A96
RGB: (161,122,150)

Color info

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

RGB color model

#A17A96 color RGB value is (161,122,150).

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

RGB channels and saturation

R 161 of 255 = 63%
G 122 of 255 = 48%
B 150 of 255 = 59%

161
122
150

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

Portions of RGB colors in percentages

R + G + B =
161 + 122 + 150 = 433 (100%)
R 161 of 433 ~ 37.18%
G 122 of 433 ~ 28.18%
B 150 of 433 ~ 34.64%

%37.18
%28.18
%34.64

CMYK color model

#A17A96 color CMYK value is (0,24,7,37).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 6.83%
  • key color value is 36.86%
CMYK:
(0,24,7,37)
C0M24Y7K37 
(0%,24%,7%,37%)
(0.00/0.24/0.07/0.37)	

CMYK percentages

%0
%24.22
%6.83
%36.86

Codes

Color #A17A96 in popluar color models

A17A96
RGB161122150
HSL317°17.18%55.49%
HSB/HSV317°24.22%63.14%
CMYK0.00%24.22%6.83%
36.86%

Color #A17A96 in popluar number systems.

HEXA17A96
Decimal161122150
Binary10100001111101010010110
Octal241172226

Shades and tints

Shades of #A17A96

#A17A96
(161,122,150)
#936F89
(147,111,137)
#85647C
(133,100,124)
#77596F
(119,89,111)
#694E62
(105,78,98)
#5B4355
(91,67,85)
#4D3848
(77,56,72)
#3F2D3B
(63,45,59)
#31222E
(49,34,46)
#231721
(35,23,33)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #A17A96

#A17A96
(161,122,150)
#A9869F
(169,134,159)
#B192A8
(177,146,168)
#B99EB1
(185,158,177)
#C1AABA
(193,170,186)
#C9B6C3
(201,182,195)
#D1C2CC
(209,194,204)
#D9CED5
(217,206,213)
#E1DADE
(225,218,222)
#E9E6E7
(233,230,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17A96; }

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

This text font color is #A17A96.


Background Color

.myBgColor { background-color: #A17A96; }

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

This div background color is #A17A96.


Border color

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

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

This div border color is #A17A96.


Opacity

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

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

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

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

This text has shadow with #A17A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17A96 on black background.


Color preview on white background

This text has color #A17A96 on white background.



Black color preview on #A17A96 background

This text has black color on #A17A96 background.


White color preview on #A17A96 background

This text has white color on #A17A96 background.