COLOR #A47885

HEX: #A47885
RGB: (164,120,133)

Color info

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

RGB color model

#A47885 color RGB value is (164,120,133).

  • red value is 164;
  • green value is 120;
  • blue value is 133.
RGB:
(164,120,133)
(64%,47%,52%)

RGB channels and saturation

R 164 of 255 = 64%
G 120 of 255 = 47%
B 133 of 255 = 52%

164
120
133

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

Portions of RGB colors in percentages

R + G + B =
164 + 120 + 133 = 417 (100%)
R 164 of 417 ~ 39.33%
G 120 of 417 ~ 28.78%
B 133 of 417 ~ 31.89%

%39.33
%28.78
%31.89

CMYK color model

#A47885 color CMYK value is (0,27,19,36).

  • cyan value is 0.00%
  • magenta value is 26.83%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(0,27,19,36)
C0M27Y19K36 
(0%,27%,19%,36%)
(0.00/0.27/0.19/0.36)	

CMYK percentages

%0
%26.83
%18.9
%35.69

Codes

Color #A47885 in popluar color models

A47885
RGB164120133
HSL342°19.47%55.69%
HSB/HSV342°26.83%64.31%
CMYK0.00%26.83%18.90%
35.69%

Color #A47885 in popluar number systems.

HEXA47885
Decimal164120133
Binary10100100111100010000101
Octal244170205

Shades and tints

Shades of #A47885

#A47885
(164,120,133)
#966E79
(150,110,121)
#88646D
(136,100,109)
#7A5A61
(122,90,97)
#6C5055
(108,80,85)
#5E4649
(94,70,73)
#503C3D
(80,60,61)
#423231
(66,50,49)
#342825
(52,40,37)
#261E19
(38,30,25)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #A47885

#A47885
(164,120,133)
#AC8490
(172,132,144)
#B4909B
(180,144,155)
#BC9CA6
(188,156,166)
#C4A8B1
(196,168,177)
#CCB4BC
(204,180,188)
#D4C0C7
(212,192,199)
#DCCCD2
(220,204,210)
#E4D8DD
(228,216,221)
#ECE4E8
(236,228,232)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47885 color. Also use rgb(164,120,133) instead hex code.

Text Font Color

.myTextColor { color: #A47885; }

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

This text font color is #A47885.


Background Color

.myBgColor { background-color: #A47885; }

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

This div background color is #A47885.


Border color

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

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

This div border color is #A47885.


Opacity

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

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

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

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

This text has shadow with #A47885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47885 on black background.


Color preview on white background

This text has color #A47885 on white background.



Black color preview on #A47885 background

This text has black color on #A47885 background.


White color preview on #A47885 background

This text has white color on #A47885 background.