COLOR #A7859D

HEX: #A7859D RGB: (167,133,157)

Color info

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

RGB color model

#A7859D color RGB value is (167,133,157).

RGB: (167,133,157) (65%, 52%, 62%)

RGB channels and saturation

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

167
133
157

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

Portions of RGB colors in percentages

R + G + B = 167 + 133 + 157 = 457 (100%)
R 167 of 457 ~ 36.54%
G 133 of 457 ~ 29.1%
B 157 of 457 ~ 34.35'%

%36.54
%29.1
%34.35

CMYK color model

#A7859D color CMYK value is (0,20,6,35).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 5.99%
  • key color value is 34.51%

CMYK: (0,20,6,35)
C0M20Y6K35 (0%, 20%, 6%, 35%)
(0.00 / 0.20 / 0.06 / 0.35)

CMYK percentages

%0
%20.36
%5.99
%34.51

Codes

Color #A7859D in popluar color models

A7 85 9D
RGB 167 133 157
HSL 318° 16.19% 58.82%
HSB/HSV 318° 20.36% 65.49%
CMYK 0.00% 20.36% 5.99%
34.51%

Color #A7859D in popluar number systems.

HEX A7 85 9D
Decimal 167 133 157
Binary 10100111 10000101 10011101
Octal 247 205 235

Shades and tints

Shades of #A7859D

#A7859D
(167,133,157)
#98798F
(152,121,143)
#896D81
(137,109,129)
#7A6173
(122,97,115)
#6B5565
(107,85,101)
#5C4957
(92,73,87)
#4D3D49
(77,61,73)
#3E313B
(62,49,59)
#2F252D
(47,37,45)
#20191F
(32,25,31)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A7859D

#A7859D
(167,133,157)
#AF90A5
(175,144,165)
#B79BAD
(183,155,173)
#BFA6B5
(191,166,181)
#C7B1BD
(199,177,189)
#CFBCC5
(207,188,197)
#D7C7CD
(215,199,205)
#DFD2D5
(223,210,213)
#E7DDDD
(231,221,221)
#EFE8E5
(239,232,229)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7859D; }

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

This text font color is #A7859D.

Background Color

.myBgColor { background-color: #A7859D; }

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

This div background color is #A7859D.

Border color

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

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

This div border color is #A7859D.

Opacity

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

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

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

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

This text has shadow with #A7859D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7859D.

Preview

Color preview on black background

This text has color #A7859D on black background.


Color preview on white background

This text has color #A7859D on white background.


Black color preview on #A7859D background

This text has black color on #A7859D background.


White color preview on #A7859D background

This text has white color on #A7859D background.


Related colors

Complementary color

Complementary color for #hex is #587A62.


I love getcolorcode.com

Triadic colors

1 #9DA785 and #859DA7 with #A7859D are triadic colors.

2 #9D85A7 and #85A79D with #A7859D are triadic colors.