COLOR #A27C71

HEX: #A27C71
RGB: (162,124,113)

Color info

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

RGB color model

#A27C71 color RGB value is (162,124,113).

  • red value is 162;
  • green value is 124;
  • blue value is 113.
RGB:
(162,124,113)
(64%,49%,44%)

RGB channels and saturation

R 162 of 255 = 64%
G 124 of 255 = 49%
B 113 of 255 = 44%

162
124
113

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

Portions of RGB colors in percentages

R + G + B =
162 + 124 + 113 = 399 (100%)
R 162 of 399 ~ 40.6%
G 124 of 399 ~ 31.08%
B 113 of 399 ~ 28.32%

%40.6
%31.08
%28.32

CMYK color model

#A27C71 color CMYK value is (0,23,30,36).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 30.25%
  • key color value is 36.47%
CMYK:
(0,23,30,36)
C0M23Y30K36 
(0%,23%,30%,36%)
(0.00/0.23/0.30/0.36)	

CMYK percentages

%0
%23.46
%30.25
%36.47

Codes

Color #A27C71 in popluar color models

A27C71
RGB162124113
HSL13°20.85%53.92%
HSB/HSV13°30.25%63.53%
CMYK0.00%23.46%30.25%
36.47%

Color #A27C71 in popluar number systems.

HEXA27C71
Decimal162124113
Binary1010001011111001110001
Octal242174161

Shades and tints

Shades of #A27C71

#A27C71
(162,124,113)
#947167
(148,113,103)
#86665D
(134,102,93)
#785B53
(120,91,83)
#6A5049
(106,80,73)
#5C453F
(92,69,63)
#4E3A35
(78,58,53)
#402F2B
(64,47,43)
#322421
(50,36,33)
#241917
(36,25,23)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #A27C71

#A27C71
(162,124,113)
#AA877D
(170,135,125)
#B29289
(178,146,137)
#BA9D95
(186,157,149)
#C2A8A1
(194,168,161)
#CAB3AD
(202,179,173)
#D2BEB9
(210,190,185)
#DAC9C5
(218,201,197)
#E2D4D1
(226,212,209)
#EADFDD
(234,223,221)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27C71 color. Also use rgb(162,124,113) instead hex code.

Text Font Color

.myTextColor { color: #A27C71; }

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

This text font color is #A27C71.


Background Color

.myBgColor { background-color: #A27C71; }

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

This div background color is #A27C71.


Border color

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

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

This div border color is #A27C71.


Opacity

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

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

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

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

This text has shadow with #A27C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27C71 on black background.


Color preview on white background

This text has color #A27C71 on white background.



Black color preview on #A27C71 background

This text has black color on #A27C71 background.


White color preview on #A27C71 background

This text has white color on #A27C71 background.