COLOR #A37D96

HEX: #A37D96
RGB: (163,125,150)

Color info

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

RGB color model

#A37D96 color RGB value is (163,125,150).

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

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 150 of 255 = 59%

163
125
150

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 150 = 438 (100%)
R 163 of 438 ~ 37.21%
G 125 of 438 ~ 28.54%
B 150 of 438 ~ 34.25%

%37.21
%28.54
%34.25

CMYK color model

#A37D96 color CMYK value is (0,23,8,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(0,23,8,36)
C0M23Y8K36 
(0%,23%,8%,36%)
(0.00/0.23/0.08/0.36)	

CMYK percentages

%0
%23.31
%7.98
%36.08

Codes

Color #A37D96 in popluar color models

A37D96
RGB163125150
HSL321°17.12%56.47%
HSB/HSV321°23.31%63.92%
CMYK0.00%23.31%7.98%
36.08%

Color #A37D96 in popluar number systems.

HEXA37D96
Decimal163125150
Binary10100011111110110010110
Octal243175226

Shades and tints

Shades of #A37D96

#A37D96
(163,125,150)
#957289
(149,114,137)
#87677C
(135,103,124)
#795C6F
(121,92,111)
#6B5162
(107,81,98)
#5D4655
(93,70,85)
#4F3B48
(79,59,72)
#41303B
(65,48,59)
#33252E
(51,37,46)
#251A21
(37,26,33)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #A37D96

#A37D96
(163,125,150)
#AB889F
(171,136,159)
#B393A8
(179,147,168)
#BB9EB1
(187,158,177)
#C3A9BA
(195,169,186)
#CBB4C3
(203,180,195)
#D3BFCC
(211,191,204)
#DBCAD5
(219,202,213)
#E3D5DE
(227,213,222)
#EBE0E7
(235,224,231)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37D96; }

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

This text font color is #A37D96.


Background Color

.myBgColor { background-color: #A37D96; }

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

This div background color is #A37D96.


Border color

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

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

This div border color is #A37D96.


Opacity

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

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

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

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

This text has shadow with #A37D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37D96 on black background.


Color preview on white background

This text has color #A37D96 on white background.



Black color preview on #A37D96 background

This text has black color on #A37D96 background.


White color preview on #A37D96 background

This text has white color on #A37D96 background.