COLOR #A37C80

HEX: #A37C80
RGB: (163,124,128)

Color info

#A37C80 contains red, green and blue colors in about the same proportion. Web safe color of #A37C80 is #996666 (or #966).

RGB color model

#A37C80 color RGB value is (163,124,128).

  • red value is 163;
  • green value is 124;
  • blue value is 128.
RGB:
(163,124,128)
(64%,49%,50%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 128 of 255 = 50%

163
124
128

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 128 = 415 (100%)
R 163 of 415 ~ 39.28%
G 124 of 415 ~ 29.88%
B 128 of 415 ~ 30.84%

%39.28
%29.88
%30.84

CMYK color model

#A37C80 color CMYK value is (0,24,21,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(0,24,21,36)
C0M24Y21K36 
(0%,24%,21%,36%)
(0.00/0.24/0.21/0.36)	

CMYK percentages

%0
%23.93
%21.47
%36.08

Codes

Color #A37C80 in popluar color models

A37C80
RGB163124128
HSL354°17.49%56.27%
HSB/HSV354°23.93%63.92%
CMYK0.00%23.93%21.47%
36.08%

Color #A37C80 in popluar number systems.

HEXA37C80
Decimal163124128
Binary10100011111110010000000
Octal243174200

Shades and tints

Shades of #A37C80

#A37C80
(163,124,128)
#957175
(149,113,117)
#87666A
(135,102,106)
#795B5F
(121,91,95)
#6B5054
(107,80,84)
#5D4549
(93,69,73)
#4F3A3E
(79,58,62)
#412F33
(65,47,51)
#332428
(51,36,40)
#25191D
(37,25,29)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #A37C80

#A37C80
(163,124,128)
#AB878B
(171,135,139)
#B39296
(179,146,150)
#BB9DA1
(187,157,161)
#C3A8AC
(195,168,172)
#CBB3B7
(203,179,183)
#D3BEC2
(211,190,194)
#DBC9CD
(219,201,205)
#E3D4D8
(227,212,216)
#EBDFE3
(235,223,227)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37C80 color. Also use rgb(163,124,128) instead hex code.

Text Font Color

.myTextColor { color: #A37C80; }

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

This text font color is #A37C80.


Background Color

.myBgColor { background-color: #A37C80; }

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

This div background color is #A37C80.


Border color

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

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

This div border color is #A37C80.


Opacity

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

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

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

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

This text has shadow with #A37C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C80 on black background.


Color preview on white background

This text has color #A37C80 on white background.



Black color preview on #A37C80 background

This text has black color on #A37C80 background.


White color preview on #A37C80 background

This text has white color on #A37C80 background.