COLOR #A76D95

HEX: #A76D95
RGB: (167,109,149)

Color info

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

RGB color model

#A76D95 color RGB value is (167,109,149).

  • red value is 167;
  • green value is 109;
  • blue value is 149.
RGB:
(167,109,149)
(65%,43%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 109 of 255 = 43%
B 149 of 255 = 58%

167
109
149

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

Portions of RGB colors in percentages

R + G + B =
167 + 109 + 149 = 425 (100%)
R 167 of 425 ~ 39.29%
G 109 of 425 ~ 25.65%
B 149 of 425 ~ 35.06%

%39.29
%25.65
%35.06

CMYK color model

#A76D95 color CMYK value is (0,35,11,35).

  • cyan value is 0.00%
  • magenta value is 34.73%
  • yellow value is 10.78%
  • key color value is 34.51%
CMYK:
(0,35,11,35)
C0M35Y11K35 
(0%,35%,11%,35%)
(0.00/0.35/0.11/0.35)	

CMYK percentages

%0
%34.73
%10.78
%34.51

Codes

Color #A76D95 in popluar color models

A76D95
RGB167109149
HSL319°24.79%54.12%
HSB/HSV319°34.73%65.49%
CMYK0.00%34.73%10.78%
34.51%

Color #A76D95 in popluar number systems.

HEXA76D95
Decimal167109149
Binary10100111110110110010101
Octal247155225

Shades and tints

Shades of #A76D95

#A76D95
(167,109,149)
#986488
(152,100,136)
#895B7B
(137,91,123)
#7A526E
(122,82,110)
#6B4961
(107,73,97)
#5C4054
(92,64,84)
#4D3747
(77,55,71)
#3E2E3A
(62,46,58)
#2F252D
(47,37,45)
#201C20
(32,28,32)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A76D95

#A76D95
(167,109,149)
#AF7A9E
(175,122,158)
#B787A7
(183,135,167)
#BF94B0
(191,148,176)
#C7A1B9
(199,161,185)
#CFAEC2
(207,174,194)
#D7BBCB
(215,187,203)
#DFC8D4
(223,200,212)
#E7D5DD
(231,213,221)
#EFE2E6
(239,226,230)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76D95 color. Also use rgb(167,109,149) instead hex code.

Text Font Color

.myTextColor { color: #A76D95; }

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

This text font color is #A76D95.


Background Color

.myBgColor { background-color: #A76D95; }

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

This div background color is #A76D95.


Border color

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

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

This div border color is #A76D95.


Opacity

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

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

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

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

This text has shadow with #A76D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76D95 on black background.


Color preview on white background

This text has color #A76D95 on white background.



Black color preview on #A76D95 background

This text has black color on #A76D95 background.


White color preview on #A76D95 background

This text has white color on #A76D95 background.