COLOR #A87089

HEX: #A87089 RGB: (168,112,137)

Color info

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

RGB color model

#A87089 color RGB value is (168,112,137).

RGB: (168,112,137) (66%, 44%, 54%)

RGB channels and saturation

R 168 of 255 = 66%
G 112 of 255 = 44%
B 137 of 255 = 54%

168
112
137

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

Portions of RGB colors in percentages

R + G + B = 168 + 112 + 137 = 417 (100%)
R 168 of 417 ~ 40.29%
G 112 of 417 ~ 26.86%
B 137 of 417 ~ 32.85'%

%40.29
%26.86
%32.85

CMYK color model

#A87089 color CMYK value is (0,33,18,34).

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

CMYK: (0,33,18,34)
C0M33Y18K34 (0%, 33%, 18%, 34%)
(0.00 / 0.33 / 0.18 / 0.34)

CMYK percentages

%0
%33.33
%18.45
%34.12

Codes

Color #A87089 in popluar color models

A8 70 89
RGB 168 112 137
HSL 333° 24.35% 54.90%
HSB/HSV 333° 33.33% 65.88%
CMYK 0.00% 33.33% 18.45%
34.12%

Color #A87089 in popluar number systems.

HEX A8 70 89
Decimal 168 112 137
Binary 10101000 1110000 10001001
Octal 250 160 211

Shades and tints

Shades of #A87089

#A87089
(168,112,137)
#99667D
(153,102,125)
#8A5C71
(138,92,113)
#7B5265
(123,82,101)
#6C4859
(108,72,89)
#5D3E4D
(93,62,77)
#4E3441
(78,52,65)
#3F2A35
(63,42,53)
#302029
(48,32,41)
#21161D
(33,22,29)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #A87089

#A87089
(168,112,137)
#AF7D93
(175,125,147)
#B68A9D
(182,138,157)
#BD97A7
(189,151,167)
#C4A4B1
(196,164,177)
#CBB1BB
(203,177,187)
#D2BEC5
(210,190,197)
#D9CBCF
(217,203,207)
#E0D8D9
(224,216,217)
#E7E5E3
(231,229,227)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87089; }

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

This text font color is #A87089.

Background Color

.myBgColor { background-color: #A87089; }

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

This div background color is #A87089.

Border color

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

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

This div border color is #A87089.

Opacity

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

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

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

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

This text has shadow with #A87089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87089.

Preview

Color preview on black background

This text has color #A87089 on black background.


Color preview on white background

This text has color #A87089 on white background.


Black color preview on #A87089 background

This text has black color on #A87089 background.


White color preview on #A87089 background

This text has white color on #A87089 background.


Related colors

Complementary color

Complementary color for #hex is #578F76.


I love getcolorcode.com

Triadic colors

1 #89A870 and #7089A8 with #A87089 are triadic colors.

2 #8970A8 and #70A889 with #A87089 are triadic colors.