COLOR #A7938F

HEX: #A7938F
RGB: (167,147,143)

Color info

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

RGB color model

#A7938F color RGB value is (167,147,143).

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

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 143 of 255 = 56%

167
147
143

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

Portions of RGB colors in percentages

R + G + B =
167 + 147 + 143 = 457 (100%)
R 167 of 457 ~ 36.54%
G 147 of 457 ~ 32.17%
B 143 of 457 ~ 31.29%

%36.54
%32.17
%31.29

CMYK color model

#A7938F color CMYK value is (0,12,14,35).

  • cyan value is 0.00%
  • magenta value is 11.98%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK:
(0,12,14,35)
C0M12Y14K35 
(0%,12%,14%,35%)
(0.00/0.12/0.14/0.35)	

CMYK percentages

%0
%11.98
%14.37
%34.51

Codes

Color #A7938F in popluar color models

A7938F
RGB167147143
HSL10°12.00%60.78%
HSB/HSV10°14.37%65.49%
CMYK0.00%11.98%14.37%
34.51%

Color #A7938F in popluar number systems.

HEXA7938F
Decimal167147143
Binary101001111001001110001111
Octal247223217

Shades and tints

Shades of #A7938F

#A7938F
(167,147,143)
#988682
(152,134,130)
#897975
(137,121,117)
#7A6C68
(122,108,104)
#6B5F5B
(107,95,91)
#5C524E
(92,82,78)
#4D4541
(77,69,65)
#3E3834
(62,56,52)
#2F2B27
(47,43,39)
#201E1A
(32,30,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #A7938F

#A7938F
(167,147,143)
#AF9C99
(175,156,153)
#B7A5A3
(183,165,163)
#BFAEAD
(191,174,173)
#C7B7B7
(199,183,183)
#CFC0C1
(207,192,193)
#D7C9CB
(215,201,203)
#DFD2D5
(223,210,213)
#E7DBDF
(231,219,223)
#EFE4E9
(239,228,233)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7938F; }

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

This text font color is #A7938F.


Background Color

.myBgColor { background-color: #A7938F; }

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

This div background color is #A7938F.


Border color

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

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

This div border color is #A7938F.


Opacity

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

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

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

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

This text has shadow with #A7938F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7938F on black background.


Color preview on white background

This text has color #A7938F on white background.



Black color preview on #A7938F background

This text has black color on #A7938F background.


White color preview on #A7938F background

This text has white color on #A7938F background.