COLOR #A8887E

HEX: #A8887E
RGB: (168,136,126)

Color info

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

RGB color model

#A8887E color RGB value is (168,136,126).

  • red value is 168;
  • green value is 136;
  • blue value is 126.
RGB:
(168,136,126)
(66%,53%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 126 of 255 = 49%

168
136
126

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

Portions of RGB colors in percentages

R + G + B =
168 + 136 + 126 = 430 (100%)
R 168 of 430 ~ 39.07%
G 136 of 430 ~ 31.63%
B 126 of 430 ~ 29.3%

%39.07
%31.63
%29.3

CMYK color model

#A8887E color CMYK value is (0,19,25,34).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 25.00%
  • key color value is 34.12%
CMYK:
(0,19,25,34)
C0M19Y25K34 
(0%,19%,25%,34%)
(0.00/0.19/0.25/0.34)	

CMYK percentages

%0
%19.05
%25
%34.12

Codes

Color #A8887E in popluar color models

A8887E
RGB168136126
HSL14°19.44%57.65%
HSB/HSV14°25.00%65.88%
CMYK0.00%19.05%25.00%
34.12%

Color #A8887E in popluar number systems.

HEXA8887E
Decimal168136126
Binary10101000100010001111110
Octal250210176

Shades and tints

Shades of #A8887E

#A8887E
(168,136,126)
#997C73
(153,124,115)
#8A7068
(138,112,104)
#7B645D
(123,100,93)
#6C5852
(108,88,82)
#5D4C47
(93,76,71)
#4E403C
(78,64,60)
#3F3431
(63,52,49)
#302826
(48,40,38)
#211C1B
(33,28,27)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #A8887E

#A8887E
(168,136,126)
#AF9289
(175,146,137)
#B69C94
(182,156,148)
#BDA69F
(189,166,159)
#C4B0AA
(196,176,170)
#CBBAB5
(203,186,181)
#D2C4C0
(210,196,192)
#D9CECB
(217,206,203)
#E0D8D6
(224,216,214)
#E7E2E1
(231,226,225)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8887E color. Also use rgb(168,136,126) instead hex code.

Text Font Color

.myTextColor { color: #A8887E; }

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

This text font color is #A8887E.


Background Color

.myBgColor { background-color: #A8887E; }

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

This div background color is #A8887E.


Border color

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

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

This div border color is #A8887E.


Opacity

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

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

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

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

This text has shadow with #A8887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8887E on black background.


Color preview on white background

This text has color #A8887E on white background.



Black color preview on #A8887E background

This text has black color on #A8887E background.


White color preview on #A8887E background

This text has white color on #A8887E background.