COLOR #A5707F

HEX: #A5707F
RGB: (165,112,127)

Color info

#A5707F contains red, green and blue colors in about the same proportion. Web safe color of #A5707F is #996666 (or #966).

RGB color model

#A5707F color RGB value is (165,112,127).

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

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 127 of 255 = 50%

165
112
127

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

Portions of RGB colors in percentages

R + G + B =
165 + 112 + 127 = 404 (100%)
R 165 of 404 ~ 40.84%
G 112 of 404 ~ 27.72%
B 127 of 404 ~ 31.44%

%40.84
%27.72
%31.44

CMYK color model

#A5707F color CMYK value is (0,32,23,35).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 23.03%
  • key color value is 35.29%
CMYK:
(0,32,23,35)
C0M32Y23K35 
(0%,32%,23%,35%)
(0.00/0.32/0.23/0.35)	

CMYK percentages

%0
%32.12
%23.03
%35.29

Codes

Color #A5707F in popluar color models

A5707F
RGB165112127
HSL343°22.75%54.31%
HSB/HSV343°32.12%64.71%
CMYK0.00%32.12%23.03%
35.29%

Color #A5707F in popluar number systems.

HEXA5707F
Decimal165112127
Binary1010010111100001111111
Octal245160177

Shades and tints

Shades of #A5707F

#A5707F
(165,112,127)
#966674
(150,102,116)
#875C69
(135,92,105)
#78525E
(120,82,94)
#694853
(105,72,83)
#5A3E48
(90,62,72)
#4B343D
(75,52,61)
#3C2A32
(60,42,50)
#2D2027
(45,32,39)
#1E161C
(30,22,28)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #A5707F

#A5707F
(165,112,127)
#AD7D8A
(173,125,138)
#B58A95
(181,138,149)
#BD97A0
(189,151,160)
#C5A4AB
(197,164,171)
#CDB1B6
(205,177,182)
#D5BEC1
(213,190,193)
#DDCBCC
(221,203,204)
#E5D8D7
(229,216,215)
#EDE5E2
(237,229,226)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5707F; }

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

This text font color is #A5707F.


Background Color

.myBgColor { background-color: #A5707F; }

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

This div background color is #A5707F.


Border color

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

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

This div border color is #A5707F.


Opacity

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

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

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

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

This text has shadow with #A5707F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5707F on black background.


Color preview on white background

This text has color #A5707F on white background.



Black color preview on #A5707F background

This text has black color on #A5707F background.


White color preview on #A5707F background

This text has white color on #A5707F background.