COLOR #A8887A

HEX: #A8887A RGB: (168,136,122)

Color info

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

RGB color model

#A8887A color RGB value is (168,136,122).

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

RGB channels and saturation

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

168
136
122

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

Portions of RGB colors in percentages

R + G + B = 168 + 136 + 122 = 426 (100%)
R 168 of 426 ~ 39.44%
G 136 of 426 ~ 31.92%
B 122 of 426 ~ 28.64'%

%39.44
%31.92
%28.64

CMYK color model

#A8887A color CMYK value is (0,19,27,34).

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

CMYK: (0,19,27,34)
C0M19Y27K34 (0%, 19%, 27%, 34%)
(0.00 / 0.19 / 0.27 / 0.34)

CMYK percentages

%0
%19.05
%27.38
%34.12

Codes

Color #A8887A in popluar color models

A8 88 7A
RGB 168 136 122
HSL 18° 20.91% 56.86%
HSB/HSV 18° 27.38% 65.88%
CMYK 0.00% 19.05% 27.38%
34.12%

Color #A8887A in popluar number systems.

HEX A8 88 7A
Decimal 168 136 122
Binary 10101000 10001000 1111010
Octal 250 210 172

Shades and tints

Shades of #A8887A

#A8887A
(168,136,122)
#997C6F
(153,124,111)
#8A7064
(138,112,100)
#7B6459
(123,100,89)
#6C584E
(108,88,78)
#5D4C43
(93,76,67)
#4E4038
(78,64,56)
#3F342D
(63,52,45)
#302822
(48,40,34)
#211C17
(33,28,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #A8887A

#A8887A
(168,136,122)
#AF9286
(175,146,134)
#B69C92
(182,156,146)
#BDA69E
(189,166,158)
#C4B0AA
(196,176,170)
#CBBAB6
(203,186,182)
#D2C4C2
(210,196,194)
#D9CECE
(217,206,206)
#E0D8DA
(224,216,218)
#E7E2E6
(231,226,230)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8887A; }

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

This text font color is #A8887A.

Background Color

.myBgColor { background-color: #A8887A; }

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

This div background color is #A8887A.

Border color

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

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

This div border color is #A8887A.

Opacity

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

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

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

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

This text has shadow with #A8887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8887A.

Preview

Color preview on black background

This text has color #A8887A on black background.


Color preview on white background

This text has color #A8887A on white background.


Black color preview on #A8887A background

This text has black color on #A8887A background.


White color preview on #A8887A background

This text has white color on #A8887A background.


Related colors

Complementary color

Complementary color for #hex is #577785.


I love getcolorcode.com

Triadic colors

1 #7AA888 and #887AA8 with #A8887A are triadic colors.

2 #7A88A8 and #88A87A with #A8887A are triadic colors.