COLOR #A27D76

HEX: #A27D76
RGB: (162,125,118)

Color info

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

RGB color model

#A27D76 color RGB value is (162,125,118).

  • red value is 162;
  • green value is 125;
  • blue value is 118.
RGB:
(162,125,118)
(64%,49%,46%)

RGB channels and saturation

R 162 of 255 = 64%
G 125 of 255 = 49%
B 118 of 255 = 46%

162
125
118

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

Portions of RGB colors in percentages

R + G + B =
162 + 125 + 118 = 405 (100%)
R 162 of 405 ~ 40%
G 125 of 405 ~ 30.86%
B 118 of 405 ~ 29.14%

%40
%30.86
%29.14

CMYK color model

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

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

CMYK percentages

%0
%22.84
%27.16
%36.47

Codes

Color #A27D76 in popluar color models

A27D76
RGB162125118
HSL10°19.13%54.90%
HSB/HSV10°27.16%63.53%
CMYK0.00%22.84%27.16%
36.47%

Color #A27D76 in popluar number systems.

HEXA27D76
Decimal162125118
Binary1010001011111011110110
Octal242175166

Shades and tints

Shades of #A27D76

#A27D76
(162,125,118)
#94726C
(148,114,108)
#866762
(134,103,98)
#785C58
(120,92,88)
#6A514E
(106,81,78)
#5C4644
(92,70,68)
#4E3B3A
(78,59,58)
#403030
(64,48,48)
#322526
(50,37,38)
#241A1C
(36,26,28)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #A27D76

#A27D76
(162,125,118)
#AA8882
(170,136,130)
#B2938E
(178,147,142)
#BA9E9A
(186,158,154)
#C2A9A6
(194,169,166)
#CAB4B2
(202,180,178)
#D2BFBE
(210,191,190)
#DACACA
(218,202,202)
#E2D5D6
(226,213,214)
#EAE0E2
(234,224,226)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27D76 color. Also use rgb(162,125,118) instead hex code.

Text Font Color

.myTextColor { color: #A27D76; }

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

This text font color is #A27D76.


Background Color

.myBgColor { background-color: #A27D76; }

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

This div background color is #A27D76.


Border color

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

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

This div border color is #A27D76.


Opacity

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

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

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

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

This text has shadow with #A27D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27D76 on black background.


Color preview on white background

This text has color #A27D76 on white background.



Black color preview on #A27D76 background

This text has black color on #A27D76 background.


White color preview on #A27D76 background

This text has white color on #A27D76 background.