COLOR #A47484

HEX: #A47484
RGB: (164,116,132)

Color info

#A47484 contains red, green and blue colors in about the same proportion. Web safe color of #A47484 is #996699 (or #969).

RGB color model

#A47484 color RGB value is (164,116,132).

  • red value is 164;
  • green value is 116;
  • blue value is 132.
RGB:
(164,116,132)
(64%,45%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 116 of 255 = 45%
B 132 of 255 = 52%

164
116
132

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

Portions of RGB colors in percentages

R + G + B =
164 + 116 + 132 = 412 (100%)
R 164 of 412 ~ 39.81%
G 116 of 412 ~ 28.16%
B 132 of 412 ~ 32.04%

%39.81
%28.16
%32.04

CMYK color model

#A47484 color CMYK value is (0,29,20,36).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 19.51%
  • key color value is 35.69%
CMYK:
(0,29,20,36)
C0M29Y20K36 
(0%,29%,20%,36%)
(0.00/0.29/0.20/0.36)	

CMYK percentages

%0
%29.27
%19.51
%35.69

Codes

Color #A47484 in popluar color models

A47484
RGB164116132
HSL340°20.87%54.90%
HSB/HSV340°29.27%64.31%
CMYK0.00%29.27%19.51%
35.69%

Color #A47484 in popluar number systems.

HEXA47484
Decimal164116132
Binary10100100111010010000100
Octal244164204

Shades and tints

Shades of #A47484

#A47484
(164,116,132)
#966A78
(150,106,120)
#88606C
(136,96,108)
#7A5660
(122,86,96)
#6C4C54
(108,76,84)
#5E4248
(94,66,72)
#50383C
(80,56,60)
#422E30
(66,46,48)
#342424
(52,36,36)
#261A18
(38,26,24)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #A47484

#A47484
(164,116,132)
#AC808F
(172,128,143)
#B48C9A
(180,140,154)
#BC98A5
(188,152,165)
#C4A4B0
(196,164,176)
#CCB0BB
(204,176,187)
#D4BCC6
(212,188,198)
#DCC8D1
(220,200,209)
#E4D4DC
(228,212,220)
#ECE0E7
(236,224,231)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47484 color. Also use rgb(164,116,132) instead hex code.

Text Font Color

.myTextColor { color: #A47484; }

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

This text font color is #A47484.


Background Color

.myBgColor { background-color: #A47484; }

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

This div background color is #A47484.


Border color

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

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

This div border color is #A47484.


Opacity

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

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

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

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

This text has shadow with #A47484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47484 on black background.


Color preview on white background

This text has color #A47484 on white background.



Black color preview on #A47484 background

This text has black color on #A47484 background.


White color preview on #A47484 background

This text has white color on #A47484 background.