COLOR #A8877A

HEX: #A8877A RGB: (168,135,122)

Color info

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

RGB color model

#A8877A color RGB value is (168,135,122).

RGB: (168,135,122) (66%, 53%, 48%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 122 of 255 = 48%

168
135
122

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

Portions of RGB colors in percentages

R + G + B = 168 + 135 + 122 = 425 (100%)
R 168 of 425 ~ 39.53%
G 135 of 425 ~ 31.76%
B 122 of 425 ~ 28.71'%

%39.53
%31.76
%28.71

CMYK color model

#A8877A color CMYK value is (0,20,27,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 27.38%
  • key color value is 34.12%

CMYK: (0,20,27,34)
C0M20Y27K34 (0%, 20%, 27%, 34%)
(0.00 / 0.20 / 0.27 / 0.34)

CMYK percentages

%0
%19.64
%27.38
%34.12

Codes

Color #A8877A in popluar color models

A8 87 7A
RGB 168 135 122
HSL 17° 20.91% 56.86%
HSB/HSV 17° 27.38% 65.88%
CMYK 0.00% 19.64% 27.38%
34.12%

Color #A8877A in popluar number systems.

HEX A8 87 7A
Decimal 168 135 122
Binary 10101000 10000111 1111010
Octal 250 207 172

Shades and tints

Shades of #A8877A

#A8877A
(168,135,122)
#997B6F
(153,123,111)
#8A6F64
(138,111,100)
#7B6359
(123,99,89)
#6C574E
(108,87,78)
#5D4B43
(93,75,67)
#4E3F38
(78,63,56)
#3F332D
(63,51,45)
#302722
(48,39,34)
#211B17
(33,27,23)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #A8877A

#A8877A
(168,135,122)
#AF9186
(175,145,134)
#B69B92
(182,155,146)
#BDA59E
(189,165,158)
#C4AFAA
(196,175,170)
#CBB9B6
(203,185,182)
#D2C3C2
(210,195,194)
#D9CDCE
(217,205,206)
#E0D7DA
(224,215,218)
#E7E1E6
(231,225,230)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8877A; }

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

This text font color is #A8877A.

Background Color

.myBgColor { background-color: #A8877A; }

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

This div background color is #A8877A.

Border color

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

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

This div border color is #A8877A.

Opacity

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

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

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

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

This text has shadow with #A8877A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8877A.

Preview

Color preview on black background

This text has color #A8877A on black background.


Color preview on white background

This text has color #A8877A on white background.


Black color preview on #A8877A background

This text has black color on #A8877A background.


White color preview on #A8877A background

This text has white color on #A8877A background.


Related colors

Complementary color

Complementary color for #hex is #577885.


I love getcolorcode.com

Triadic colors

1 #7AA887 and #877AA8 with #A8877A are triadic colors.

2 #7A87A8 and #87A87A with #A8877A are triadic colors.