COLOR #A7938C

HEX: #A7938C
RGB: (167,147,140)

Color info

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

RGB color model

#A7938C color RGB value is (167,147,140).

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

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 140 of 255 = 55%

167
147
140

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

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 140 = 454 (100%)
R 167 of 454 ~ 36.78%
G 147 of 454 ~ 32.38%
B 140 of 454 ~ 30.84%

%36.78
%32.38
%30.84

CMYK color model

#A7938C color CMYK value is (0,12,16,35).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(0,12,16,35)
C0M12Y16K35 
(0%,12%,16%,35%)
(0.00/0.12/0.16/0.35)	

CMYK percentages

%0
%11.98
%16.17
%34.51

Codes

Color #A7938C in popluar color models

A7938C
RGB167147140
HSL16°13.30%60.20%
HSB/HSV16°16.17%65.49%
CMYK0.00%11.98%16.17%
34.51%

Color #A7938C in popluar number systems.

HEXA7938C
Decimal167147140
Binary101001111001001110001100
Octal247223214

Shades and tints

Shades of #A7938C

#A7938C
(167,147,140)
#988680
(152,134,128)
#897974
(137,121,116)
#7A6C68
(122,108,104)
#6B5F5C
(107,95,92)
#5C5250
(92,82,80)
#4D4544
(77,69,68)
#3E3838
(62,56,56)
#2F2B2C
(47,43,44)
#201E20
(32,30,32)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A7938C

#A7938C
(167,147,140)
#AF9C96
(175,156,150)
#B7A5A0
(183,165,160)
#BFAEAA
(191,174,170)
#C7B7B4
(199,183,180)
#CFC0BE
(207,192,190)
#D7C9C8
(215,201,200)
#DFD2D2
(223,210,210)
#E7DBDC
(231,219,220)
#EFE4E6
(239,228,230)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7938C; }

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

This text font color is #A7938C.


Background Color

.myBgColor { background-color: #A7938C; }

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

This div background color is #A7938C.


Border color

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

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

This div border color is #A7938C.


Opacity

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

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

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

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

This text has shadow with #A7938C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7938C on black background.


Color preview on white background

This text has color #A7938C on white background.



Black color preview on #A7938C background

This text has black color on #A7938C background.


White color preview on #A7938C background

This text has white color on #A7938C background.