COLOR #A27D78

HEX: #A27D78
RGB: (162,125,120)

Color info

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

RGB color model

#A27D78 color RGB value is (162,125,120).

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

RGB channels and saturation

R 162 of 255 = 64%
G 125 of 255 = 49%
B 120 of 255 = 47%

162
125
120

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

Portions of RGB colors in percentages

R + G + B =
162 + 125 + 120 = 407 (100%)
R 162 of 407 ~ 39.8%
G 125 of 407 ~ 30.71%
B 120 of 407 ~ 29.48%

%39.8
%30.71
%29.48

CMYK color model

#A27D78 color CMYK value is (0,23,26,36).

  • cyan value is 0.00%
  • magenta value is 22.84%
  • yellow value is 25.93%
  • key color value is 36.47%
CMYK:
(0,23,26,36)
C0M23Y26K36 
(0%,23%,26%,36%)
(0.00/0.23/0.26/0.36)	

CMYK percentages

%0
%22.84
%25.93
%36.47

Codes

Color #A27D78 in popluar color models

A27D78
RGB162125120
HSL18.42%55.29%
HSB/HSV25.93%63.53%
CMYK0.00%22.84%25.93%
36.47%

Color #A27D78 in popluar number systems.

HEXA27D78
Decimal162125120
Binary1010001011111011111000
Octal242175170

Shades and tints

Shades of #A27D78

#A27D78
(162,125,120)
#94726E
(148,114,110)
#866764
(134,103,100)
#785C5A
(120,92,90)
#6A5150
(106,81,80)
#5C4646
(92,70,70)
#4E3B3C
(78,59,60)
#403032
(64,48,50)
#322528
(50,37,40)
#241A1E
(36,26,30)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #A27D78

#A27D78
(162,125,120)
#AA8884
(170,136,132)
#B29390
(178,147,144)
#BA9E9C
(186,158,156)
#C2A9A8
(194,169,168)
#CAB4B4
(202,180,180)
#D2BFC0
(210,191,192)
#DACACC
(218,202,204)
#E2D5D8
(226,213,216)
#EAE0E4
(234,224,228)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27D78; }

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

This text font color is #A27D78.


Background Color

.myBgColor { background-color: #A27D78; }

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

This div background color is #A27D78.


Border color

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

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

This div border color is #A27D78.


Opacity

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

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

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

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

This text has shadow with #A27D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27D78 on black background.


Color preview on white background

This text has color #A27D78 on white background.



Black color preview on #A27D78 background

This text has black color on #A27D78 background.


White color preview on #A27D78 background

This text has white color on #A27D78 background.