COLOR #A37F80

HEX: #A37F80
RGB: (163,127,128)

Color info

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

RGB color model

#A37F80 color RGB value is (163,127,128).

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

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 128 of 255 = 50%

163
127
128

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 128 = 418 (100%)
R 163 of 418 ~ 39%
G 127 of 418 ~ 30.38%
B 128 of 418 ~ 30.62%

%39
%30.38
%30.62

CMYK color model

#A37F80 color CMYK value is (0,22,21,36).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(0,22,21,36)
C0M22Y21K36 
(0%,22%,21%,36%)
(0.00/0.22/0.21/0.36)	

CMYK percentages

%0
%22.09
%21.47
%36.08

Codes

Color #A37F80 in popluar color models

A37F80
RGB163127128
HSL358°16.36%56.86%
HSB/HSV358°22.09%63.92%
CMYK0.00%22.09%21.47%
36.08%

Color #A37F80 in popluar number systems.

HEXA37F80
Decimal163127128
Binary10100011111111110000000
Octal243177200

Shades and tints

Shades of #A37F80

#A37F80
(163,127,128)
#957475
(149,116,117)
#87696A
(135,105,106)
#795E5F
(121,94,95)
#6B5354
(107,83,84)
#5D4849
(93,72,73)
#4F3D3E
(79,61,62)
#413233
(65,50,51)
#332728
(51,39,40)
#251C1D
(37,28,29)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #A37F80

#A37F80
(163,127,128)
#AB8A8B
(171,138,139)
#B39596
(179,149,150)
#BBA0A1
(187,160,161)
#C3ABAC
(195,171,172)
#CBB6B7
(203,182,183)
#D3C1C2
(211,193,194)
#DBCCCD
(219,204,205)
#E3D7D8
(227,215,216)
#EBE2E3
(235,226,227)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37F80; }

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

This text font color is #A37F80.


Background Color

.myBgColor { background-color: #A37F80; }

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

This div background color is #A37F80.


Border color

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

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

This div border color is #A37F80.


Opacity

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

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

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

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

This text has shadow with #A37F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37F80 on black background.


Color preview on white background

This text has color #A37F80 on white background.



Black color preview on #A37F80 background

This text has black color on #A37F80 background.


White color preview on #A37F80 background

This text has white color on #A37F80 background.