COLOR #A8877F

HEX: #A8877F
RGB: (168,135,127)

Color info

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

RGB color model

#A8877F color RGB value is (168,135,127).

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

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 127 of 255 = 50%

168
135
127

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 127 = 430 (100%)
R 168 of 430 ~ 39.07%
G 135 of 430 ~ 31.4%
B 127 of 430 ~ 29.53%

%39.07
%31.4
%29.53

CMYK color model

#A8877F color CMYK value is (0,20,24,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 24.40%
  • key color value is 34.12%
CMYK:
(0,20,24,34)
C0M20Y24K34 
(0%,20%,24%,34%)
(0.00/0.20/0.24/0.34)	

CMYK percentages

%0
%19.64
%24.4
%34.12

Codes

Color #A8877F in popluar color models

A8877F
RGB168135127
HSL12°19.07%57.84%
HSB/HSV12°24.40%65.88%
CMYK0.00%19.64%24.40%
34.12%

Color #A8877F in popluar number systems.

HEXA8877F
Decimal168135127
Binary10101000100001111111111
Octal250207177

Shades and tints

Shades of #A8877F

#A8877F
(168,135,127)
#997B74
(153,123,116)
#8A6F69
(138,111,105)
#7B635E
(123,99,94)
#6C5753
(108,87,83)
#5D4B48
(93,75,72)
#4E3F3D
(78,63,61)
#3F3332
(63,51,50)
#302727
(48,39,39)
#211B1C
(33,27,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #A8877F

#A8877F
(168,135,127)
#AF918A
(175,145,138)
#B69B95
(182,155,149)
#BDA5A0
(189,165,160)
#C4AFAB
(196,175,171)
#CBB9B6
(203,185,182)
#D2C3C1
(210,195,193)
#D9CDCC
(217,205,204)
#E0D7D7
(224,215,215)
#E7E1E2
(231,225,226)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8877F; }

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

This text font color is #A8877F.


Background Color

.myBgColor { background-color: #A8877F; }

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

This div background color is #A8877F.


Border color

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

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

This div border color is #A8877F.


Opacity

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

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

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

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

This text has shadow with #A8877F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8877F on black background.


Color preview on white background

This text has color #A8877F on white background.



Black color preview on #A8877F background

This text has black color on #A8877F background.


White color preview on #A8877F background

This text has white color on #A8877F background.