COLOR #A47D50

HEX: #A47D50 RGB: (164,125,80)

Color info

#A47D50 contains mainly red and green colors. Web safe color of #A47D50 is #996666 (or #966).

RGB color model

#A47D50 color RGB value is (164,125,80).

RGB: (164,125,80) (64%, 49%, 31%)

RGB channels and saturation

R 164 of 255 = 64%
G 125 of 255 = 49%
B 80 of 255 = 31%

164
125
80

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

Portions of RGB colors in percentages

R + G + B = 164 + 125 + 80 = 369 (100%)
R 164 of 369 ~ 44.44%
G 125 of 369 ~ 33.88%
B 80 of 369 ~ 21.68'%

%44.44
%33.88
%21.68

CMYK color model

#A47D50 color CMYK value is (0,24,51,36).

  • cyan value is 0.00%
  • magenta value is 23.78%
  • yellow value is 51.22%
  • key color value is 35.69%

CMYK: (0,24,51,36)
C0M24Y51K36 (0%, 24%, 51%, 36%)
(0.00 / 0.24 / 0.51 / 0.36)

CMYK percentages

%0
%23.78
%51.22
%35.69

Codes

Color #A47D50 in popluar color models

A4 7D 50
RGB 164 125 80
HSL 32° 34.43% 47.84%
HSB/HSV 32° 51.22% 64.31%
CMYK 0.00% 23.78% 51.22%
35.69%

Color #A47D50 in popluar number systems.

HEX A4 7D 50
Decimal 164 125 80
Binary 10100100 1111101 1010000
Octal 244 175 120

Shades and tints

Shades of #A47D50

#A47D50
(164,125,80)
#967249
(150,114,73)
#886742
(136,103,66)
#7A5C3B
(122,92,59)
#6C5134
(108,81,52)
#5E462D
(94,70,45)
#503B26
(80,59,38)
#42301F
(66,48,31)
#342518
(52,37,24)
#261A11
(38,26,17)
#180F0A
(24,15,10)
#000000
(0,0,0)

Tints of #A47D50

#A47D50
(164,125,80)
#AC885F
(172,136,95)
#B4936E
(180,147,110)
#BC9E7D
(188,158,125)
#C4A98C
(196,169,140)
#CCB49B
(204,180,155)
#D4BFAA
(212,191,170)
#DCCAB9
(220,202,185)
#E4D5C8
(228,213,200)
#ECE0D7
(236,224,215)
#F4EBE6
(244,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47D50 color. Also use rgb(164,125,80) instead hex code.

Text Font Color

.myTextColor { color: #A47D50; }

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

This text font color is #A47D50.

Background Color

.myBgColor { background-color: #A47D50; }

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

This div background color is #A47D50.

Border color

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

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

This div border color is #A47D50.

Opacity

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

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

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

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

This text has shadow with #A47D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47D50.

Preview

Color preview on black background

This text has color #A47D50 on black background.


Color preview on white background

This text has color #A47D50 on white background.


Black color preview on #A47D50 background

This text has black color on #A47D50 background.


White color preview on #A47D50 background

This text has white color on #A47D50 background.


Related colors

Complementary color

Complementary color for #hex is #5B82AF.


I love getcolorcode.com

Triadic colors

1 #50A47D and #7D50A4 with #A47D50 are triadic colors.

2 #507DA4 and #7DA450 with #A47D50 are triadic colors.