COLOR #A7988D

HEX: #A7988D
RGB: (167,152,141)

Color info

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

RGB color model

#A7988D color RGB value is (167,152,141).

  • red value is 167;
  • green value is 152;
  • blue value is 141.
RGB:
(167,152,141)
(65%,60%,55%)

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 141 of 255 = 55%

167
152
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 152 + 141 = 460 (100%)
R 167 of 460 ~ 36.3%
G 152 of 460 ~ 33.04%
B 141 of 460 ~ 30.65%

%36.3
%33.04
%30.65

CMYK color model

#A7988D color CMYK value is (0,9,16,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(0,9,16,35)
C0M9Y16K35 
(0%,9%,16%,35%)
(0.00/0.09/0.16/0.35)	

CMYK percentages

%0
%8.98
%15.57
%34.51

Codes

Color #A7988D in popluar color models

A7988D
RGB167152141
HSL25°12.87%60.39%
HSB/HSV25°15.57%65.49%
CMYK0.00%8.98%15.57%
34.51%

Color #A7988D in popluar number systems.

HEXA7988D
Decimal167152141
Binary101001111001100010001101
Octal247230215

Shades and tints

Shades of #A7988D

#A7988D
(167,152,141)
#988B81
(152,139,129)
#897E75
(137,126,117)
#7A7169
(122,113,105)
#6B645D
(107,100,93)
#5C5751
(92,87,81)
#4D4A45
(77,74,69)
#3E3D39
(62,61,57)
#2F302D
(47,48,45)
#202321
(32,35,33)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7988D

#A7988D
(167,152,141)
#AFA197
(175,161,151)
#B7AAA1
(183,170,161)
#BFB3AB
(191,179,171)
#C7BCB5
(199,188,181)
#CFC5BF
(207,197,191)
#D7CEC9
(215,206,201)
#DFD7D3
(223,215,211)
#E7E0DD
(231,224,221)
#EFE9E7
(239,233,231)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7988D color. Also use rgb(167,152,141) instead hex code.

Text Font Color

.myTextColor { color: #A7988D; }

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

This text font color is #A7988D.


Background Color

.myBgColor { background-color: #A7988D; }

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

This div background color is #A7988D.


Border color

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

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

This div border color is #A7988D.


Opacity

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

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

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

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

This text has shadow with #A7988D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7988D on black background.


Color preview on white background

This text has color #A7988D on white background.



Black color preview on #A7988D background

This text has black color on #A7988D background.


White color preview on #A7988D background

This text has white color on #A7988D background.