COLOR #A37889

HEX: #A37889
RGB: (163,120,137)

Color info

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

RGB color model

#A37889 color RGB value is (163,120,137).

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

RGB channels and saturation

R 163 of 255 = 64%
G 120 of 255 = 47%
B 137 of 255 = 54%

163
120
137

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

Portions of RGB colors in percentages

R + G + B =
163 + 120 + 137 = 420 (100%)
R 163 of 420 ~ 38.81%
G 120 of 420 ~ 28.57%
B 137 of 420 ~ 32.62%

%38.81
%28.57
%32.62

CMYK color model

#A37889 color CMYK value is (0,26,16,36).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 15.95%
  • key color value is 36.08%
CMYK:
(0,26,16,36)
C0M26Y16K36 
(0%,26%,16%,36%)
(0.00/0.26/0.16/0.36)	

CMYK percentages

%0
%26.38
%15.95
%36.08

Codes

Color #A37889 in popluar color models

A37889
RGB163120137
HSL336°18.94%55.49%
HSB/HSV336°26.38%63.92%
CMYK0.00%26.38%15.95%
36.08%

Color #A37889 in popluar number systems.

HEXA37889
Decimal163120137
Binary10100011111100010001001
Octal243170211

Shades and tints

Shades of #A37889

#A37889
(163,120,137)
#956E7D
(149,110,125)
#876471
(135,100,113)
#795A65
(121,90,101)
#6B5059
(107,80,89)
#5D464D
(93,70,77)
#4F3C41
(79,60,65)
#413235
(65,50,53)
#332829
(51,40,41)
#251E1D
(37,30,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #A37889

#A37889
(163,120,137)
#AB8493
(171,132,147)
#B3909D
(179,144,157)
#BB9CA7
(187,156,167)
#C3A8B1
(195,168,177)
#CBB4BB
(203,180,187)
#D3C0C5
(211,192,197)
#DBCCCF
(219,204,207)
#E3D8D9
(227,216,217)
#EBE4E3
(235,228,227)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37889; }

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

This text font color is #A37889.


Background Color

.myBgColor { background-color: #A37889; }

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

This div background color is #A37889.


Border color

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

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

This div border color is #A37889.


Opacity

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

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

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

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

This text has shadow with #A37889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37889 on black background.


Color preview on white background

This text has color #A37889 on white background.



Black color preview on #A37889 background

This text has black color on #A37889 background.


White color preview on #A37889 background

This text has white color on #A37889 background.