COLOR #A0899F

HEX: #A0899F RGB: (160,137,159)

Color info

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

RGB color model

#A0899F color RGB value is (160,137,159).

RGB: (160,137,159) (63%, 54%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 159 of 255 = 62%

160
137
159

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

Portions of RGB colors in percentages

R + G + B = 160 + 137 + 159 = 456 (100%)
R 160 of 456 ~ 35.09%
G 137 of 456 ~ 30.04%
B 159 of 456 ~ 34.87'%

%35.09
%30.04
%34.87

CMYK color model

#A0899F color CMYK value is (0,14,1,37).

  • cyan value is 0.00%
  • magenta value is 14.38%
  • yellow value is 0.62%
  • key color value is 37.25%

CMYK: (0,14,1,37)
C0M14Y1K37 (0%, 14%, 1%, 37%)
(0.00 / 0.14 / 0.01 / 0.37)

CMYK percentages

%0
%14.38
%0.62
%37.25

Codes

Color #A0899F in popluar color models

A0 89 9F
RGB 160 137 159
HSL 303° 10.80% 58.24%
HSB/HSV 303° 14.38% 62.75%
CMYK 0.00% 14.38% 0.62%
37.25%

Color #A0899F in popluar number systems.

HEX A0 89 9F
Decimal 160 137 159
Binary 10100000 10001001 10011111
Octal 240 211 237

Shades and tints

Shades of #A0899F

#A0899F
(160,137,159)
#927D91
(146,125,145)
#847183
(132,113,131)
#766575
(118,101,117)
#685967
(104,89,103)
#5A4D59
(90,77,89)
#4C414B
(76,65,75)
#3E353D
(62,53,61)
#30292F
(48,41,47)
#221D21
(34,29,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A0899F

#A0899F
(160,137,159)
#A893A7
(168,147,167)
#B09DAF
(176,157,175)
#B8A7B7
(184,167,183)
#C0B1BF
(192,177,191)
#C8BBC7
(200,187,199)
#D0C5CF
(208,197,207)
#D8CFD7
(216,207,215)
#E0D9DF
(224,217,223)
#E8E3E7
(232,227,231)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0899F color. Also use rgb(160,137,159) instead hex code.

Text Font Color

.myTextColor { color: #A0899F; }

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

This text font color is #A0899F.

Background Color

.myBgColor { background-color: #A0899F; }

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

This div background color is #A0899F.

Border color

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

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

This div border color is #A0899F.

Opacity

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

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

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

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

This text has shadow with #A0899F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0899F.

Preview

Color preview on black background

This text has color #A0899F on black background.


Color preview on white background

This text has color #A0899F on white background.


Black color preview on #A0899F background

This text has black color on #A0899F background.


White color preview on #A0899F background

This text has white color on #A0899F background.


Related colors

Complementary color

Complementary color for #hex is #5F7660.


I love getcolorcode.com

Triadic colors

1 #9FA089 and #899FA0 with #A0899F are triadic colors.

2 #9F89A0 and #89A09F with #A0899F are triadic colors.