COLOR #A27F74

HEX: #A27F74
RGB: (162,127,116)

Color info

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

RGB color model

#A27F74 color RGB value is (162,127,116).

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

RGB channels and saturation

R 162 of 255 = 64%
G 127 of 255 = 50%
B 116 of 255 = 45%

162
127
116

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

Portions of RGB colors in percentages

R + G + B =
162 + 127 + 116 = 405 (100%)
R 162 of 405 ~ 40%
G 127 of 405 ~ 31.36%
B 116 of 405 ~ 28.64%

%40
%31.36
%28.64

CMYK color model

#A27F74 color CMYK value is (0,22,28,36).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 28.40%
  • key color value is 36.47%
CMYK:
(0,22,28,36)
C0M22Y28K36 
(0%,22%,28%,36%)
(0.00/0.22/0.28/0.36)	

CMYK percentages

%0
%21.6
%28.4
%36.47

Codes

Color #A27F74 in popluar color models

A27F74
RGB162127116
HSL14°19.83%54.51%
HSB/HSV14°28.40%63.53%
CMYK0.00%21.60%28.40%
36.47%

Color #A27F74 in popluar number systems.

HEXA27F74
Decimal162127116
Binary1010001011111111110100
Octal242177164

Shades and tints

Shades of #A27F74

#A27F74
(162,127,116)
#94746A
(148,116,106)
#866960
(134,105,96)
#785E56
(120,94,86)
#6A534C
(106,83,76)
#5C4842
(92,72,66)
#4E3D38
(78,61,56)
#40322E
(64,50,46)
#322724
(50,39,36)
#241C1A
(36,28,26)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #A27F74

#A27F74
(162,127,116)
#AA8A80
(170,138,128)
#B2958C
(178,149,140)
#BAA098
(186,160,152)
#C2ABA4
(194,171,164)
#CAB6B0
(202,182,176)
#D2C1BC
(210,193,188)
#DACCC8
(218,204,200)
#E2D7D4
(226,215,212)
#EAE2E0
(234,226,224)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27F74; }

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

This text font color is #A27F74.


Background Color

.myBgColor { background-color: #A27F74; }

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

This div background color is #A27F74.


Border color

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

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

This div border color is #A27F74.


Opacity

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

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

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

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

This text has shadow with #A27F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A27F74 on black background.


Color preview on white background

This text has color #A27F74 on white background.



Black color preview on #A27F74 background

This text has black color on #A27F74 background.


White color preview on #A27F74 background

This text has white color on #A27F74 background.