COLOR #A27F95

HEX: #A27F95
RGB: (162,127,149)

Color info

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

RGB color model

#A27F95 color RGB value is (162,127,149).

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

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 149 of 255 = 58%

162
127
149

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

Portions of RGB colors in percentages

R + G + B =
162 + 127 + 149 = 438 (100%)
R 162 of 438 ~ 36.99%
G 127 of 438 ~ 29%
B 149 of 438 ~ 34.02%

%36.99
%29
%34.02

CMYK color model

#A27F95 color CMYK value is (0,22,8,36).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(0,22,8,36)
C0M22Y8K36 
(0%,22%,8%,36%)
(0.00/0.22/0.08/0.36)	

CMYK percentages

%0
%21.6
%8.02
%36.47

Codes

Color #A27F95 in popluar color models

A27F95
RGB162127149
HSL322°15.84%56.67%
HSB/HSV322°21.60%63.53%
CMYK0.00%21.60%8.02%
36.47%

Color #A27F95 in popluar number systems.

HEXA27F95
Decimal162127149
Binary10100010111111110010101
Octal242177225

Shades and tints

Shades of #A27F95

#A27F95
(162,127,149)
#947488
(148,116,136)
#86697B
(134,105,123)
#785E6E
(120,94,110)
#6A5361
(106,83,97)
#5C4854
(92,72,84)
#4E3D47
(78,61,71)
#40323A
(64,50,58)
#32272D
(50,39,45)
#241C20
(36,28,32)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #A27F95

#A27F95
(162,127,149)
#AA8A9E
(170,138,158)
#B295A7
(178,149,167)
#BAA0B0
(186,160,176)
#C2ABB9
(194,171,185)
#CAB6C2
(202,182,194)
#D2C1CB
(210,193,203)
#DACCD4
(218,204,212)
#E2D7DD
(226,215,221)
#EAE2E6
(234,226,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27F95; }

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

This text font color is #A27F95.


Background Color

.myBgColor { background-color: #A27F95; }

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

This div background color is #A27F95.


Border color

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

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

This div border color is #A27F95.


Opacity

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

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

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

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

This text has shadow with #A27F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27F95 on black background.


Color preview on white background

This text has color #A27F95 on white background.



Black color preview on #A27F95 background

This text has black color on #A27F95 background.


White color preview on #A27F95 background

This text has white color on #A27F95 background.