COLOR #A88986

HEX: #A88986 RGB: (168,137,134)

Color info

#A88986 contains red, green and blue colors in about the same proportion. Web safe color of #A88986 is #999999 (or #999).

RGB color model

#A88986 color RGB value is (168,137,134).

RGB: (168,137,134) (66%, 54%, 53%)

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 134 of 255 = 53%

168
137
134

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

Portions of RGB colors in percentages

R + G + B = 168 + 137 + 134 = 439 (100%)
R 168 of 439 ~ 38.27%
G 137 of 439 ~ 31.21%
B 134 of 439 ~ 30.52'%

%38.27
%31.21
%30.52

CMYK color model

#A88986 color CMYK value is (0,18,20,34).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 20.24%
  • key color value is 34.12%

CMYK: (0,18,20,34)
C0M18Y20K34 (0%, 18%, 20%, 34%)
(0.00 / 0.18 / 0.20 / 0.34)

CMYK percentages

%0
%18.45
%20.24
%34.12

Codes

Color #A88986 in popluar color models

A8 89 86
RGB 168 137 134
HSL 16.35% 59.22%
HSB/HSV 20.24% 65.88%
CMYK 0.00% 18.45% 20.24%
34.12%

Color #A88986 in popluar number systems.

HEX A8 89 86
Decimal 168 137 134
Binary 10101000 10001001 10000110
Octal 250 211 206

Shades and tints

Shades of #A88986

#A88986
(168,137,134)
#997D7A
(153,125,122)
#8A716E
(138,113,110)
#7B6562
(123,101,98)
#6C5956
(108,89,86)
#5D4D4A
(93,77,74)
#4E413E
(78,65,62)
#3F3532
(63,53,50)
#302926
(48,41,38)
#211D1A
(33,29,26)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A88986

#A88986
(168,137,134)
#AF9391
(175,147,145)
#B69D9C
(182,157,156)
#BDA7A7
(189,167,167)
#C4B1B2
(196,177,178)
#CBBBBD
(203,187,189)
#D2C5C8
(210,197,200)
#D9CFD3
(217,207,211)
#E0D9DE
(224,217,222)
#E7E3E9
(231,227,233)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88986 color. Also use rgb(168,137,134) instead hex code.

Text Font Color

.myTextColor { color: #A88986; }

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

This text font color is #A88986.

Background Color

.myBgColor { background-color: #A88986; }

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

This div background color is #A88986.

Border color

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

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

This div border color is #A88986.

Opacity

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

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

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

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

This text has shadow with #A88986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88986.

Preview

Color preview on black background

This text has color #A88986 on black background.


Color preview on white background

This text has color #A88986 on white background.


Black color preview on #A88986 background

This text has black color on #A88986 background.


White color preview on #A88986 background

This text has white color on #A88986 background.


Related colors

Complementary color

Complementary color for #hex is #577679.


I love getcolorcode.com

Triadic colors

1 #86A889 and #8986A8 with #A88986 are triadic colors.

2 #8689A8 and #89A886 with #A88986 are triadic colors.