COLOR #A5879B

HEX: #A5879B
RGB: (165,135,155)

Color info

#A5879B contains red, green and blue colors in about the same proportion. Web safe color of #A5879B is #999999 (or #999).

RGB color model

#A5879B color RGB value is (165,135,155).

  • red value is 165;
  • green value is 135;
  • blue value is 155.
RGB:
(165,135,155)
(65%,53%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 155 of 255 = 61%

165
135
155

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 155 = 455 (100%)
R 165 of 455 ~ 36.26%
G 135 of 455 ~ 29.67%
B 155 of 455 ~ 34.07%

%36.26
%29.67
%34.07

CMYK color model

#A5879B color CMYK value is (0,18,6,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(0,18,6,35)
C0M18Y6K35 
(0%,18%,6%,35%)
(0.00/0.18/0.06/0.35)	

CMYK percentages

%0
%18.18
%6.06
%35.29

Codes

Color #A5879B in popluar color models

A5879B
RGB165135155
HSL320°14.29%58.82%
HSB/HSV320°18.18%64.71%
CMYK0.00%18.18%6.06%
35.29%

Color #A5879B in popluar number systems.

HEXA5879B
Decimal165135155
Binary101001011000011110011011
Octal245207233

Shades and tints

Shades of #A5879B

#A5879B
(165,135,155)
#967B8D
(150,123,141)
#876F7F
(135,111,127)
#786371
(120,99,113)
#695763
(105,87,99)
#5A4B55
(90,75,85)
#4B3F47
(75,63,71)
#3C3339
(60,51,57)
#2D272B
(45,39,43)
#1E1B1D
(30,27,29)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #A5879B

#A5879B
(165,135,155)
#AD91A4
(173,145,164)
#B59BAD
(181,155,173)
#BDA5B6
(189,165,182)
#C5AFBF
(197,175,191)
#CDB9C8
(205,185,200)
#D5C3D1
(213,195,209)
#DDCDDA
(221,205,218)
#E5D7E3
(229,215,227)
#EDE1EC
(237,225,236)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5879B color. Also use rgb(165,135,155) instead hex code.

Text Font Color

.myTextColor { color: #A5879B; }

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

This text font color is #A5879B.


Background Color

.myBgColor { background-color: #A5879B; }

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

This div background color is #A5879B.


Border color

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

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

This div border color is #A5879B.


Opacity

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

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

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

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

This text has shadow with #A5879B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5879B on black background.


Color preview on white background

This text has color #A5879B on white background.



Black color preview on #A5879B background

This text has black color on #A5879B background.


White color preview on #A5879B background

This text has white color on #A5879B background.