COLOR #A8877E

HEX: #A8877E
RGB: (168,135,126)

Color info

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

RGB color model

#A8877E color RGB value is (168,135,126).

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

RGB channels and saturation

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

168
135
126

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 126 = 429 (100%)
R 168 of 429 ~ 39.16%
G 135 of 429 ~ 31.47%
B 126 of 429 ~ 29.37%

%39.16
%31.47
%29.37

CMYK color model

#A8877E color CMYK value is (0,20,25,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 25.00%
  • key color value is 34.12%
CMYK:
(0,20,25,34)
C0M20Y25K34 
(0%,20%,25%,34%)
(0.00/0.20/0.25/0.34)	

CMYK percentages

%0
%19.64
%25
%34.12

Codes

Color #A8877E in popluar color models

A8877E
RGB168135126
HSL13°19.44%57.65%
HSB/HSV13°25.00%65.88%
CMYK0.00%19.64%25.00%
34.12%

Color #A8877E in popluar number systems.

HEXA8877E
Decimal168135126
Binary10101000100001111111110
Octal250207176

Shades and tints

Shades of #A8877E

#A8877E
(168,135,126)
#997B73
(153,123,115)
#8A6F68
(138,111,104)
#7B635D
(123,99,93)
#6C5752
(108,87,82)
#5D4B47
(93,75,71)
#4E3F3C
(78,63,60)
#3F3331
(63,51,49)
#302726
(48,39,38)
#211B1B
(33,27,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #A8877E

#A8877E
(168,135,126)
#AF9189
(175,145,137)
#B69B94
(182,155,148)
#BDA59F
(189,165,159)
#C4AFAA
(196,175,170)
#CBB9B5
(203,185,181)
#D2C3C0
(210,195,192)
#D9CDCB
(217,205,203)
#E0D7D6
(224,215,214)
#E7E1E1
(231,225,225)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8877E; }

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

This text font color is #A8877E.


Background Color

.myBgColor { background-color: #A8877E; }

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

This div background color is #A8877E.


Border color

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

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

This div border color is #A8877E.


Opacity

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

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

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

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

This text has shadow with #A8877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8877E on black background.


Color preview on white background

This text has color #A8877E on white background.



Black color preview on #A8877E background

This text has black color on #A8877E background.


White color preview on #A8877E background

This text has white color on #A8877E background.