COLOR #A47095

HEX: #A47095
RGB: (164,112,149)

Color info

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

RGB color model

#A47095 color RGB value is (164,112,149).

  • red value is 164;
  • green value is 112;
  • blue value is 149.
RGB:
(164,112,149)
(64%,44%,58%)

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 149 of 255 = 58%

164
112
149

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

Portions of RGB colors in percentages

R + G + B =
164 + 112 + 149 = 425 (100%)
R 164 of 425 ~ 38.59%
G 112 of 425 ~ 26.35%
B 149 of 425 ~ 35.06%

%38.59
%26.35
%35.06

CMYK color model

#A47095 color CMYK value is (0,32,9,36).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(0,32,9,36)
C0M32Y9K36 
(0%,32%,9%,36%)
(0.00/0.32/0.09/0.36)	

CMYK percentages

%0
%31.71
%9.15
%35.69

Codes

Color #A47095 in popluar color models

A47095
RGB164112149
HSL317°22.22%54.12%
HSB/HSV317°31.71%64.31%
CMYK0.00%31.71%9.15%
35.69%

Color #A47095 in popluar number systems.

HEXA47095
Decimal164112149
Binary10100100111000010010101
Octal244160225

Shades and tints

Shades of #A47095

#A47095
(164,112,149)
#966688
(150,102,136)
#885C7B
(136,92,123)
#7A526E
(122,82,110)
#6C4861
(108,72,97)
#5E3E54
(94,62,84)
#503447
(80,52,71)
#422A3A
(66,42,58)
#34202D
(52,32,45)
#261620
(38,22,32)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #A47095

#A47095
(164,112,149)
#AC7D9E
(172,125,158)
#B48AA7
(180,138,167)
#BC97B0
(188,151,176)
#C4A4B9
(196,164,185)
#CCB1C2
(204,177,194)
#D4BECB
(212,190,203)
#DCCBD4
(220,203,212)
#E4D8DD
(228,216,221)
#ECE5E6
(236,229,230)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47095; }

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

This text font color is #A47095.


Background Color

.myBgColor { background-color: #A47095; }

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

This div background color is #A47095.


Border color

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

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

This div border color is #A47095.


Opacity

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

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

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

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

This text has shadow with #A47095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47095 on black background.


Color preview on white background

This text has color #A47095 on white background.



Black color preview on #A47095 background

This text has black color on #A47095 background.


White color preview on #A47095 background

This text has white color on #A47095 background.