COLOR #A27F77

HEX: #A27F77
RGB: (162,127,119)

Color info

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

RGB color model

#A27F77 color RGB value is (162,127,119).

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

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 119 of 255 = 47%

162
127
119

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

Portions of RGB colors in percentages

R + G + B =
162 + 127 + 119 = 408 (100%)
R 162 of 408 ~ 39.71%
G 127 of 408 ~ 31.13%
B 119 of 408 ~ 29.17%

%39.71
%31.13
%29.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.60%
  • 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
%21.6
%26.54
%36.47

Codes

Color #A27F77 in popluar color models

A27F77
RGB162127119
HSL11°18.78%55.10%
HSB/HSV11°26.54%63.53%
CMYK0.00%21.60%26.54%
36.47%

Color #A27F77 in popluar number systems.

HEXA27F77
Decimal162127119
Binary1010001011111111110111
Octal242177167

Shades and tints

Shades of #A27F77

#A27F77
(162,127,119)
#94746D
(148,116,109)
#866963
(134,105,99)
#785E59
(120,94,89)
#6A534F
(106,83,79)
#5C4845
(92,72,69)
#4E3D3B
(78,61,59)
#403231
(64,50,49)
#322727
(50,39,39)
#241C1D
(36,28,29)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #A27F77

#A27F77
(162,127,119)
#AA8A83
(170,138,131)
#B2958F
(178,149,143)
#BAA09B
(186,160,155)
#C2ABA7
(194,171,167)
#CAB6B3
(202,182,179)
#D2C1BF
(210,193,191)
#DACCCB
(218,204,203)
#E2D7D7
(226,215,215)
#EAE2E3
(234,226,227)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27F77; }

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

This text font color is #A27F77.


Background Color

.myBgColor { background-color: #A27F77; }

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

This div background color is #A27F77.


Border color

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

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

This div border color is #A27F77.


Opacity

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

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

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

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

This text has shadow with #A27F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27F77 on black background.


Color preview on white background

This text has color #A27F77 on white background.



Black color preview on #A27F77 background

This text has black color on #A27F77 background.


White color preview on #A27F77 background

This text has white color on #A27F77 background.