COLOR #A0889D

HEX: #A0889D
RGB: (160,136,157)

Color info

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

RGB color model

#A0889D color RGB value is (160,136,157).

  • red value is 160;
  • green value is 136;
  • blue value is 157.
RGB:
(160,136,157)
(63%,53%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 136 of 255 = 53%
B 157 of 255 = 62%

160
136
157

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

Portions of RGB colors in percentages

R + G + B =
160 + 136 + 157 = 453 (100%)
R 160 of 453 ~ 35.32%
G 136 of 453 ~ 30.02%
B 157 of 453 ~ 34.66%

%35.32
%30.02
%34.66

CMYK color model

#A0889D color CMYK value is (0,15,2,37).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 1.87%
  • key color value is 37.25%
CMYK:
(0,15,2,37)
C0M15Y2K37 
(0%,15%,2%,37%)
(0.00/0.15/0.02/0.37)	

CMYK percentages

%0
%15
%1.87
%37.25

Codes

Color #A0889D in popluar color models

A0889D
RGB160136157
HSL308°11.21%58.04%
HSB/HSV308°15.00%62.75%
CMYK0.00%15.00%1.87%
37.25%

Color #A0889D in popluar number systems.

HEXA0889D
Decimal160136157
Binary101000001000100010011101
Octal240210235

Shades and tints

Shades of #A0889D

#A0889D
(160,136,157)
#927C8F
(146,124,143)
#847081
(132,112,129)
#766473
(118,100,115)
#685865
(104,88,101)
#5A4C57
(90,76,87)
#4C4049
(76,64,73)
#3E343B
(62,52,59)
#30282D
(48,40,45)
#221C1F
(34,28,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #A0889D

#A0889D
(160,136,157)
#A892A5
(168,146,165)
#B09CAD
(176,156,173)
#B8A6B5
(184,166,181)
#C0B0BD
(192,176,189)
#C8BAC5
(200,186,197)
#D0C4CD
(208,196,205)
#D8CED5
(216,206,213)
#E0D8DD
(224,216,221)
#E8E2E5
(232,226,229)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0889D color. Also use rgb(160,136,157) instead hex code.

Text Font Color

.myTextColor { color: #A0889D; }

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

This text font color is #A0889D.


Background Color

.myBgColor { background-color: #A0889D; }

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

This div background color is #A0889D.


Border color

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

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

This div border color is #A0889D.


Opacity

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

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

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

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

This text has shadow with #A0889D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0889D on black background.


Color preview on white background

This text has color #A0889D on white background.



Black color preview on #A0889D background

This text has black color on #A0889D background.


White color preview on #A0889D background

This text has white color on #A0889D background.