COLOR #A27D8B

HEX: #A27D8B
RGB: (162,125,139)

Color info

#A27D8B contains red, green and blue colors in about the same proportion. Web safe color of #A27D8B is #996699 (or #969).

RGB color model

#A27D8B color RGB value is (162,125,139).

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

RGB channels and saturation

R 162 of 255 = 64%
G 125 of 255 = 49%
B 139 of 255 = 55%

162
125
139

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

Portions of RGB colors in percentages

R + G + B =
162 + 125 + 139 = 426 (100%)
R 162 of 426 ~ 38.03%
G 125 of 426 ~ 29.34%
B 139 of 426 ~ 32.63%

%38.03
%29.34
%32.63

CMYK color model

#A27D8B color CMYK value is (0,23,14,36).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 14.20%
  • key color value is 36.47%
CMYK:
(0,23,14,36)
C0M23Y14K36 
(0%,23%,14%,36%)
(0.00/0.23/0.14/0.36)	

CMYK percentages

%0
%22.84
%14.2
%36.47

Codes

Color #A27D8B in popluar color models

A27D8B
RGB162125139
HSL337°16.59%56.27%
HSB/HSV337°22.84%63.53%
CMYK0.00%22.84%14.20%
36.47%

Color #A27D8B in popluar number systems.

HEXA27D8B
Decimal162125139
Binary10100010111110110001011
Octal242175213

Shades and tints

Shades of #A27D8B

#A27D8B
(162,125,139)
#94727F
(148,114,127)
#866773
(134,103,115)
#785C67
(120,92,103)
#6A515B
(106,81,91)
#5C464F
(92,70,79)
#4E3B43
(78,59,67)
#403037
(64,48,55)
#32252B
(50,37,43)
#241A1F
(36,26,31)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #A27D8B

#A27D8B
(162,125,139)
#AA8895
(170,136,149)
#B2939F
(178,147,159)
#BA9EA9
(186,158,169)
#C2A9B3
(194,169,179)
#CAB4BD
(202,180,189)
#D2BFC7
(210,191,199)
#DACAD1
(218,202,209)
#E2D5DB
(226,213,219)
#EAE0E5
(234,224,229)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27D8B; }

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

This text font color is #A27D8B.


Background Color

.myBgColor { background-color: #A27D8B; }

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

This div background color is #A27D8B.


Border color

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

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

This div border color is #A27D8B.


Opacity

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

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

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

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

This text has shadow with #A27D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27D8B on black background.


Color preview on white background

This text has color #A27D8B on white background.



Black color preview on #A27D8B background

This text has black color on #A27D8B background.


White color preview on #A27D8B background

This text has white color on #A27D8B background.