COLOR #A5647E

HEX: #A5647E
RGB: (165,100,126)

Color info

#A5647E contains mainly red and blue colors. Web safe color of #A5647E is #996666 (or #966).

RGB color model

#A5647E color RGB value is (165,100,126).

  • red value is 165;
  • green value is 100;
  • blue value is 126.
RGB:
(165,100,126)
(65%,39%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 100 of 255 = 39%
B 126 of 255 = 49%

165
100
126

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

Portions of RGB colors in percentages

R + G + B =
165 + 100 + 126 = 391 (100%)
R 165 of 391 ~ 42.2%
G 100 of 391 ~ 25.58%
B 126 of 391 ~ 32.23%

%42.2
%25.58
%32.23

CMYK color model

#A5647E color CMYK value is (0,39,24,35).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 23.64%
  • key color value is 35.29%
CMYK:
(0,39,24,35)
C0M39Y24K35 
(0%,39%,24%,35%)
(0.00/0.39/0.24/0.35)	

CMYK percentages

%0
%39.39
%23.64
%35.29

Codes

Color #A5647E in popluar color models

A5647E
RGB165100126
HSL336°26.53%51.96%
HSB/HSV336°39.39%64.71%
CMYK0.00%39.39%23.64%
35.29%

Color #A5647E in popluar number systems.

HEXA5647E
Decimal165100126
Binary1010010111001001111110
Octal245144176

Shades and tints

Shades of #A5647E

#A5647E
(165,100,126)
#965B73
(150,91,115)
#875268
(135,82,104)
#78495D
(120,73,93)
#694052
(105,64,82)
#5A3747
(90,55,71)
#4B2E3C
(75,46,60)
#3C2531
(60,37,49)
#2D1C26
(45,28,38)
#1E131B
(30,19,27)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #A5647E

#A5647E
(165,100,126)
#AD7289
(173,114,137)
#B58094
(181,128,148)
#BD8E9F
(189,142,159)
#C59CAA
(197,156,170)
#CDAAB5
(205,170,181)
#D5B8C0
(213,184,192)
#DDC6CB
(221,198,203)
#E5D4D6
(229,212,214)
#EDE2E1
(237,226,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5647E color. Also use rgb(165,100,126) instead hex code.

Text Font Color

.myTextColor { color: #A5647E; }

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

This text font color is #A5647E.


Background Color

.myBgColor { background-color: #A5647E; }

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

This div background color is #A5647E.


Border color

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

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

This div border color is #A5647E.


Opacity

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

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

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

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

This text has shadow with #A5647E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5647E on black background.


Color preview on white background

This text has color #A5647E on white background.



Black color preview on #A5647E background

This text has black color on #A5647E background.


White color preview on #A5647E background

This text has white color on #A5647E background.