COLOR #A47B73

HEX: #A47B73 RGB: (164,123,115)

Color info

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

RGB color model

#A47B73 color RGB value is (164,123,115).

RGB: (164,123,115) (64%, 48%, 45%)

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 115 of 255 = 45%

164
123
115

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

Portions of RGB colors in percentages

R + G + B = 164 + 123 + 115 = 402 (100%)
R 164 of 402 ~ 40.8%
G 123 of 402 ~ 30.6%
B 115 of 402 ~ 28.61'%

%40.8
%30.6
%28.61

CMYK color model

#A47B73 color CMYK value is (0,25,30,36).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 29.88%
  • key color value is 35.69%
CMYK: (0,25,30,36) C0M25Y30K36 (0%,25%,30%,36%) (0.00/0.25/0.30/0.36) 

CMYK percentages

%0
%25
%29.88
%35.69

Codes

Color #A47B73 in popluar color models

A4 7B 73
RGB 164 123 115
HSL 10° 21.21% 54.71%
HSB/HSV 10° 29.88% 64.31%
CMYK 0.00% 25.00% 29.88%
35.69%

Color #A47B73 in popluar number systems.

HEX A4 7B 73
Decimal 164 123 115
Binary 10100100 1111011 1110011
Octal 244 173 163

Shades and tints

Shades of #A47B73

#A47B73
(164,123,115)
#967069
(150,112,105)
#88655F
(136,101,95)
#7A5A55
(122,90,85)
#6C4F4B
(108,79,75)
#5E4441
(94,68,65)
#503937
(80,57,55)
#422E2D
(66,46,45)
#342323
(52,35,35)
#261819
(38,24,25)
#180D0F
(24,13,15)
#000000
(0,0,0)

Tints of #A47B73

#A47B73
(164,123,115)
#AC877F
(172,135,127)
#B4938B
(180,147,139)
#BC9F97
(188,159,151)
#C4ABA3
(196,171,163)
#CCB7AF
(204,183,175)
#D4C3BB
(212,195,187)
#DCCFC7
(220,207,199)
#E4DBD3
(228,219,211)
#ECE7DF
(236,231,223)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47B73; }

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

This text font color is #A47B73.

Background Color

.myBgColor { background-color: #A47B73; }

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

This div background color is #A47B73.

Border color

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

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

This div border color is #A47B73.

Opacity

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

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

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

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

This text has shadow with #A47B73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47B73.

Preview

Color preview on black background

This text has color #A47B73 on black background.


Color preview on white background

This text has color #A47B73 on white background.


Black color preview on #A47B73 background

This text has black color on #A47B73 background.


White color preview on #A47B73 background

This text has white color on #A47B73 background.


Related colors

Complementary color

Complementary color for #hex is #5B848C.


I love getcolorcode.com

Triadic colors

1 #73A47B and #7B73A4 with #A47B73 are triadic colors.

2 #737BA4 and #7BA473 with #A47B73 are triadic colors.