COLOR #A27E77

HEX: #A27E77
RGB: (162,126,119)

Color info

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

RGB color model

#A27E77 color RGB value is (162,126,119).

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

RGB channels and saturation

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

162
126
119

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

Portions of RGB colors in percentages

R + G + B =
162 + 126 + 119 = 407 (100%)
R 162 of 407 ~ 39.8%
G 126 of 407 ~ 30.96%
B 119 of 407 ~ 29.24%

%39.8
%30.96
%29.24

CMYK color model

#A27E77 color CMYK value is (0,22,27,36).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 26.54%
  • key color value is 36.47%
CMYK:
(0,22,27,36)
C0M22Y27K36 
(0%,22%,27%,36%)
(0.00/0.22/0.27/0.36)	

CMYK percentages

%0
%22.22
%26.54
%36.47

Codes

Color #A27E77 in popluar color models

A27E77
RGB162126119
HSL10°18.78%55.10%
HSB/HSV10°26.54%63.53%
CMYK0.00%22.22%26.54%
36.47%

Color #A27E77 in popluar number systems.

HEXA27E77
Decimal162126119
Binary1010001011111101110111
Octal242176167

Shades and tints

Shades of #A27E77

#A27E77
(162,126,119)
#94736D
(148,115,109)
#866863
(134,104,99)
#785D59
(120,93,89)
#6A524F
(106,82,79)
#5C4745
(92,71,69)
#4E3C3B
(78,60,59)
#403131
(64,49,49)
#322627
(50,38,39)
#241B1D
(36,27,29)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #A27E77

#A27E77
(162,126,119)
#AA8983
(170,137,131)
#B2948F
(178,148,143)
#BA9F9B
(186,159,155)
#C2AAA7
(194,170,167)
#CAB5B3
(202,181,179)
#D2C0BF
(210,192,191)
#DACBCB
(218,203,203)
#E2D6D7
(226,214,215)
#EAE1E3
(234,225,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27E77; }

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

This text font color is #A27E77.


Background Color

.myBgColor { background-color: #A27E77; }

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

This div background color is #A27E77.


Border color

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

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

This div border color is #A27E77.


Opacity

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

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

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

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

This text has shadow with #A27E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27E77 on black background.


Color preview on white background

This text has color #A27E77 on white background.



Black color preview on #A27E77 background

This text has black color on #A27E77 background.


White color preview on #A27E77 background

This text has white color on #A27E77 background.