COLOR #A3747E

HEX: #A3747E RGB: (163,116,126)

Color info

#A3747E contains red, green and blue colors in about the same proportion. Web safe color of #A3747E is #996666 (or #966).

RGB color model

#A3747E color RGB value is (163,116,126).

RGB: (163,116,126) (64%, 45%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 126 of 255 = 49%

163
116
126

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

Portions of RGB colors in percentages

R + G + B = 163 + 116 + 126 = 405 (100%)
R 163 of 405 ~ 40.25%
G 116 of 405 ~ 28.64%
B 126 of 405 ~ 31.11'%

%40.25
%28.64
%31.11

CMYK color model

#A3747E color CMYK value is (0,29,23,36).

  • cyan value is 0.00%
  • magenta value is 28.83%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (0,29,23,36)
C0M29Y23K36 (0%, 29%, 23%, 36%)
(0.00 / 0.29 / 0.23 / 0.36)

CMYK percentages

%0
%28.83
%22.7
%36.08

Codes

Color #A3747E in popluar color models

A3 74 7E
RGB 163 116 126
HSL 347° 20.35% 54.71%
HSB/HSV 347° 28.83% 63.92%
CMYK 0.00% 28.83% 22.70%
36.08%

Color #A3747E in popluar number systems.

HEX A3 74 7E
Decimal 163 116 126
Binary 10100011 1110100 1111110
Octal 243 164 176

Shades and tints

Shades of #A3747E

#A3747E
(163,116,126)
#956A73
(149,106,115)
#876068
(135,96,104)
#79565D
(121,86,93)
#6B4C52
(107,76,82)
#5D4247
(93,66,71)
#4F383C
(79,56,60)
#412E31
(65,46,49)
#332426
(51,36,38)
#251A1B
(37,26,27)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #A3747E

#A3747E
(163,116,126)
#AB8089
(171,128,137)
#B38C94
(179,140,148)
#BB989F
(187,152,159)
#C3A4AA
(195,164,170)
#CBB0B5
(203,176,181)
#D3BCC0
(211,188,192)
#DBC8CB
(219,200,203)
#E3D4D6
(227,212,214)
#EBE0E1
(235,224,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3747E color. Also use rgb(163,116,126) instead hex code.

Text Font Color

.myTextColor { color: #A3747E; }

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

This text font color is #A3747E.

Background Color

.myBgColor { background-color: #A3747E; }

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

This div background color is #A3747E.

Border color

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

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

This div border color is #A3747E.

Opacity

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

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

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

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

This text has shadow with #A3747E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3747E.

Preview

Color preview on black background

This text has color #A3747E on black background.


Color preview on white background

This text has color #A3747E on white background.


Black color preview on #A3747E background

This text has black color on #A3747E background.


White color preview on #A3747E background

This text has white color on #A3747E background.


Related colors

Complementary color

Complementary color for #hex is #5C8B81.


I love getcolorcode.com

Triadic colors

1 #7EA374 and #747EA3 with #A3747E are triadic colors.

2 #7E74A3 and #74A37E with #A3747E are triadic colors.