COLOR #A88796

HEX: #A88796 RGB: (168,135,150)

Color info

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

RGB color model

#A88796 color RGB value is (168,135,150).

RGB: (168,135,150) (66%, 53%, 59%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 150 of 255 = 59%

168
135
150

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

Portions of RGB colors in percentages

R + G + B = 168 + 135 + 150 = 453 (100%)
R 168 of 453 ~ 37.09%
G 135 of 453 ~ 29.8%
B 150 of 453 ~ 33.11'%

%37.09
%29.8
%33.11

CMYK color model

#A88796 color CMYK value is (0,20,11,34).

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

CMYK: (0,20,11,34)
C0M20Y11K34 (0%, 20%, 11%, 34%)
(0.00 / 0.20 / 0.11 / 0.34)

CMYK percentages

%0
%19.64
%10.71
%34.12

Codes

Color #A88796 in popluar color models

A8 87 96
RGB 168 135 150
HSL 333° 15.94% 59.41%
HSB/HSV 333° 19.64% 65.88%
CMYK 0.00% 19.64% 10.71%
34.12%

Color #A88796 in popluar number systems.

HEX A8 87 96
Decimal 168 135 150
Binary 10101000 10000111 10010110
Octal 250 207 226

Shades and tints

Shades of #A88796

#A88796
(168,135,150)
#997B89
(153,123,137)
#8A6F7C
(138,111,124)
#7B636F
(123,99,111)
#6C5762
(108,87,98)
#5D4B55
(93,75,85)
#4E3F48
(78,63,72)
#3F333B
(63,51,59)
#30272E
(48,39,46)
#211B21
(33,27,33)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #A88796

#A88796
(168,135,150)
#AF919F
(175,145,159)
#B69BA8
(182,155,168)
#BDA5B1
(189,165,177)
#C4AFBA
(196,175,186)
#CBB9C3
(203,185,195)
#D2C3CC
(210,195,204)
#D9CDD5
(217,205,213)
#E0D7DE
(224,215,222)
#E7E1E7
(231,225,231)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88796; }

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

This text font color is #A88796.

Background Color

.myBgColor { background-color: #A88796; }

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

This div background color is #A88796.

Border color

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

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

This div border color is #A88796.

Opacity

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

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

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

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

This text has shadow with #A88796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88796.

Preview

Color preview on black background

This text has color #A88796 on black background.


Color preview on white background

This text has color #A88796 on white background.


Black color preview on #A88796 background

This text has black color on #A88796 background.


White color preview on #A88796 background

This text has white color on #A88796 background.


Related colors

Complementary color

Complementary color for #hex is #577869.


I love getcolorcode.com

Triadic colors

1 #96A887 and #8796A8 with #A88796 are triadic colors.

2 #9687A8 and #87A896 with #A88796 are triadic colors.