COLOR #A87897

HEX: #A87897 RGB: (168,120,151)

Color info

#A87897 contains red, green and blue colors in about the same proportion. Web safe color of #A87897 is #996699 (or #969).

RGB color model

#A87897 color RGB value is (168,120,151).

RGB: (168,120,151) (66%, 47%, 59%)

RGB channels and saturation

R 168 of 255 = 66%
G 120 of 255 = 47%
B 151 of 255 = 59%

168
120
151

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

Portions of RGB colors in percentages

R + G + B = 168 + 120 + 151 = 439 (100%)
R 168 of 439 ~ 38.27%
G 120 of 439 ~ 27.33%
B 151 of 439 ~ 34.4'%

%38.27
%27.33
%34.4

CMYK color model

#A87897 color CMYK value is (0,29,10,34).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 10.12%
  • key color value is 34.12%

CMYK: (0,29,10,34)
C0M29Y10K34 (0%, 29%, 10%, 34%)
(0.00 / 0.29 / 0.10 / 0.34)

CMYK percentages

%0
%28.57
%10.12
%34.12

Codes

Color #A87897 in popluar color models

A8 78 97
RGB 168 120 151
HSL 321° 21.62% 56.47%
HSB/HSV 321° 28.57% 65.88%
CMYK 0.00% 28.57% 10.12%
34.12%

Color #A87897 in popluar number systems.

HEX A8 78 97
Decimal 168 120 151
Binary 10101000 1111000 10010111
Octal 250 170 227

Shades and tints

Shades of #A87897

#A87897
(168,120,151)
#996E8A
(153,110,138)
#8A647D
(138,100,125)
#7B5A70
(123,90,112)
#6C5063
(108,80,99)
#5D4656
(93,70,86)
#4E3C49
(78,60,73)
#3F323C
(63,50,60)
#30282F
(48,40,47)
#211E22
(33,30,34)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #A87897

#A87897
(168,120,151)
#AF84A0
(175,132,160)
#B690A9
(182,144,169)
#BD9CB2
(189,156,178)
#C4A8BB
(196,168,187)
#CBB4C4
(203,180,196)
#D2C0CD
(210,192,205)
#D9CCD6
(217,204,214)
#E0D8DF
(224,216,223)
#E7E4E8
(231,228,232)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87897; }

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

This text font color is #A87897.

Background Color

.myBgColor { background-color: #A87897; }

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

This div background color is #A87897.

Border color

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

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

This div border color is #A87897.

Opacity

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

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

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

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

This text has shadow with #A87897 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87897.

Preview

Color preview on black background

This text has color #A87897 on black background.


Color preview on white background

This text has color #A87897 on white background.


Black color preview on #A87897 background

This text has black color on #A87897 background.


White color preview on #A87897 background

This text has white color on #A87897 background.


Related colors

Complementary color

Complementary color for #hex is #578768.


I love getcolorcode.com

Triadic colors

1 #97A878 and #7897A8 with #A87897 are triadic colors.

2 #9778A8 and #78A897 with #A87897 are triadic colors.