COLOR #A7939C

HEX: #A7939C RGB: (167,147,156)

Color info

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

RGB color model

#A7939C color RGB value is (167,147,156).

RGB: (167,147,156) (65%, 58%, 61%)

RGB channels and saturation

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

167
147
156

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

Portions of RGB colors in percentages

R + G + B = 167 + 147 + 156 = 470 (100%)
R 167 of 470 ~ 35.53%
G 147 of 470 ~ 31.28%
B 156 of 470 ~ 33.19'%

%35.53
%31.28
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 6.59%
  • 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
%6.59
%34.51

Codes

Color #A7939C in popluar color models

A7 93 9C
RGB 167 147 156
HSL 333° 10.20% 61.57%
HSB/HSV 333° 11.98% 65.49%
CMYK 0.00% 11.98% 6.59%
34.51%

Color #A7939C in popluar number systems.

HEX A7 93 9C
Decimal 167 147 156
Binary 10100111 10010011 10011100
Octal 247 223 234

Shades and tints

Shades of #A7939C

#A7939C
(167,147,156)
#98868E
(152,134,142)
#897980
(137,121,128)
#7A6C72
(122,108,114)
#6B5F64
(107,95,100)
#5C5256
(92,82,86)
#4D4548
(77,69,72)
#3E383A
(62,56,58)
#2F2B2C
(47,43,44)
#201E1E
(32,30,30)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #A7939C

#A7939C
(167,147,156)
#AF9CA5
(175,156,165)
#B7A5AE
(183,165,174)
#BFAEB7
(191,174,183)
#C7B7C0
(199,183,192)
#CFC0C9
(207,192,201)
#D7C9D2
(215,201,210)
#DFD2DB
(223,210,219)
#E7DBE4
(231,219,228)
#EFE4ED
(239,228,237)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7939C; }

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

This text font color is #A7939C.

Background Color

.myBgColor { background-color: #A7939C; }

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

This div background color is #A7939C.

Border color

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

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

This div border color is #A7939C.

Opacity

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

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

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

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

This text has shadow with #A7939C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7939C.

Preview

Color preview on black background

This text has color #A7939C on black background.


Color preview on white background

This text has color #A7939C on white background.


Black color preview on #A7939C background

This text has black color on #A7939C background.


White color preview on #A7939C background

This text has white color on #A7939C background.


Related colors

Complementary color

Complementary color for #hex is #586C63.


I love getcolorcode.com

Triadic colors

1 #9CA793 and #939CA7 with #A7939C are triadic colors.

2 #9C93A7 and #93A79C with #A7939C are triadic colors.