COLOR #A7959D

HEX: #A7959D RGB: (167,149,157)

Color info

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

RGB color model

#A7959D color RGB value is (167,149,157).

RGB: (167,149,157) (65%, 58%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 157 of 255 = 62%

167
149
157

R + G + B ~ 62%. #A7959D is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 149 + 157 = 473 (100%)
R 167 of 473 ~ 35.31%
G 149 of 473 ~ 31.5%
B 157 of 473 ~ 33.19'%

%35.31
%31.5
%33.19

CMYK color model

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

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

CMYK: (0,11,6,35)
C0M11Y6K35 (0%, 11%, 6%, 35%)
(0.00 / 0.11 / 0.06 / 0.35)

CMYK percentages

%0
%10.78
%5.99
%34.51

Codes

Color #A7959D in popluar color models

A7 95 9D
RGB 167 149 157
HSL 333° 9.28% 61.96%
HSB/HSV 333° 10.78% 65.49%
CMYK 0.00% 10.78% 5.99%
34.51%

Color #A7959D in popluar number systems.

HEX A7 95 9D
Decimal 167 149 157
Binary 10100111 10010101 10011101
Octal 247 225 235

Shades and tints

Shades of #A7959D

#A7959D
(167,149,157)
#98888F
(152,136,143)
#897B81
(137,123,129)
#7A6E73
(122,110,115)
#6B6165
(107,97,101)
#5C5457
(92,84,87)
#4D4749
(77,71,73)
#3E3A3B
(62,58,59)
#2F2D2D
(47,45,45)
#20201F
(32,32,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7959D

#A7959D
(167,149,157)
#AF9EA5
(175,158,165)
#B7A7AD
(183,167,173)
#BFB0B5
(191,176,181)
#C7B9BD
(199,185,189)
#CFC2C5
(207,194,197)
#D7CBCD
(215,203,205)
#DFD4D5
(223,212,213)
#E7DDDD
(231,221,221)
#EFE6E5
(239,230,229)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7959D; }

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

This text font color is #A7959D.

Background Color

.myBgColor { background-color: #A7959D; }

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

This div background color is #A7959D.

Border color

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

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

This div border color is #A7959D.

Opacity

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

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

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

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

This text has shadow with #A7959D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7959D.

Preview

Color preview on black background

This text has color #A7959D on black background.


Color preview on white background

This text has color #A7959D on white background.


Black color preview on #A7959D background

This text has black color on #A7959D background.


White color preview on #A7959D background

This text has white color on #A7959D background.


Related colors

Complementary color

Complementary color for #hex is #586A62.


I love getcolorcode.com

Triadic colors

1 #9DA795 and #959DA7 with #A7959D are triadic colors.

2 #9D95A7 and #95A79D with #A7959D are triadic colors.