COLOR #A37D98

HEX: #A37D98
RGB: (163,125,152)

Color info

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

RGB color model

#A37D98 color RGB value is (163,125,152).

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

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 152 of 255 = 60%

163
125
152

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 152 = 440 (100%)
R 163 of 440 ~ 37.05%
G 125 of 440 ~ 28.41%
B 152 of 440 ~ 34.55%

%37.05
%28.41
%34.55

CMYK color model

#A37D98 color CMYK value is (0,23,7,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(0,23,7,36)
C0M23Y7K36 
(0%,23%,7%,36%)
(0.00/0.23/0.07/0.36)	

CMYK percentages

%0
%23.31
%6.75
%36.08

Codes

Color #A37D98 in popluar color models

A37D98
RGB163125152
HSL317°17.12%56.47%
HSB/HSV317°23.31%63.92%
CMYK0.00%23.31%6.75%
36.08%

Color #A37D98 in popluar number systems.

HEXA37D98
Decimal163125152
Binary10100011111110110011000
Octal243175230

Shades and tints

Shades of #A37D98

#A37D98
(163,125,152)
#95728B
(149,114,139)
#87677E
(135,103,126)
#795C71
(121,92,113)
#6B5164
(107,81,100)
#5D4657
(93,70,87)
#4F3B4A
(79,59,74)
#41303D
(65,48,61)
#332530
(51,37,48)
#251A23
(37,26,35)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #A37D98

#A37D98
(163,125,152)
#AB88A1
(171,136,161)
#B393AA
(179,147,170)
#BB9EB3
(187,158,179)
#C3A9BC
(195,169,188)
#CBB4C5
(203,180,197)
#D3BFCE
(211,191,206)
#DBCAD7
(219,202,215)
#E3D5E0
(227,213,224)
#EBE0E9
(235,224,233)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37D98; }

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

This text font color is #A37D98.


Background Color

.myBgColor { background-color: #A37D98; }

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

This div background color is #A37D98.


Border color

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

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

This div border color is #A37D98.


Opacity

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

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

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

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

This text has shadow with #A37D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37D98 on black background.


Color preview on white background

This text has color #A37D98 on white background.



Black color preview on #A37D98 background

This text has black color on #A37D98 background.


White color preview on #A37D98 background

This text has white color on #A37D98 background.