COLOR #A8987D

HEX: #A8987D
RGB: (168,152,125)

Color info

#A8987D contains red, green and blue colors in about the same proportion. Web safe color of #A8987D is #999966 (or #996).

RGB color model

#A8987D color RGB value is (168,152,125).

  • red value is 168;
  • green value is 152;
  • blue value is 125.
RGB:
(168,152,125)
(66%,60%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 125 of 255 = 49%

168
152
125

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

Portions of RGB colors in percentages

R + G + B =
168 + 152 + 125 = 445 (100%)
R 168 of 445 ~ 37.75%
G 152 of 445 ~ 34.16%
B 125 of 445 ~ 28.09%

%37.75
%34.16
%28.09

CMYK color model

#A8987D color CMYK value is (0,10,26,34).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 25.60%
  • key color value is 34.12%
CMYK:
(0,10,26,34)
C0M10Y26K34 
(0%,10%,26%,34%)
(0.00/0.10/0.26/0.34)	

CMYK percentages

%0
%9.52
%25.6
%34.12

Codes

Color #A8987D in popluar color models

A8987D
RGB168152125
HSL38°19.82%57.45%
HSB/HSV38°25.60%65.88%
CMYK0.00%9.52%25.60%
34.12%

Color #A8987D in popluar number systems.

HEXA8987D
Decimal168152125
Binary10101000100110001111101
Octal250230175

Shades and tints

Shades of #A8987D

#A8987D
(168,152,125)
#998B72
(153,139,114)
#8A7E67
(138,126,103)
#7B715C
(123,113,92)
#6C6451
(108,100,81)
#5D5746
(93,87,70)
#4E4A3B
(78,74,59)
#3F3D30
(63,61,48)
#303025
(48,48,37)
#21231A
(33,35,26)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #A8987D

#A8987D
(168,152,125)
#AFA188
(175,161,136)
#B6AA93
(182,170,147)
#BDB39E
(189,179,158)
#C4BCA9
(196,188,169)
#CBC5B4
(203,197,180)
#D2CEBF
(210,206,191)
#D9D7CA
(217,215,202)
#E0E0D5
(224,224,213)
#E7E9E0
(231,233,224)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8987D color. Also use rgb(168,152,125) instead hex code.

Text Font Color

.myTextColor { color: #A8987D; }

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

This text font color is #A8987D.


Background Color

.myBgColor { background-color: #A8987D; }

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

This div background color is #A8987D.


Border color

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

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

This div border color is #A8987D.


Opacity

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

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

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

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

This text has shadow with #A8987D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8987D on black background.


Color preview on white background

This text has color #A8987D on white background.



Black color preview on #A8987D background

This text has black color on #A8987D background.


White color preview on #A8987D background

This text has white color on #A8987D background.