COLOR #A27C79

HEX: #A27C79 RGB: (162,124,121)

Color info

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

RGB color model

#A27C79 color RGB value is (162,124,121).

RGB: (162,124,121) (64%, 49%, 47%)

RGB channels and saturation

R 162 of 255 = 64%
G 124 of 255 = 49%
B 121 of 255 = 47%

162
124
121

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

Portions of RGB colors in percentages

R + G + B = 162 + 124 + 121 = 407 (100%)
R 162 of 407 ~ 39.8%
G 124 of 407 ~ 30.47%
B 121 of 407 ~ 29.73'%

%39.8
%30.47
%29.73

CMYK color model

#A27C79 color CMYK value is (0,23,25,36).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 25.31%
  • key color value is 36.47%

CMYK: (0,23,25,36)
C0M23Y25K36 (0%, 23%, 25%, 36%)
(0.00 / 0.23 / 0.25 / 0.36)

CMYK percentages

%0
%23.46
%25.31
%36.47

Codes

Color #A27C79 in popluar color models

A2 7C 79
RGB 162 124 121
HSL 18.06% 55.49%
HSB/HSV 25.31% 63.53%
CMYK 0.00% 23.46% 25.31%
36.47%

Color #A27C79 in popluar number systems.

HEX A2 7C 79
Decimal 162 124 121
Binary 10100010 1111100 1111001
Octal 242 174 171

Shades and tints

Shades of #A27C79

#A27C79
(162,124,121)
#94716E
(148,113,110)
#866663
(134,102,99)
#785B58
(120,91,88)
#6A504D
(106,80,77)
#5C4542
(92,69,66)
#4E3A37
(78,58,55)
#402F2C
(64,47,44)
#322421
(50,36,33)
#241916
(36,25,22)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #A27C79

#A27C79
(162,124,121)
#AA8785
(170,135,133)
#B29291
(178,146,145)
#BA9D9D
(186,157,157)
#C2A8A9
(194,168,169)
#CAB3B5
(202,179,181)
#D2BEC1
(210,190,193)
#DAC9CD
(218,201,205)
#E2D4D9
(226,212,217)
#EADFE5
(234,223,229)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A27C79; }

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

This text font color is #A27C79.

Background Color

.myBgColor { background-color: #A27C79; }

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

This div background color is #A27C79.

Border color

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

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

This div border color is #A27C79.

Opacity

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

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

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

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

This text has shadow with #A27C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27C79.

Preview

Color preview on black background

This text has color #A27C79 on black background.


Color preview on white background

This text has color #A27C79 on white background.


Black color preview on #A27C79 background

This text has black color on #A27C79 background.


White color preview on #A27C79 background

This text has white color on #A27C79 background.


Related colors

Complementary color

Complementary color for #hex is #5D8386.


I love getcolorcode.com

Triadic colors

1 #79A27C and #7C79A2 with #A27C79 are triadic colors.

2 #797CA2 and #7CA279 with #A27C79 are triadic colors.