COLOR #A47E7B

HEX: #A47E7B RGB: (164,126,123)

Color info

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

RGB color model

#A47E7B color RGB value is (164,126,123).

RGB: (164,126,123) (64%, 49%, 48%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 123 of 255 = 48%

164
126
123

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

Portions of RGB colors in percentages

R + G + B = 164 + 126 + 123 = 413 (100%)
R 164 of 413 ~ 39.71%
G 126 of 413 ~ 30.51%
B 123 of 413 ~ 29.78'%

%39.71
%30.51
%29.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 25.00%
  • key color value is 35.69%
CMYK: (0,23,25,36) C0M23Y25K36 (0%,23%,25%,36%) (0.00/0.23/0.25/0.36) 

CMYK percentages

%0
%23.17
%25
%35.69

Codes

Color #A47E7B in popluar color models

A4 7E 7B
RGB 164 126 123
HSL 18.39% 56.27%
HSB/HSV 25.00% 64.31%
CMYK 0.00% 23.17% 25.00%
35.69%

Color #A47E7B in popluar number systems.

HEX A4 7E 7B
Decimal 164 126 123
Binary 10100100 1111110 1111011
Octal 244 176 173

Shades and tints

Shades of #A47E7B

#A47E7B
(164,126,123)
#967370
(150,115,112)
#886865
(136,104,101)
#7A5D5A
(122,93,90)
#6C524F
(108,82,79)
#5E4744
(94,71,68)
#503C39
(80,60,57)
#42312E
(66,49,46)
#342623
(52,38,35)
#261B18
(38,27,24)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #A47E7B

#A47E7B
(164,126,123)
#AC8987
(172,137,135)
#B49493
(180,148,147)
#BC9F9F
(188,159,159)
#C4AAAB
(196,170,171)
#CCB5B7
(204,181,183)
#D4C0C3
(212,192,195)
#DCCBCF
(220,203,207)
#E4D6DB
(228,214,219)
#ECE1E7
(236,225,231)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47E7B; }

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

This text font color is #A47E7B.

Background Color

.myBgColor { background-color: #A47E7B; }

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

This div background color is #A47E7B.

Border color

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

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

This div border color is #A47E7B.

Opacity

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

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

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

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

This text has shadow with #A47E7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47E7B.

Preview

Color preview on black background

This text has color #A47E7B on black background.


Color preview on white background

This text has color #A47E7B on white background.


Black color preview on #A47E7B background

This text has black color on #A47E7B background.


White color preview on #A47E7B background

This text has white color on #A47E7B background.


Related colors

Complementary color

Complementary color for #hex is #5B8184.


I love getcolorcode.com

Triadic colors

1 #7BA47E and #7E7BA4 with #A47E7B are triadic colors.

2 #7B7EA4 and #7EA47B with #A47E7B are triadic colors.