COLOR #A37B8E

HEX: #A37B8E
RGB: (163,123,142)

Color info

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

RGB color model

#A37B8E color RGB value is (163,123,142).

  • red value is 163;
  • green value is 123;
  • blue value is 142.
RGB:
(163,123,142)
(64%,48%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 123 of 255 = 48%
B 142 of 255 = 56%

163
123
142

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

Portions of RGB colors in percentages

R + G + B =
163 + 123 + 142 = 428 (100%)
R 163 of 428 ~ 38.08%
G 123 of 428 ~ 28.74%
B 142 of 428 ~ 33.18%

%38.08
%28.74
%33.18

CMYK color model

#A37B8E color CMYK value is (0,25,13,36).

  • cyan value is 0.00%
  • magenta value is 24.54%
  • yellow value is 12.88%
  • key color value is 36.08%
CMYK:
(0,25,13,36)
C0M25Y13K36 
(0%,25%,13%,36%)
(0.00/0.25/0.13/0.36)	

CMYK percentages

%0
%24.54
%12.88
%36.08

Codes

Color #A37B8E in popluar color models

A37B8E
RGB163123142
HSL332°17.86%56.08%
HSB/HSV332°24.54%63.92%
CMYK0.00%24.54%12.88%
36.08%

Color #A37B8E in popluar number systems.

HEXA37B8E
Decimal163123142
Binary10100011111101110001110
Octal243173216

Shades and tints

Shades of #A37B8E

#A37B8E
(163,123,142)
#957082
(149,112,130)
#876576
(135,101,118)
#795A6A
(121,90,106)
#6B4F5E
(107,79,94)
#5D4452
(93,68,82)
#4F3946
(79,57,70)
#412E3A
(65,46,58)
#33232E
(51,35,46)
#251822
(37,24,34)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #A37B8E

#A37B8E
(163,123,142)
#AB8798
(171,135,152)
#B393A2
(179,147,162)
#BB9FAC
(187,159,172)
#C3ABB6
(195,171,182)
#CBB7C0
(203,183,192)
#D3C3CA
(211,195,202)
#DBCFD4
(219,207,212)
#E3DBDE
(227,219,222)
#EBE7E8
(235,231,232)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37B8E color. Also use rgb(163,123,142) instead hex code.

Text Font Color

.myTextColor { color: #A37B8E; }

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

This text font color is #A37B8E.


Background Color

.myBgColor { background-color: #A37B8E; }

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

This div background color is #A37B8E.


Border color

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

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

This div border color is #A37B8E.


Opacity

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

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

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

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

This text has shadow with #A37B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37B8E on black background.


Color preview on white background

This text has color #A37B8E on white background.



Black color preview on #A37B8E background

This text has black color on #A37B8E background.


White color preview on #A37B8E background

This text has white color on #A37B8E background.