COLOR #A5808E

HEX: #A5808E
RGB: (165,128,142)

Color info

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

RGB color model

#A5808E color RGB value is (165,128,142).

  • red value is 165;
  • green value is 128;
  • blue value is 142.
RGB:
(165,128,142)
(65%,50%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 142 of 255 = 56%

165
128
142

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

Portions of RGB colors in percentages

R + G + B =
165 + 128 + 142 = 435 (100%)
R 165 of 435 ~ 37.93%
G 128 of 435 ~ 29.43%
B 142 of 435 ~ 32.64%

%37.93
%29.43
%32.64

CMYK color model

#A5808E color CMYK value is (0,22,14,35).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(0,22,14,35)
C0M22Y14K35 
(0%,22%,14%,35%)
(0.00/0.22/0.14/0.35)	

CMYK percentages

%0
%22.42
%13.94
%35.29

Codes

Color #A5808E in popluar color models

A5808E
RGB165128142
HSL337°17.05%57.45%
HSB/HSV337°22.42%64.71%
CMYK0.00%22.42%13.94%
35.29%

Color #A5808E in popluar number systems.

HEXA5808E
Decimal165128142
Binary101001011000000010001110
Octal245200216

Shades and tints

Shades of #A5808E

#A5808E
(165,128,142)
#967582
(150,117,130)
#876A76
(135,106,118)
#785F6A
(120,95,106)
#69545E
(105,84,94)
#5A4952
(90,73,82)
#4B3E46
(75,62,70)
#3C333A
(60,51,58)
#2D282E
(45,40,46)
#1E1D22
(30,29,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A5808E

#A5808E
(165,128,142)
#AD8B98
(173,139,152)
#B596A2
(181,150,162)
#BDA1AC
(189,161,172)
#C5ACB6
(197,172,182)
#CDB7C0
(205,183,192)
#D5C2CA
(213,194,202)
#DDCDD4
(221,205,212)
#E5D8DE
(229,216,222)
#EDE3E8
(237,227,232)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5808E color. Also use rgb(165,128,142) instead hex code.

Text Font Color

.myTextColor { color: #A5808E; }

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

This text font color is #A5808E.


Background Color

.myBgColor { background-color: #A5808E; }

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

This div background color is #A5808E.


Border color

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

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

This div border color is #A5808E.


Opacity

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

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

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

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

This text has shadow with #A5808E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5808E on black background.


Color preview on white background

This text has color #A5808E on white background.



Black color preview on #A5808E background

This text has black color on #A5808E background.


White color preview on #A5808E background

This text has white color on #A5808E background.