COLOR #A47192

HEX: #A47192
RGB: (164,113,146)

Color info

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

RGB color model

#A47192 color RGB value is (164,113,146).

  • red value is 164;
  • green value is 113;
  • blue value is 146.
RGB:
(164,113,146)
(64%,44%,57%)

RGB channels and saturation

R 164 of 255 = 64%
G 113 of 255 = 44%
B 146 of 255 = 57%

164
113
146

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

Portions of RGB colors in percentages

R + G + B =
164 + 113 + 146 = 423 (100%)
R 164 of 423 ~ 38.77%
G 113 of 423 ~ 26.71%
B 146 of 423 ~ 34.52%

%38.77
%26.71
%34.52

CMYK color model

#A47192 color CMYK value is (0,31,11,36).

  • cyan value is 0.00%
  • magenta value is 31.10%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(0,31,11,36)
C0M31Y11K36 
(0%,31%,11%,36%)
(0.00/0.31/0.11/0.36)	

CMYK percentages

%0
%31.1
%10.98
%35.69

Codes

Color #A47192 in popluar color models

A47192
RGB164113146
HSL321°21.89%54.31%
HSB/HSV321°31.10%64.31%
CMYK0.00%31.10%10.98%
35.69%

Color #A47192 in popluar number systems.

HEXA47192
Decimal164113146
Binary10100100111000110010010
Octal244161222

Shades and tints

Shades of #A47192

#A47192
(164,113,146)
#966785
(150,103,133)
#885D78
(136,93,120)
#7A536B
(122,83,107)
#6C495E
(108,73,94)
#5E3F51
(94,63,81)
#503544
(80,53,68)
#422B37
(66,43,55)
#34212A
(52,33,42)
#26171D
(38,23,29)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #A47192

#A47192
(164,113,146)
#AC7D9B
(172,125,155)
#B489A4
(180,137,164)
#BC95AD
(188,149,173)
#C4A1B6
(196,161,182)
#CCADBF
(204,173,191)
#D4B9C8
(212,185,200)
#DCC5D1
(220,197,209)
#E4D1DA
(228,209,218)
#ECDDE3
(236,221,227)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47192 color. Also use rgb(164,113,146) instead hex code.

Text Font Color

.myTextColor { color: #A47192; }

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

This text font color is #A47192.


Background Color

.myBgColor { background-color: #A47192; }

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

This div background color is #A47192.


Border color

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

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

This div border color is #A47192.


Opacity

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

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

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

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

This text has shadow with #A47192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47192 on black background.


Color preview on white background

This text has color #A47192 on white background.



Black color preview on #A47192 background

This text has black color on #A47192 background.


White color preview on #A47192 background

This text has white color on #A47192 background.