COLOR #A37E80

HEX: #A37E80 RGB: (163,126,128)

Color info

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

RGB color model

#A37E80 color RGB value is (163,126,128).

RGB: (163,126,128) (64%, 49%, 50%)

RGB channels and saturation

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

163
126
128

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

Portions of RGB colors in percentages

R + G + B = 163 + 126 + 128 = 417 (100%)
R 163 of 417 ~ 39.09%
G 126 of 417 ~ 30.22%
B 128 of 417 ~ 30.7'%

%39.09
%30.22
%30.7

CMYK color model

#A37E80 color CMYK value is (0,23,21,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 21.47%
  • key color value is 36.08%

CMYK: (0,23,21,36)
C0M23Y21K36 (0%, 23%, 21%, 36%)
(0.00 / 0.23 / 0.21 / 0.36)

CMYK percentages

%0
%22.7
%21.47
%36.08

Codes

Color #A37E80 in popluar color models

A3 7E 80
RGB 163 126 128
HSL 357° 16.74% 56.67%
HSB/HSV 357° 22.70% 63.92%
CMYK 0.00% 22.70% 21.47%
36.08%

Color #A37E80 in popluar number systems.

HEX A3 7E 80
Decimal 163 126 128
Binary 10100011 1111110 10000000
Octal 243 176 200

Shades and tints

Shades of #A37E80

#A37E80
(163,126,128)
#957375
(149,115,117)
#87686A
(135,104,106)
#795D5F
(121,93,95)
#6B5254
(107,82,84)
#5D4749
(93,71,73)
#4F3C3E
(79,60,62)
#413133
(65,49,51)
#332628
(51,38,40)
#251B1D
(37,27,29)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #A37E80

#A37E80
(163,126,128)
#AB898B
(171,137,139)
#B39496
(179,148,150)
#BB9FA1
(187,159,161)
#C3AAAC
(195,170,172)
#CBB5B7
(203,181,183)
#D3C0C2
(211,192,194)
#DBCBCD
(219,203,205)
#E3D6D8
(227,214,216)
#EBE1E3
(235,225,227)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37E80; }

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

This text font color is #A37E80.

Background Color

.myBgColor { background-color: #A37E80; }

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

This div background color is #A37E80.

Border color

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

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

This div border color is #A37E80.

Opacity

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

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

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

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

This text has shadow with #A37E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37E80.

Preview

Color preview on black background

This text has color #A37E80 on black background.


Color preview on white background

This text has color #A37E80 on white background.


Black color preview on #A37E80 background

This text has black color on #A37E80 background.


White color preview on #A37E80 background

This text has white color on #A37E80 background.


Related colors

Complementary color

Complementary color for #hex is #5C817F.


I love getcolorcode.com

Triadic colors

1 #80A37E and #7E80A3 with #A37E80 are triadic colors.

2 #807EA3 and #7EA380 with #A37E80 are triadic colors.