COLOR #A37898

HEX: #A37898
RGB: (163,120,152)

Color info

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

RGB color model

#A37898 color RGB value is (163,120,152).

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

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 152 of 255 = 60%

163
120
152

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

Portions of RGB colors in percentages

R + G + B =
163 + 120 + 152 = 435 (100%)
R 163 of 435 ~ 37.47%
G 120 of 435 ~ 27.59%
B 152 of 435 ~ 34.94%

%37.47
%27.59
%34.94

CMYK color model

#A37898 color CMYK value is (0,26,7,36).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(0,26,7,36)
C0M26Y7K36 
(0%,26%,7%,36%)
(0.00/0.26/0.07/0.36)	

CMYK percentages

%0
%26.38
%6.75
%36.08

Codes

Color #A37898 in popluar color models

A37898
RGB163120152
HSL315°18.94%55.49%
HSB/HSV315°26.38%63.92%
CMYK0.00%26.38%6.75%
36.08%

Color #A37898 in popluar number systems.

HEXA37898
Decimal163120152
Binary10100011111100010011000
Octal243170230

Shades and tints

Shades of #A37898

#A37898
(163,120,152)
#956E8B
(149,110,139)
#87647E
(135,100,126)
#795A71
(121,90,113)
#6B5064
(107,80,100)
#5D4657
(93,70,87)
#4F3C4A
(79,60,74)
#41323D
(65,50,61)
#332830
(51,40,48)
#251E23
(37,30,35)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #A37898

#A37898
(163,120,152)
#AB84A1
(171,132,161)
#B390AA
(179,144,170)
#BB9CB3
(187,156,179)
#C3A8BC
(195,168,188)
#CBB4C5
(203,180,197)
#D3C0CE
(211,192,206)
#DBCCD7
(219,204,215)
#E3D8E0
(227,216,224)
#EBE4E9
(235,228,233)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37898; }

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

This text font color is #A37898.


Background Color

.myBgColor { background-color: #A37898; }

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

This div background color is #A37898.


Border color

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

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

This div border color is #A37898.


Opacity

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

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

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

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

This text has shadow with #A37898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37898 on black background.


Color preview on white background

This text has color #A37898 on white background.



Black color preview on #A37898 background

This text has black color on #A37898 background.


White color preview on #A37898 background

This text has white color on #A37898 background.