COLOR #A5708B

HEX: #A5708B
RGB: (165,112,139)

Color info

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

RGB color model

#A5708B color RGB value is (165,112,139).

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

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 139 of 255 = 55%

165
112
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 112 + 139 = 416 (100%)
R 165 of 416 ~ 39.66%
G 112 of 416 ~ 26.92%
B 139 of 416 ~ 33.41%

%39.66
%26.92
%33.41

CMYK color model

#A5708B color CMYK value is (0,32,16,35).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,32,16,35)
C0M32Y16K35 
(0%,32%,16%,35%)
(0.00/0.32/0.16/0.35)	

CMYK percentages

%0
%32.12
%15.76
%35.29

Codes

Color #A5708B in popluar color models

A5708B
RGB165112139
HSL329°22.75%54.31%
HSB/HSV329°32.12%64.71%
CMYK0.00%32.12%15.76%
35.29%

Color #A5708B in popluar number systems.

HEXA5708B
Decimal165112139
Binary10100101111000010001011
Octal245160213

Shades and tints

Shades of #A5708B

#A5708B
(165,112,139)
#96667F
(150,102,127)
#875C73
(135,92,115)
#785267
(120,82,103)
#69485B
(105,72,91)
#5A3E4F
(90,62,79)
#4B3443
(75,52,67)
#3C2A37
(60,42,55)
#2D202B
(45,32,43)
#1E161F
(30,22,31)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #A5708B

#A5708B
(165,112,139)
#AD7D95
(173,125,149)
#B58A9F
(181,138,159)
#BD97A9
(189,151,169)
#C5A4B3
(197,164,179)
#CDB1BD
(205,177,189)
#D5BEC7
(213,190,199)
#DDCBD1
(221,203,209)
#E5D8DB
(229,216,219)
#EDE5E5
(237,229,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5708B; }

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

This text font color is #A5708B.


Background Color

.myBgColor { background-color: #A5708B; }

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

This div background color is #A5708B.


Border color

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

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

This div border color is #A5708B.


Opacity

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

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

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

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

This text has shadow with #A5708B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5708B on black background.


Color preview on white background

This text has color #A5708B on white background.



Black color preview on #A5708B background

This text has black color on #A5708B background.


White color preview on #A5708B background

This text has white color on #A5708B background.