COLOR #A2728B

HEX: #A2728B RGB: (162,114,139)

Color info

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

RGB color model

#A2728B color RGB value is (162,114,139).

RGB: (162,114,139) (64%, 45%, 55%)

RGB channels and saturation

R 162 of 255 = 64%
G 114 of 255 = 45%
B 139 of 255 = 55%

162
114
139

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

Portions of RGB colors in percentages

R + G + B = 162 + 114 + 139 = 415 (100%)
R 162 of 415 ~ 39.04%
G 114 of 415 ~ 27.47%
B 139 of 415 ~ 33.49'%

%39.04
%27.47
%33.49

CMYK color model

#A2728B color CMYK value is (0,30,14,36).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 14.20%
  • key color value is 36.47%

CMYK: (0,30,14,36)
C0M30Y14K36 (0%, 30%, 14%, 36%)
(0.00 / 0.30 / 0.14 / 0.36)

CMYK percentages

%0
%29.63
%14.2
%36.47

Codes

Color #A2728B in popluar color models

A2 72 8B
RGB 162 114 139
HSL 329° 20.51% 54.12%
HSB/HSV 329° 29.63% 63.53%
CMYK 0.00% 29.63% 14.20%
36.47%

Color #A2728B in popluar number systems.

HEX A2 72 8B
Decimal 162 114 139
Binary 10100010 1110010 10001011
Octal 242 162 213

Shades and tints

Shades of #A2728B

#A2728B
(162,114,139)
#94687F
(148,104,127)
#865E73
(134,94,115)
#785467
(120,84,103)
#6A4A5B
(106,74,91)
#5C404F
(92,64,79)
#4E3643
(78,54,67)
#402C37
(64,44,55)
#32222B
(50,34,43)
#24181F
(36,24,31)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #A2728B

#A2728B
(162,114,139)
#AA7E95
(170,126,149)
#B28A9F
(178,138,159)
#BA96A9
(186,150,169)
#C2A2B3
(194,162,179)
#CAAEBD
(202,174,189)
#D2BAC7
(210,186,199)
#DAC6D1
(218,198,209)
#E2D2DB
(226,210,219)
#EADEE5
(234,222,229)
#F2EAEF
(242,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2728B color. Also use rgb(162,114,139) instead hex code.

Text Font Color

.myTextColor { color: #A2728B; }

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

This text font color is #A2728B.

Background Color

.myBgColor { background-color: #A2728B; }

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

This div background color is #A2728B.

Border color

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

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

This div border color is #A2728B.

Opacity

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

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

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

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

This text has shadow with #A2728B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2728B.

Preview

Color preview on black background

This text has color #A2728B on black background.


Color preview on white background

This text has color #A2728B on white background.


Black color preview on #A2728B background

This text has black color on #A2728B background.


White color preview on #A2728B background

This text has white color on #A2728B background.


Related colors

Complementary color

Complementary color for #hex is #5D8D74.


I love getcolorcode.com

Triadic colors

1 #8BA272 and #728BA2 with #A2728B are triadic colors.

2 #8B72A2 and #72A28B with #A2728B are triadic colors.