COLOR #A27E4C

HEX: #A27E4C RGB: (162,126,76)

Color info

#A27E4C contains mainly red and green colors. Web safe color of #A27E4C is #996633 (or #963).

RGB color model

#A27E4C color RGB value is (162,126,76).

RGB: (162,126,76) (64%, 49%, 30%)

RGB channels and saturation

R 162 of 255 = 64%
G 126 of 255 = 49%
B 76 of 255 = 30%

162
126
76

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

Portions of RGB colors in percentages

R + G + B = 162 + 126 + 76 = 364 (100%)
R 162 of 364 ~ 44.51%
G 126 of 364 ~ 34.62%
B 76 of 364 ~ 20.88'%

%44.51
%34.62
%20.88

CMYK color model

#A27E4C color CMYK value is (0,22,53,36).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 53.09%
  • key color value is 36.47%

CMYK: (0,22,53,36)
C0M22Y53K36 (0%, 22%, 53%, 36%)
(0.00 / 0.22 / 0.53 / 0.36)

CMYK percentages

%0
%22.22
%53.09
%36.47

Codes

Color #A27E4C in popluar color models

A2 7E 4C
RGB 162 126 76
HSL 35° 36.13% 46.67%
HSB/HSV 35° 53.09% 63.53%
CMYK 0.00% 22.22% 53.09%
36.47%

Color #A27E4C in popluar number systems.

HEX A2 7E 4C
Decimal 162 126 76
Binary 10100010 1111110 1001100
Octal 242 176 114

Shades and tints

Shades of #A27E4C

#A27E4C
(162,126,76)
#947346
(148,115,70)
#866840
(134,104,64)
#785D3A
(120,93,58)
#6A5234
(106,82,52)
#5C472E
(92,71,46)
#4E3C28
(78,60,40)
#403122
(64,49,34)
#32261C
(50,38,28)
#241B16
(36,27,22)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #A27E4C

#A27E4C
(162,126,76)
#AA895C
(170,137,92)
#B2946C
(178,148,108)
#BA9F7C
(186,159,124)
#C2AA8C
(194,170,140)
#CAB59C
(202,181,156)
#D2C0AC
(210,192,172)
#DACBBC
(218,203,188)
#E2D6CC
(226,214,204)
#EAE1DC
(234,225,220)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A27E4C color. Also use rgb(162,126,76) instead hex code.

Text Font Color

.myTextColor { color: #A27E4C; }

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

This text font color is #A27E4C.

Background Color

.myBgColor { background-color: #A27E4C; }

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

This div background color is #A27E4C.

Border color

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

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

This div border color is #A27E4C.

Opacity

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

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

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

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

This text has shadow with #A27E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A27E4C.

Preview

Color preview on black background

This text has color #A27E4C on black background.


Color preview on white background

This text has color #A27E4C on white background.


Black color preview on #A27E4C background

This text has black color on #A27E4C background.


White color preview on #A27E4C background

This text has white color on #A27E4C background.


Related colors

Complementary color

Complementary color for #hex is #5D81B3.


I love getcolorcode.com

Triadic colors

1 #4CA27E and #7E4CA2 with #A27E4C are triadic colors.

2 #4C7EA2 and #7EA24C with #A27E4C are triadic colors.