COLOR #A47080

HEX: #A47080 RGB: (164,112,128)

Color info

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

RGB color model

#A47080 color RGB value is (164,112,128).

RGB: (164,112,128) (64%, 44%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 128 of 255 = 50%

164
112
128

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

Portions of RGB colors in percentages

R + G + B = 164 + 112 + 128 = 404 (100%)
R 164 of 404 ~ 40.59%
G 112 of 404 ~ 27.72%
B 128 of 404 ~ 31.68'%

%40.59
%27.72
%31.68

CMYK color model

#A47080 color CMYK value is (0,32,22,36).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 21.95%
  • key color value is 35.69%

CMYK: (0,32,22,36)
C0M32Y22K36 (0%, 32%, 22%, 36%)
(0.00 / 0.32 / 0.22 / 0.36)

CMYK percentages

%0
%31.71
%21.95
%35.69

Codes

Color #A47080 in popluar color models

A4 70 80
RGB 164 112 128
HSL 342° 22.22% 54.12%
HSB/HSV 342° 31.71% 64.31%
CMYK 0.00% 31.71% 21.95%
35.69%

Color #A47080 in popluar number systems.

HEX A4 70 80
Decimal 164 112 128
Binary 10100100 1110000 10000000
Octal 244 160 200

Shades and tints

Shades of #A47080

#A47080
(164,112,128)
#966675
(150,102,117)
#885C6A
(136,92,106)
#7A525F
(122,82,95)
#6C4854
(108,72,84)
#5E3E49
(94,62,73)
#50343E
(80,52,62)
#422A33
(66,42,51)
#342028
(52,32,40)
#26161D
(38,22,29)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #A47080

#A47080
(164,112,128)
#AC7D8B
(172,125,139)
#B48A96
(180,138,150)
#BC97A1
(188,151,161)
#C4A4AC
(196,164,172)
#CCB1B7
(204,177,183)
#D4BEC2
(212,190,194)
#DCCBCD
(220,203,205)
#E4D8D8
(228,216,216)
#ECE5E3
(236,229,227)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47080 color. Also use rgb(164,112,128) instead hex code.

Text Font Color

.myTextColor { color: #A47080; }

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

This text font color is #A47080.

Background Color

.myBgColor { background-color: #A47080; }

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

This div background color is #A47080.

Border color

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

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

This div border color is #A47080.

Opacity

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

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

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

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

This text has shadow with #A47080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47080.

Preview

Color preview on black background

This text has color #A47080 on black background.


Color preview on white background

This text has color #A47080 on white background.


Black color preview on #A47080 background

This text has black color on #A47080 background.


White color preview on #A47080 background

This text has white color on #A47080 background.


Related colors

Complementary color

Complementary color for #hex is #5B8F7F.


I love getcolorcode.com

Triadic colors

1 #80A470 and #7080A4 with #A47080 are triadic colors.

2 #8070A4 and #70A480 with #A47080 are triadic colors.