COLOR #A7899D

HEX: #A7899D
RGB: (167,137,157)

Color info

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

RGB color model

#A7899D color RGB value is (167,137,157).

  • red value is 167;
  • green value is 137;
  • blue value is 157.
RGB:
(167,137,157)
(65%,54%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 137 of 255 = 54%
B 157 of 255 = 62%

167
137
157

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

Portions of RGB colors in percentages

R + G + B =
167 + 137 + 157 = 461 (100%)
R 167 of 461 ~ 36.23%
G 137 of 461 ~ 29.72%
B 157 of 461 ~ 34.06%

%36.23
%29.72
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(0,18,6,35)
C0M18Y6K35 
(0%,18%,6%,35%)
(0.00/0.18/0.06/0.35)	

CMYK percentages

%0
%17.96
%5.99
%34.51

Codes

Color #A7899D in popluar color models

A7899D
RGB167137157
HSL320°14.56%59.61%
HSB/HSV320°17.96%65.49%
CMYK0.00%17.96%5.99%
34.51%

Color #A7899D in popluar number systems.

HEXA7899D
Decimal167137157
Binary101001111000100110011101
Octal247211235

Shades and tints

Shades of #A7899D

#A7899D
(167,137,157)
#987D8F
(152,125,143)
#897181
(137,113,129)
#7A6573
(122,101,115)
#6B5965
(107,89,101)
#5C4D57
(92,77,87)
#4D4149
(77,65,73)
#3E353B
(62,53,59)
#2F292D
(47,41,45)
#201D1F
(32,29,31)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #A7899D

#A7899D
(167,137,157)
#AF93A5
(175,147,165)
#B79DAD
(183,157,173)
#BFA7B5
(191,167,181)
#C7B1BD
(199,177,189)
#CFBBC5
(207,187,197)
#D7C5CD
(215,197,205)
#DFCFD5
(223,207,213)
#E7D9DD
(231,217,221)
#EFE3E5
(239,227,229)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7899D; }

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

This text font color is #A7899D.


Background Color

.myBgColor { background-color: #A7899D; }

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

This div background color is #A7899D.


Border color

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

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

This div border color is #A7899D.


Opacity

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

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

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

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

This text has shadow with #A7899D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7899D on black background.


Color preview on white background

This text has color #A7899D on white background.



Black color preview on #A7899D background

This text has black color on #A7899D background.


White color preview on #A7899D background

This text has white color on #A7899D background.