COLOR #A76C86

HEX: #A76C86
RGB: (167,108,134)

Color info

#A76C86 contains red, green and blue colors in about the same proportion. Web safe color of #A76C86 is #996699 (or #969).

RGB color model

#A76C86 color RGB value is (167,108,134).

  • red value is 167;
  • green value is 108;
  • blue value is 134.
RGB:
(167,108,134)
(65%,42%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 108 of 255 = 42%
B 134 of 255 = 53%

167
108
134

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

Portions of RGB colors in percentages

R + G + B =
167 + 108 + 134 = 409 (100%)
R 167 of 409 ~ 40.83%
G 108 of 409 ~ 26.41%
B 134 of 409 ~ 32.76%

%40.83
%26.41
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.33%
  • yellow value is 19.76%
  • key color value is 34.51%
CMYK:
(0,35,20,35)
C0M35Y20K35 
(0%,35%,20%,35%)
(0.00/0.35/0.20/0.35)	

CMYK percentages

%0
%35.33
%19.76
%34.51

Codes

Color #A76C86 in popluar color models

A76C86
RGB167108134
HSL334°25.11%53.92%
HSB/HSV334°35.33%65.49%
CMYK0.00%35.33%19.76%
34.51%

Color #A76C86 in popluar number systems.

HEXA76C86
Decimal167108134
Binary10100111110110010000110
Octal247154206

Shades and tints

Shades of #A76C86

#A76C86
(167,108,134)
#98637A
(152,99,122)
#895A6E
(137,90,110)
#7A5162
(122,81,98)
#6B4856
(107,72,86)
#5C3F4A
(92,63,74)
#4D363E
(77,54,62)
#3E2D32
(62,45,50)
#2F2426
(47,36,38)
#201B1A
(32,27,26)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #A76C86

#A76C86
(167,108,134)
#AF7991
(175,121,145)
#B7869C
(183,134,156)
#BF93A7
(191,147,167)
#C7A0B2
(199,160,178)
#CFADBD
(207,173,189)
#D7BAC8
(215,186,200)
#DFC7D3
(223,199,211)
#E7D4DE
(231,212,222)
#EFE1E9
(239,225,233)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76C86 color. Also use rgb(167,108,134) instead hex code.

Text Font Color

.myTextColor { color: #A76C86; }

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

This text font color is #A76C86.


Background Color

.myBgColor { background-color: #A76C86; }

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

This div background color is #A76C86.


Border color

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

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

This div border color is #A76C86.


Opacity

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

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

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

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

This text has shadow with #A76C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76C86 on black background.


Color preview on white background

This text has color #A76C86 on white background.



Black color preview on #A76C86 background

This text has black color on #A76C86 background.


White color preview on #A76C86 background

This text has white color on #A76C86 background.