COLOR #A27F78

HEX: #A27F78
RGB: (162,127,120)

Color info

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

RGB color model

#A27F78 color RGB value is (162,127,120).

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

RGB channels and saturation

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

162
127
120

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

Portions of RGB colors in percentages

R + G + B =
162 + 127 + 120 = 409 (100%)
R 162 of 409 ~ 39.61%
G 127 of 409 ~ 31.05%
B 120 of 409 ~ 29.34%

%39.61
%31.05
%29.34

CMYK color model

#A27F78 color CMYK value is (0,22,26,36).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 25.93%
  • key color value is 36.47%
CMYK:
(0,22,26,36)
C0M22Y26K36 
(0%,22%,26%,36%)
(0.00/0.22/0.26/0.36)	

CMYK percentages

%0
%21.6
%25.93
%36.47

Codes

Color #A27F78 in popluar color models

A27F78
RGB162127120
HSL10°18.42%55.29%
HSB/HSV10°25.93%63.53%
CMYK0.00%21.60%25.93%
36.47%

Color #A27F78 in popluar number systems.

HEXA27F78
Decimal162127120
Binary1010001011111111111000
Octal242177170

Shades and tints

Shades of #A27F78

#A27F78
(162,127,120)
#94746E
(148,116,110)
#866964
(134,105,100)
#785E5A
(120,94,90)
#6A5350
(106,83,80)
#5C4846
(92,72,70)
#4E3D3C
(78,61,60)
#403232
(64,50,50)
#322728
(50,39,40)
#241C1E
(36,28,30)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #A27F78

#A27F78
(162,127,120)
#AA8A84
(170,138,132)
#B29590
(178,149,144)
#BAA09C
(186,160,156)
#C2ABA8
(194,171,168)
#CAB6B4
(202,182,180)
#D2C1C0
(210,193,192)
#DACCCC
(218,204,204)
#E2D7D8
(226,215,216)
#EAE2E4
(234,226,228)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27F78; }

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

This text font color is #A27F78.


Background Color

.myBgColor { background-color: #A27F78; }

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

This div background color is #A27F78.


Border color

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

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

This div border color is #A27F78.


Opacity

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

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

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

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

This text has shadow with #A27F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27F78 on black background.


Color preview on white background

This text has color #A27F78 on white background.



Black color preview on #A27F78 background

This text has black color on #A27F78 background.


White color preview on #A27F78 background

This text has white color on #A27F78 background.