COLOR #A7939B

HEX: #A7939B
RGB: (167,147,155)

Color info

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

RGB color model

#A7939B color RGB value is (167,147,155).

  • red value is 167;
  • green value is 147;
  • blue value is 155.
RGB:
(167,147,155)
(65%,58%,61%)

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 155 of 255 = 61%

167
147
155

R + G + B ~ 61%. #A7939B is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 155 = 469 (100%)
R 167 of 469 ~ 35.61%
G 147 of 469 ~ 31.34%
B 155 of 469 ~ 33.05%

%35.61
%31.34
%33.05

CMYK color model

#A7939B color CMYK value is (0,12,7,35).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 7.19%
  • key color value is 34.51%
CMYK:
(0,12,7,35)
C0M12Y7K35 
(0%,12%,7%,35%)
(0.00/0.12/0.07/0.35)	

CMYK percentages

%0
%11.98
%7.19
%34.51

Codes

Color #A7939B in popluar color models

A7939B
RGB167147155
HSL336°10.20%61.57%
HSB/HSV336°11.98%65.49%
CMYK0.00%11.98%7.19%
34.51%

Color #A7939B in popluar number systems.

HEXA7939B
Decimal167147155
Binary101001111001001110011011
Octal247223233

Shades and tints

Shades of #A7939B

#A7939B
(167,147,155)
#98868D
(152,134,141)
#89797F
(137,121,127)
#7A6C71
(122,108,113)
#6B5F63
(107,95,99)
#5C5255
(92,82,85)
#4D4547
(77,69,71)
#3E3839
(62,56,57)
#2F2B2B
(47,43,43)
#201E1D
(32,30,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #A7939B

#A7939B
(167,147,155)
#AF9CA4
(175,156,164)
#B7A5AD
(183,165,173)
#BFAEB6
(191,174,182)
#C7B7BF
(199,183,191)
#CFC0C8
(207,192,200)
#D7C9D1
(215,201,209)
#DFD2DA
(223,210,218)
#E7DBE3
(231,219,227)
#EFE4EC
(239,228,236)
#F7EDF5
(247,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7939B color. Also use rgb(167,147,155) instead hex code.

Text Font Color

.myTextColor { color: #A7939B; }

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

This text font color is #A7939B.


Background Color

.myBgColor { background-color: #A7939B; }

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

This div background color is #A7939B.


Border color

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

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

This div border color is #A7939B.


Opacity

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

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

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

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

This text has shadow with #A7939B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7939B on black background.


Color preview on white background

This text has color #A7939B on white background.



Black color preview on #A7939B background

This text has black color on #A7939B background.


White color preview on #A7939B background

This text has white color on #A7939B background.