COLOR #A88497

HEX: #A88497 RGB: (168,132,151)

Color info

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

RGB color model

#A88497 color RGB value is (168,132,151).

RGB: (168,132,151) (66%, 52%, 59%)

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 151 of 255 = 59%

168
132
151

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

Portions of RGB colors in percentages

R + G + B = 168 + 132 + 151 = 451 (100%)
R 168 of 451 ~ 37.25%
G 132 of 451 ~ 29.27%
B 151 of 451 ~ 33.48'%

%37.25
%29.27
%33.48

CMYK color model

#A88497 color CMYK value is (0,21,10,34).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 10.12%
  • key color value is 34.12%
CMYK: (0,21,10,34) C0M21Y10K34 (0%,21%,10%,34%) (0.00/0.21/0.10/0.34) 

CMYK percentages

%0
%21.43
%10.12
%34.12

Codes

Color #A88497 in popluar color models

A8 84 97
RGB 168 132 151
HSL 328° 17.14% 58.82%
HSB/HSV 328° 21.43% 65.88%
CMYK 0.00% 21.43% 10.12%
34.12%

Color #A88497 in popluar number systems.

HEX A8 84 97
Decimal 168 132 151
Binary 10101000 10000100 10010111
Octal 250 204 227

Shades and tints

Shades of #A88497

#A88497
(168,132,151)
#99788A
(153,120,138)
#8A6C7D
(138,108,125)
#7B6070
(123,96,112)
#6C5463
(108,84,99)
#5D4856
(93,72,86)
#4E3C49
(78,60,73)
#3F303C
(63,48,60)
#30242F
(48,36,47)
#211822
(33,24,34)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #A88497

#A88497
(168,132,151)
#AF8FA0
(175,143,160)
#B69AA9
(182,154,169)
#BDA5B2
(189,165,178)
#C4B0BB
(196,176,187)
#CBBBC4
(203,187,196)
#D2C6CD
(210,198,205)
#D9D1D6
(217,209,214)
#E0DCDF
(224,220,223)
#E7E7E8
(231,231,232)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88497 color. Also use rgb(168,132,151) instead hex code.

Text Font Color

.myTextColor { color: #A88497; }

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

This text font color is #A88497.

Background Color

.myBgColor { background-color: #A88497; }

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

This div background color is #A88497.

Border color

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

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

This div border color is #A88497.

Opacity

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

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

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

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

This text has shadow with #A88497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88497.

Preview

Color preview on black background

This text has color #A88497 on black background.


Color preview on white background

This text has color #A88497 on white background.


Black color preview on #A88497 background

This text has black color on #A88497 background.


White color preview on #A88497 background

This text has white color on #A88497 background.


Related colors

Complementary color

Complementary color for #hex is #577B68.


I love getcolorcode.com

Triadic colors

1 #97A884 and #8497A8 with #A88497 are triadic colors.

2 #9784A8 and #84A897 with #A88497 are triadic colors.