COLOR #A76C9D

HEX: #A76C9D RGB: (167,108,157)

Color info

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

RGB color model

#A76C9D color RGB value is (167,108,157).

RGB: (167,108,157) (65%, 42%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 108 of 255 = 42%
B 157 of 255 = 62%

167
108
157

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

Portions of RGB colors in percentages

R + G + B = 167 + 108 + 157 = 432 (100%)
R 167 of 432 ~ 38.66%
G 108 of 432 ~ 25%
B 157 of 432 ~ 36.34'%

%38.66
%25
%36.34

CMYK color model

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

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

CMYK: (0,35,6,35)
C0M35Y6K35 (0%, 35%, 6%, 35%)
(0.00 / 0.35 / 0.06 / 0.35)

CMYK percentages

%0
%35.33
%5.99
%34.51

Codes

Color #A76C9D in popluar color models

A7 6C 9D
RGB 167 108 157
HSL 310° 25.11% 53.92%
HSB/HSV 310° 35.33% 65.49%
CMYK 0.00% 35.33% 5.99%
34.51%

Color #A76C9D in popluar number systems.

HEX A7 6C 9D
Decimal 167 108 157
Binary 10100111 1101100 10011101
Octal 247 154 235

Shades and tints

Shades of #A76C9D

#A76C9D
(167,108,157)
#98638F
(152,99,143)
#895A81
(137,90,129)
#7A5173
(122,81,115)
#6B4865
(107,72,101)
#5C3F57
(92,63,87)
#4D3649
(77,54,73)
#3E2D3B
(62,45,59)
#2F242D
(47,36,45)
#201B1F
(32,27,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A76C9D

#A76C9D
(167,108,157)
#AF79A5
(175,121,165)
#B786AD
(183,134,173)
#BF93B5
(191,147,181)
#C7A0BD
(199,160,189)
#CFADC5
(207,173,197)
#D7BACD
(215,186,205)
#DFC7D5
(223,199,213)
#E7D4DD
(231,212,221)
#EFE1E5
(239,225,229)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76C9D; }

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

This text font color is #A76C9D.

Background Color

.myBgColor { background-color: #A76C9D; }

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

This div background color is #A76C9D.

Border color

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

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

This div border color is #A76C9D.

Opacity

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

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

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

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

This text has shadow with #A76C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76C9D.

Preview

Color preview on black background

This text has color #A76C9D on black background.


Color preview on white background

This text has color #A76C9D on white background.


Black color preview on #A76C9D background

This text has black color on #A76C9D background.


White color preview on #A76C9D background

This text has white color on #A76C9D background.


Related colors

Complementary color

Complementary color for #hex is #589362.


I love getcolorcode.com

Triadic colors

1 #9DA76C and #6C9DA7 with #A76C9D are triadic colors.

2 #9D6CA7 and #6CA79D with #A76C9D are triadic colors.