COLOR #A37F96

HEX: #A37F96
RGB: (163,127,150)

Color info

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

RGB color model

#A37F96 color RGB value is (163,127,150).

  • red value is 163;
  • green value is 127;
  • blue value is 150.
RGB:
(163,127,150)
(64%,50%,59%)

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 150 of 255 = 59%

163
127
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 150 = 440 (100%)
R 163 of 440 ~ 37.05%
G 127 of 440 ~ 28.86%
B 150 of 440 ~ 34.09%

%37.05
%28.86
%34.09

CMYK color model

#A37F96 color CMYK value is (0,22,8,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(0,22,8,36)
C0M22Y8K36 
(0%,22%,8%,36%)
(0.00/0.22/0.08/0.36)	

CMYK percentages

%0
%22.09
%7.98
%36.08

Codes

Color #A37F96 in popluar color models

A37F96
RGB163127150
HSL322°16.36%56.86%
HSB/HSV322°22.09%63.92%
CMYK0.00%22.09%7.98%
36.08%

Color #A37F96 in popluar number systems.

HEXA37F96
Decimal163127150
Binary10100011111111110010110
Octal243177226

Shades and tints

Shades of #A37F96

#A37F96
(163,127,150)
#957489
(149,116,137)
#87697C
(135,105,124)
#795E6F
(121,94,111)
#6B5362
(107,83,98)
#5D4855
(93,72,85)
#4F3D48
(79,61,72)
#41323B
(65,50,59)
#33272E
(51,39,46)
#251C21
(37,28,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A37F96

#A37F96
(163,127,150)
#AB8A9F
(171,138,159)
#B395A8
(179,149,168)
#BBA0B1
(187,160,177)
#C3ABBA
(195,171,186)
#CBB6C3
(203,182,195)
#D3C1CC
(211,193,204)
#DBCCD5
(219,204,213)
#E3D7DE
(227,215,222)
#EBE2E7
(235,226,231)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37F96 color. Also use rgb(163,127,150) instead hex code.

Text Font Color

.myTextColor { color: #A37F96; }

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

This text font color is #A37F96.


Background Color

.myBgColor { background-color: #A37F96; }

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

This div background color is #A37F96.


Border color

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

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

This div border color is #A37F96.


Opacity

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

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

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

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

This text has shadow with #A37F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F96 on black background.


Color preview on white background

This text has color #A37F96 on white background.



Black color preview on #A37F96 background

This text has black color on #A37F96 background.


White color preview on #A37F96 background

This text has white color on #A37F96 background.