COLOR #A3728E

HEX: #A3728E RGB: (163,114,142)

Color info

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

RGB color model

#A3728E color RGB value is (163,114,142).

RGB: (163,114,142) (64%, 45%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 142 of 255 = 56%

163
114
142

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

Portions of RGB colors in percentages

R + G + B = 163 + 114 + 142 = 419 (100%)
R 163 of 419 ~ 38.9%
G 114 of 419 ~ 27.21%
B 142 of 419 ~ 33.89'%

%38.9
%27.21
%33.89

CMYK color model

#A3728E color CMYK value is (0,30,13,36).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 12.88%
  • key color value is 36.08%

CMYK: (0,30,13,36)
C0M30Y13K36 (0%, 30%, 13%, 36%)
(0.00 / 0.30 / 0.13 / 0.36)

CMYK percentages

%0
%30.06
%12.88
%36.08

Codes

Color #A3728E in popluar color models

A3 72 8E
RGB 163 114 142
HSL 326° 21.03% 54.31%
HSB/HSV 326° 30.06% 63.92%
CMYK 0.00% 30.06% 12.88%
36.08%

Color #A3728E in popluar number systems.

HEX A3 72 8E
Decimal 163 114 142
Binary 10100011 1110010 10001110
Octal 243 162 216

Shades and tints

Shades of #A3728E

#A3728E
(163,114,142)
#956882
(149,104,130)
#875E76
(135,94,118)
#79546A
(121,84,106)
#6B4A5E
(107,74,94)
#5D4052
(93,64,82)
#4F3646
(79,54,70)
#412C3A
(65,44,58)
#33222E
(51,34,46)
#251822
(37,24,34)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #A3728E

#A3728E
(163,114,142)
#AB7E98
(171,126,152)
#B38AA2
(179,138,162)
#BB96AC
(187,150,172)
#C3A2B6
(195,162,182)
#CBAEC0
(203,174,192)
#D3BACA
(211,186,202)
#DBC6D4
(219,198,212)
#E3D2DE
(227,210,222)
#EBDEE8
(235,222,232)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3728E color. Also use rgb(163,114,142) instead hex code.

Text Font Color

.myTextColor { color: #A3728E; }

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

This text font color is #A3728E.

Background Color

.myBgColor { background-color: #A3728E; }

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

This div background color is #A3728E.

Border color

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

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

This div border color is #A3728E.

Opacity

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

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

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

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

This text has shadow with #A3728E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3728E.

Preview

Color preview on black background

This text has color #A3728E on black background.


Color preview on white background

This text has color #A3728E on white background.


Black color preview on #A3728E background

This text has black color on #A3728E background.


White color preview on #A3728E background

This text has white color on #A3728E background.


Related colors

Complementary color

Complementary color for #hex is #5C8D71.


I love getcolorcode.com

Triadic colors

1 #8EA372 and #728EA3 with #A3728E are triadic colors.

2 #8E72A3 and #72A38E with #A3728E are triadic colors.