COLOR #A47E7F

HEX: #A47E7F RGB: (164,126,127)

Color info

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

RGB color model

#A47E7F color RGB value is (164,126,127).

RGB: (164,126,127) (64%, 49%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 127 of 255 = 50%

164
126
127

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

Portions of RGB colors in percentages

R + G + B = 164 + 126 + 127 = 417 (100%)
R 164 of 417 ~ 39.33%
G 126 of 417 ~ 30.22%
B 127 of 417 ~ 30.46'%

%39.33
%30.22
%30.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 22.56%
  • key color value is 35.69%

CMYK: (0,23,23,36)
C0M23Y23K36 (0%, 23%, 23%, 36%)
(0.00 / 0.23 / 0.23 / 0.36)

CMYK percentages

%0
%23.17
%22.56
%35.69

Codes

Color #A47E7F in popluar color models

A4 7E 7F
RGB 164 126 127
HSL 358° 17.27% 56.86%
HSB/HSV 358° 23.17% 64.31%
CMYK 0.00% 23.17% 22.56%
35.69%

Color #A47E7F in popluar number systems.

HEX A4 7E 7F
Decimal 164 126 127
Binary 10100100 1111110 1111111
Octal 244 176 177

Shades and tints

Shades of #A47E7F

#A47E7F
(164,126,127)
#967374
(150,115,116)
#886869
(136,104,105)
#7A5D5E
(122,93,94)
#6C5253
(108,82,83)
#5E4748
(94,71,72)
#503C3D
(80,60,61)
#423132
(66,49,50)
#342627
(52,38,39)
#261B1C
(38,27,28)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #A47E7F

#A47E7F
(164,126,127)
#AC898A
(172,137,138)
#B49495
(180,148,149)
#BC9FA0
(188,159,160)
#C4AAAB
(196,170,171)
#CCB5B6
(204,181,182)
#D4C0C1
(212,192,193)
#DCCBCC
(220,203,204)
#E4D6D7
(228,214,215)
#ECE1E2
(236,225,226)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47E7F color. Also use rgb(164,126,127) instead hex code.

Text Font Color

.myTextColor { color: #A47E7F; }

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

This text font color is #A47E7F.

Background Color

.myBgColor { background-color: #A47E7F; }

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

This div background color is #A47E7F.

Border color

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

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

This div border color is #A47E7F.

Opacity

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

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

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

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

This text has shadow with #A47E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47E7F.

Preview

Color preview on black background

This text has color #A47E7F on black background.


Color preview on white background

This text has color #A47E7F on white background.


Black color preview on #A47E7F background

This text has black color on #A47E7F background.


White color preview on #A47E7F background

This text has white color on #A47E7F background.


Related colors

Complementary color

Complementary color for #hex is #5B8180.


I love getcolorcode.com

Triadic colors

1 #7FA47E and #7E7FA4 with #A47E7F are triadic colors.

2 #7F7EA4 and #7EA47F with #A47E7F are triadic colors.