COLOR #A37E77

HEX: #A37E77
RGB: (163,126,119)

Color info

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

RGB color model

#A37E77 color RGB value is (163,126,119).

  • red value is 163;
  • green value is 126;
  • blue value is 119.
RGB:
(163,126,119)
(64%,49%,47%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 119 of 255 = 47%

163
126
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 119 = 408 (100%)
R 163 of 408 ~ 39.95%
G 126 of 408 ~ 30.88%
B 119 of 408 ~ 29.17%

%39.95
%30.88
%29.17

CMYK color model

#A37E77 color CMYK value is (0,23,27,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(0,23,27,36)
C0M23Y27K36 
(0%,23%,27%,36%)
(0.00/0.23/0.27/0.36)	

CMYK percentages

%0
%22.7
%26.99
%36.08

Codes

Color #A37E77 in popluar color models

A37E77
RGB163126119
HSL10°19.30%55.29%
HSB/HSV10°26.99%63.92%
CMYK0.00%22.70%26.99%
36.08%

Color #A37E77 in popluar number systems.

HEXA37E77
Decimal163126119
Binary1010001111111101110111
Octal243176167

Shades and tints

Shades of #A37E77

#A37E77
(163,126,119)
#95736D
(149,115,109)
#876863
(135,104,99)
#795D59
(121,93,89)
#6B524F
(107,82,79)
#5D4745
(93,71,69)
#4F3C3B
(79,60,59)
#413131
(65,49,49)
#332627
(51,38,39)
#251B1D
(37,27,29)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #A37E77

#A37E77
(163,126,119)
#AB8983
(171,137,131)
#B3948F
(179,148,143)
#BB9F9B
(187,159,155)
#C3AAA7
(195,170,167)
#CBB5B3
(203,181,179)
#D3C0BF
(211,192,191)
#DBCBCB
(219,203,203)
#E3D6D7
(227,214,215)
#EBE1E3
(235,225,227)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37E77; }

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

This text font color is #A37E77.


Background Color

.myBgColor { background-color: #A37E77; }

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

This div background color is #A37E77.


Border color

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

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

This div border color is #A37E77.


Opacity

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

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

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

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

This text has shadow with #A37E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37E77 on black background.


Color preview on white background

This text has color #A37E77 on white background.



Black color preview on #A37E77 background

This text has black color on #A37E77 background.


White color preview on #A37E77 background

This text has white color on #A37E77 background.