COLOR #A5728C

HEX: #A5728C
RGB: (165,114,140)

Color info

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

RGB color model

#A5728C color RGB value is (165,114,140).

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

RGB channels and saturation

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

165
114
140

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

Portions of RGB colors in percentages

R + G + B =
165 + 114 + 140 = 419 (100%)
R 165 of 419 ~ 39.38%
G 114 of 419 ~ 27.21%
B 140 of 419 ~ 33.41%

%39.38
%27.21
%33.41

CMYK color model

#A5728C color CMYK value is (0,31,15,35).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK:
(0,31,15,35)
C0M31Y15K35 
(0%,31%,15%,35%)
(0.00/0.31/0.15/0.35)	

CMYK percentages

%0
%30.91
%15.15
%35.29

Codes

Color #A5728C in popluar color models

A5728C
RGB165114140
HSL329°22.08%54.71%
HSB/HSV329°30.91%64.71%
CMYK0.00%30.91%15.15%
35.29%

Color #A5728C in popluar number systems.

HEXA5728C
Decimal165114140
Binary10100101111001010001100
Octal245162214

Shades and tints

Shades of #A5728C

#A5728C
(165,114,140)
#966880
(150,104,128)
#875E74
(135,94,116)
#785468
(120,84,104)
#694A5C
(105,74,92)
#5A4050
(90,64,80)
#4B3644
(75,54,68)
#3C2C38
(60,44,56)
#2D222C
(45,34,44)
#1E1820
(30,24,32)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #A5728C

#A5728C
(165,114,140)
#AD7E96
(173,126,150)
#B58AA0
(181,138,160)
#BD96AA
(189,150,170)
#C5A2B4
(197,162,180)
#CDAEBE
(205,174,190)
#D5BAC8
(213,186,200)
#DDC6D2
(221,198,210)
#E5D2DC
(229,210,220)
#EDDEE6
(237,222,230)
#F5EAF0
(245,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5728C; }

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

This text font color is #A5728C.


Background Color

.myBgColor { background-color: #A5728C; }

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

This div background color is #A5728C.


Border color

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

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

This div border color is #A5728C.


Opacity

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

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

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

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

This text has shadow with #A5728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5728C on black background.


Color preview on white background

This text has color #A5728C on white background.



Black color preview on #A5728C background

This text has black color on #A5728C background.


White color preview on #A5728C background

This text has white color on #A5728C background.