COLOR #A5878F

HEX: #A5878F RGB: (165,135,143)

Color info

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

RGB color model

#A5878F color RGB value is (165,135,143).

RGB: (165,135,143) (65%, 53%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 143 of 255 = 56%

165
135
143

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

Portions of RGB colors in percentages

R + G + B = 165 + 135 + 143 = 443 (100%)
R 165 of 443 ~ 37.25%
G 135 of 443 ~ 30.47%
B 143 of 443 ~ 32.28'%

%37.25
%30.47
%32.28

CMYK color model

#A5878F color CMYK value is (0,18,13,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK: (0,18,13,35) C0M18Y13K35 (0%,18%,13%,35%) (0.00/0.18/0.13/0.35) 

CMYK percentages

%0
%18.18
%13.33
%35.29

Codes

Color #A5878F in popluar color models

A5 87 8F
RGB 165 135 143
HSL 344° 14.29% 58.82%
HSB/HSV 344° 18.18% 64.71%
CMYK 0.00% 18.18% 13.33%
35.29%

Color #A5878F in popluar number systems.

HEX A5 87 8F
Decimal 165 135 143
Binary 10100101 10000111 10001111
Octal 245 207 217

Shades and tints

Shades of #A5878F

#A5878F
(165,135,143)
#967B82
(150,123,130)
#876F75
(135,111,117)
#786368
(120,99,104)
#69575B
(105,87,91)
#5A4B4E
(90,75,78)
#4B3F41
(75,63,65)
#3C3334
(60,51,52)
#2D2727
(45,39,39)
#1E1B1A
(30,27,26)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #A5878F

#A5878F
(165,135,143)
#AD9199
(173,145,153)
#B59BA3
(181,155,163)
#BDA5AD
(189,165,173)
#C5AFB7
(197,175,183)
#CDB9C1
(205,185,193)
#D5C3CB
(213,195,203)
#DDCDD5
(221,205,213)
#E5D7DF
(229,215,223)
#EDE1E9
(237,225,233)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5878F; }

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

This text font color is #A5878F.

Background Color

.myBgColor { background-color: #A5878F; }

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

This div background color is #A5878F.

Border color

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

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

This div border color is #A5878F.

Opacity

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

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

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

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

This text has shadow with #A5878F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5878F.

Preview

Color preview on black background

This text has color #A5878F on black background.


Color preview on white background

This text has color #A5878F on white background.


Black color preview on #A5878F background

This text has black color on #A5878F background.


White color preview on #A5878F background

This text has white color on #A5878F background.


Related colors

Complementary color

Complementary color for #hex is #5A7870.


I love getcolorcode.com

Triadic colors

1 #8FA587 and #878FA5 with #A5878F are triadic colors.

2 #8F87A5 and #87A58F with #A5878F are triadic colors.