COLOR #A76887

HEX: #A76887 RGB: (167,104,135)

Color info

#A76887 contains mainly red and blue colors. Web safe color of #A76887 is #996699 (or #969).

RGB color model

#A76887 color RGB value is (167,104,135).

RGB: (167,104,135) (65%, 41%, 53%)

RGB channels and saturation

R 167 of 255 = 65%
G 104 of 255 = 41%
B 135 of 255 = 53%

167
104
135

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

Portions of RGB colors in percentages

R + G + B = 167 + 104 + 135 = 406 (100%)
R 167 of 406 ~ 41.13%
G 104 of 406 ~ 25.62%
B 135 of 406 ~ 33.25'%

%41.13
%25.62
%33.25

CMYK color model

#A76887 color CMYK value is (0,38,19,35).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 19.16%
  • key color value is 34.51%

CMYK: (0,38,19,35)
C0M38Y19K35 (0%, 38%, 19%, 35%)
(0.00 / 0.38 / 0.19 / 0.35)

CMYK percentages

%0
%37.72
%19.16
%34.51

Codes

Color #A76887 in popluar color models

A7 68 87
RGB 167 104 135
HSL 330° 26.36% 53.14%
HSB/HSV 330° 37.72% 65.49%
CMYK 0.00% 37.72% 19.16%
34.51%

Color #A76887 in popluar number systems.

HEX A7 68 87
Decimal 167 104 135
Binary 10100111 1101000 10000111
Octal 247 150 207

Shades and tints

Shades of #A76887

#A76887
(167,104,135)
#985F7B
(152,95,123)
#89566F
(137,86,111)
#7A4D63
(122,77,99)
#6B4457
(107,68,87)
#5C3B4B
(92,59,75)
#4D323F
(77,50,63)
#3E2933
(62,41,51)
#2F2027
(47,32,39)
#20171B
(32,23,27)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #A76887

#A76887
(167,104,135)
#AF7591
(175,117,145)
#B7829B
(183,130,155)
#BF8FA5
(191,143,165)
#C79CAF
(199,156,175)
#CFA9B9
(207,169,185)
#D7B6C3
(215,182,195)
#DFC3CD
(223,195,205)
#E7D0D7
(231,208,215)
#EFDDE1
(239,221,225)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76887 color. Also use rgb(167,104,135) instead hex code.

Text Font Color

.myTextColor { color: #A76887; }

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

This text font color is #A76887.

Background Color

.myBgColor { background-color: #A76887; }

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

This div background color is #A76887.

Border color

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

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

This div border color is #A76887.

Opacity

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

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

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

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

This text has shadow with #A76887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76887.

Preview

Color preview on black background

This text has color #A76887 on black background.


Color preview on white background

This text has color #A76887 on white background.


Black color preview on #A76887 background

This text has black color on #A76887 background.


White color preview on #A76887 background

This text has white color on #A76887 background.


Related colors

Complementary color

Complementary color for #hex is #589778.


I love getcolorcode.com

Triadic colors

1 #87A768 and #6887A7 with #A76887 are triadic colors.

2 #8768A7 and #68A787 with #A76887 are triadic colors.