COLOR #A27D8F

HEX: #A27D8F
RGB: (162,125,143)

Color info

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

RGB color model

#A27D8F color RGB value is (162,125,143).

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

RGB channels and saturation

R 162 of 255 = 64%
G 125 of 255 = 49%
B 143 of 255 = 56%

162
125
143

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

Portions of RGB colors in percentages

R + G + B =
162 + 125 + 143 = 430 (100%)
R 162 of 430 ~ 37.67%
G 125 of 430 ~ 29.07%
B 143 of 430 ~ 33.26%

%37.67
%29.07
%33.26

CMYK color model

#A27D8F color CMYK value is (0,23,12,36).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 11.73%
  • key color value is 36.47%
CMYK:
(0,23,12,36)
C0M23Y12K36 
(0%,23%,12%,36%)
(0.00/0.23/0.12/0.36)	

CMYK percentages

%0
%22.84
%11.73
%36.47

Codes

Color #A27D8F in popluar color models

A27D8F
RGB162125143
HSL331°16.59%56.27%
HSB/HSV331°22.84%63.53%
CMYK0.00%22.84%11.73%
36.47%

Color #A27D8F in popluar number systems.

HEXA27D8F
Decimal162125143
Binary10100010111110110001111
Octal242175217

Shades and tints

Shades of #A27D8F

#A27D8F
(162,125,143)
#947282
(148,114,130)
#866775
(134,103,117)
#785C68
(120,92,104)
#6A515B
(106,81,91)
#5C464E
(92,70,78)
#4E3B41
(78,59,65)
#403034
(64,48,52)
#322527
(50,37,39)
#241A1A
(36,26,26)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #A27D8F

#A27D8F
(162,125,143)
#AA8899
(170,136,153)
#B293A3
(178,147,163)
#BA9EAD
(186,158,173)
#C2A9B7
(194,169,183)
#CAB4C1
(202,180,193)
#D2BFCB
(210,191,203)
#DACAD5
(218,202,213)
#E2D5DF
(226,213,223)
#EAE0E9
(234,224,233)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27D8F; }

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

This text font color is #A27D8F.


Background Color

.myBgColor { background-color: #A27D8F; }

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

This div background color is #A27D8F.


Border color

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

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

This div border color is #A27D8F.


Opacity

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

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

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

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

This text has shadow with #A27D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27D8F on black background.


Color preview on white background

This text has color #A27D8F on white background.



Black color preview on #A27D8F background

This text has black color on #A27D8F background.


White color preview on #A27D8F background

This text has white color on #A27D8F background.