COLOR #A37389

HEX: #A37389
RGB: (163,115,137)

Color info

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

RGB color model

#A37389 color RGB value is (163,115,137).

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

RGB channels and saturation

R 163 of 255 = 64%
G 115 of 255 = 45%
B 137 of 255 = 54%

163
115
137

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

Portions of RGB colors in percentages

R + G + B =
163 + 115 + 137 = 415 (100%)
R 163 of 415 ~ 39.28%
G 115 of 415 ~ 27.71%
B 137 of 415 ~ 33.01%

%39.28
%27.71
%33.01

CMYK color model

#A37389 color CMYK value is (0,29,16,36).

  • cyan value is 0.00%
  • magenta value is 29.45%
  • yellow value is 15.95%
  • key color value is 36.08%
CMYK:
(0,29,16,36)
C0M29Y16K36 
(0%,29%,16%,36%)
(0.00/0.29/0.16/0.36)	

CMYK percentages

%0
%29.45
%15.95
%36.08

Codes

Color #A37389 in popluar color models

A37389
RGB163115137
HSL333°20.69%54.51%
HSB/HSV333°29.45%63.92%
CMYK0.00%29.45%15.95%
36.08%

Color #A37389 in popluar number systems.

HEXA37389
Decimal163115137
Binary10100011111001110001001
Octal243163211

Shades and tints

Shades of #A37389

#A37389
(163,115,137)
#95697D
(149,105,125)
#875F71
(135,95,113)
#795565
(121,85,101)
#6B4B59
(107,75,89)
#5D414D
(93,65,77)
#4F3741
(79,55,65)
#412D35
(65,45,53)
#332329
(51,35,41)
#25191D
(37,25,29)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A37389

#A37389
(163,115,137)
#AB7F93
(171,127,147)
#B38B9D
(179,139,157)
#BB97A7
(187,151,167)
#C3A3B1
(195,163,177)
#CBAFBB
(203,175,187)
#D3BBC5
(211,187,197)
#DBC7CF
(219,199,207)
#E3D3D9
(227,211,217)
#EBDFE3
(235,223,227)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37389; }

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

This text font color is #A37389.


Background Color

.myBgColor { background-color: #A37389; }

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

This div background color is #A37389.


Border color

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

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

This div border color is #A37389.


Opacity

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

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

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

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

This text has shadow with #A37389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37389 on black background.


Color preview on white background

This text has color #A37389 on white background.



Black color preview on #A37389 background

This text has black color on #A37389 background.


White color preview on #A37389 background

This text has white color on #A37389 background.