COLOR #A7859E

HEX: #A7859E
RGB: (167,133,158)

Color info

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

RGB color model

#A7859E color RGB value is (167,133,158).

  • red value is 167;
  • green value is 133;
  • blue value is 158.
RGB:
(167,133,158)
(65%,52%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 133 of 255 = 52%
B 158 of 255 = 62%

167
133
158

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

Portions of RGB colors in percentages

R + G + B =
167 + 133 + 158 = 458 (100%)
R 167 of 458 ~ 36.46%
G 133 of 458 ~ 29.04%
B 158 of 458 ~ 34.5%

%36.46
%29.04
%34.5

CMYK color model

#A7859E color CMYK value is (0,20,5,35).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(0,20,5,35)
C0M20Y5K35 
(0%,20%,5%,35%)
(0.00/0.20/0.05/0.35)	

CMYK percentages

%0
%20.36
%5.39
%34.51

Codes

Color #A7859E in popluar color models

A7859E
RGB167133158
HSL316°16.19%58.82%
HSB/HSV316°20.36%65.49%
CMYK0.00%20.36%5.39%
34.51%

Color #A7859E in popluar number systems.

HEXA7859E
Decimal167133158
Binary101001111000010110011110
Octal247205236

Shades and tints

Shades of #A7859E

#A7859E
(167,133,158)
#987990
(152,121,144)
#896D82
(137,109,130)
#7A6174
(122,97,116)
#6B5566
(107,85,102)
#5C4958
(92,73,88)
#4D3D4A
(77,61,74)
#3E313C
(62,49,60)
#2F252E
(47,37,46)
#201920
(32,25,32)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #A7859E

#A7859E
(167,133,158)
#AF90A6
(175,144,166)
#B79BAE
(183,155,174)
#BFA6B6
(191,166,182)
#C7B1BE
(199,177,190)
#CFBCC6
(207,188,198)
#D7C7CE
(215,199,206)
#DFD2D6
(223,210,214)
#E7DDDE
(231,221,222)
#EFE8E6
(239,232,230)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7859E color. Also use rgb(167,133,158) instead hex code.

Text Font Color

.myTextColor { color: #A7859E; }

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

This text font color is #A7859E.


Background Color

.myBgColor { background-color: #A7859E; }

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

This div background color is #A7859E.


Border color

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

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

This div border color is #A7859E.


Opacity

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

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

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

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

This text has shadow with #A7859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7859E on black background.


Color preview on white background

This text has color #A7859E on white background.



Black color preview on #A7859E background

This text has black color on #A7859E background.


White color preview on #A7859E background

This text has white color on #A7859E background.