COLOR #A5808B

HEX: #A5808B
RGB: (165,128,139)

Color info

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

RGB color model

#A5808B color RGB value is (165,128,139).

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

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 139 of 255 = 55%

165
128
139

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

Portions of RGB colors in percentages

R + G + B =
165 + 128 + 139 = 432 (100%)
R 165 of 432 ~ 38.19%
G 128 of 432 ~ 29.63%
B 139 of 432 ~ 32.18%

%38.19
%29.63
%32.18

CMYK color model

#A5808B color CMYK value is (0,22,16,35).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 15.76%
  • key color value is 35.29%
CMYK:
(0,22,16,35)
C0M22Y16K35 
(0%,22%,16%,35%)
(0.00/0.22/0.16/0.35)	

CMYK percentages

%0
%22.42
%15.76
%35.29

Codes

Color #A5808B in popluar color models

A5808B
RGB165128139
HSL342°17.05%57.45%
HSB/HSV342°22.42%64.71%
CMYK0.00%22.42%15.76%
35.29%

Color #A5808B in popluar number systems.

HEXA5808B
Decimal165128139
Binary101001011000000010001011
Octal245200213

Shades and tints

Shades of #A5808B

#A5808B
(165,128,139)
#96757F
(150,117,127)
#876A73
(135,106,115)
#785F67
(120,95,103)
#69545B
(105,84,91)
#5A494F
(90,73,79)
#4B3E43
(75,62,67)
#3C3337
(60,51,55)
#2D282B
(45,40,43)
#1E1D1F
(30,29,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A5808B

#A5808B
(165,128,139)
#AD8B95
(173,139,149)
#B5969F
(181,150,159)
#BDA1A9
(189,161,169)
#C5ACB3
(197,172,179)
#CDB7BD
(205,183,189)
#D5C2C7
(213,194,199)
#DDCDD1
(221,205,209)
#E5D8DB
(229,216,219)
#EDE3E5
(237,227,229)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5808B; }

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

This text font color is #A5808B.


Background Color

.myBgColor { background-color: #A5808B; }

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

This div background color is #A5808B.


Border color

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

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

This div border color is #A5808B.


Opacity

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

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

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

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

This text has shadow with #A5808B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5808B on black background.


Color preview on white background

This text has color #A5808B on white background.



Black color preview on #A5808B background

This text has black color on #A5808B background.


White color preview on #A5808B background

This text has white color on #A5808B background.