COLOR #A5728B

HEX: #A5728B
RGB: (165,114,139)

Color info

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

RGB color model

#A5728B color RGB value is (165,114,139).

  • red value is 165;
  • green value is 114;
  • blue value is 139.
RGB:
(165,114,139)
(65%,45%,55%)

RGB channels and saturation

R 165 of 255 = 65%
G 114 of 255 = 45%
B 139 of 255 = 55%

165
114
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 114 + 139 = 418 (100%)
R 165 of 418 ~ 39.47%
G 114 of 418 ~ 27.27%
B 139 of 418 ~ 33.25%

%39.47
%27.27
%33.25

CMYK color model

#A5728B color CMYK value is (0,31,16,35).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,31,16,35)
C0M31Y16K35 
(0%,31%,16%,35%)
(0.00/0.31/0.16/0.35)	

CMYK percentages

%0
%30.91
%15.76
%35.29

Codes

Color #A5728B in popluar color models

A5728B
RGB165114139
HSL331°22.08%54.71%
HSB/HSV331°30.91%64.71%
CMYK0.00%30.91%15.76%
35.29%

Color #A5728B in popluar number systems.

HEXA5728B
Decimal165114139
Binary10100101111001010001011
Octal245162213

Shades and tints

Shades of #A5728B

#A5728B
(165,114,139)
#96687F
(150,104,127)
#875E73
(135,94,115)
#785467
(120,84,103)
#694A5B
(105,74,91)
#5A404F
(90,64,79)
#4B3643
(75,54,67)
#3C2C37
(60,44,55)
#2D222B
(45,34,43)
#1E181F
(30,24,31)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A5728B

#A5728B
(165,114,139)
#AD7E95
(173,126,149)
#B58A9F
(181,138,159)
#BD96A9
(189,150,169)
#C5A2B3
(197,162,179)
#CDAEBD
(205,174,189)
#D5BAC7
(213,186,199)
#DDC6D1
(221,198,209)
#E5D2DB
(229,210,219)
#EDDEE5
(237,222,229)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5728B; }

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

This text font color is #A5728B.


Background Color

.myBgColor { background-color: #A5728B; }

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

This div background color is #A5728B.


Border color

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

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

This div border color is #A5728B.


Opacity

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

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

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

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

This text has shadow with #A5728B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5728B on black background.


Color preview on white background

This text has color #A5728B on white background.



Black color preview on #A5728B background

This text has black color on #A5728B background.


White color preview on #A5728B background

This text has white color on #A5728B background.