COLOR #A47B93

HEX: #A47B93 RGB: (164,123,147)

Color info

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

RGB color model

#A47B93 color RGB value is (164,123,147).

RGB: (164,123,147) (64%, 48%, 58%)

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 147 of 255 = 58%

164
123
147

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

Portions of RGB colors in percentages

R + G + B = 164 + 123 + 147 = 434 (100%)
R 164 of 434 ~ 37.79%
G 123 of 434 ~ 28.34%
B 147 of 434 ~ 33.87'%

%37.79
%28.34
%33.87

CMYK color model

#A47B93 color CMYK value is (0,25,10,36).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 10.37%
  • key color value is 35.69%

CMYK: (0,25,10,36)
C0M25Y10K36 (0%, 25%, 10%, 36%)
(0.00 / 0.25 / 0.10 / 0.36)

CMYK percentages

%0
%25
%10.37
%35.69

Codes

Color #A47B93 in popluar color models

A4 7B 93
RGB 164 123 147
HSL 325° 18.39% 56.27%
HSB/HSV 325° 25.00% 64.31%
CMYK 0.00% 25.00% 10.37%
35.69%

Color #A47B93 in popluar number systems.

HEX A4 7B 93
Decimal 164 123 147
Binary 10100100 1111011 10010011
Octal 244 173 223

Shades and tints

Shades of #A47B93

#A47B93
(164,123,147)
#967086
(150,112,134)
#886579
(136,101,121)
#7A5A6C
(122,90,108)
#6C4F5F
(108,79,95)
#5E4452
(94,68,82)
#503945
(80,57,69)
#422E38
(66,46,56)
#34232B
(52,35,43)
#26181E
(38,24,30)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #A47B93

#A47B93
(164,123,147)
#AC879C
(172,135,156)
#B493A5
(180,147,165)
#BC9FAE
(188,159,174)
#C4ABB7
(196,171,183)
#CCB7C0
(204,183,192)
#D4C3C9
(212,195,201)
#DCCFD2
(220,207,210)
#E4DBDB
(228,219,219)
#ECE7E4
(236,231,228)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47B93 color. Also use rgb(164,123,147) instead hex code.

Text Font Color

.myTextColor { color: #A47B93; }

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

This text font color is #A47B93.

Background Color

.myBgColor { background-color: #A47B93; }

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

This div background color is #A47B93.

Border color

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

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

This div border color is #A47B93.

Opacity

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

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

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

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

This text has shadow with #A47B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47B93.

Preview

Color preview on black background

This text has color #A47B93 on black background.


Color preview on white background

This text has color #A47B93 on white background.


Black color preview on #A47B93 background

This text has black color on #A47B93 background.


White color preview on #A47B93 background

This text has white color on #A47B93 background.


Related colors

Complementary color

Complementary color for #hex is #5B846C.


I love getcolorcode.com

Triadic colors

1 #93A47B and #7B93A4 with #A47B93 are triadic colors.

2 #937BA4 and #7BA493 with #A47B93 are triadic colors.