COLOR #A5989F

HEX: #A5989F
RGB: (165,152,159)

Color info

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

RGB color model

#A5989F color RGB value is (165,152,159).

  • red value is 165;
  • green value is 152;
  • blue value is 159.
RGB:
(165,152,159)
(65%,60%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 159 of 255 = 62%

165
152
159

R + G + B ~ 62%. #A5989F is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 159 = 476 (100%)
R 165 of 476 ~ 34.66%
G 152 of 476 ~ 31.93%
B 159 of 476 ~ 33.4%

%34.66
%31.93
%33.4

CMYK color model

#A5989F color CMYK value is (0,8,4,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 3.64%
  • key color value is 35.29%
CMYK:
(0,8,4,35)
C0M8Y4K35 
(0%,8%,4%,35%)
(0.00/0.08/0.04/0.35)	

CMYK percentages

%0
%7.88
%3.64
%35.29

Codes

Color #A5989F in popluar color models

A5989F
RGB165152159
HSL328°6.74%62.16%
HSB/HSV328°7.88%64.71%
CMYK0.00%7.88%3.64%
35.29%

Color #A5989F in popluar number systems.

HEXA5989F
Decimal165152159
Binary101001011001100010011111
Octal245230237

Shades and tints

Shades of #A5989F

#A5989F
(165,152,159)
#968B91
(150,139,145)
#877E83
(135,126,131)
#787175
(120,113,117)
#696467
(105,100,103)
#5A5759
(90,87,89)
#4B4A4B
(75,74,75)
#3C3D3D
(60,61,61)
#2D302F
(45,48,47)
#1E2321
(30,35,33)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A5989F

#A5989F
(165,152,159)
#ADA1A7
(173,161,167)
#B5AAAF
(181,170,175)
#BDB3B7
(189,179,183)
#C5BCBF
(197,188,191)
#CDC5C7
(205,197,199)
#D5CECF
(213,206,207)
#DDD7D7
(221,215,215)
#E5E0DF
(229,224,223)
#EDE9E7
(237,233,231)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5989F color. Also use rgb(165,152,159) instead hex code.

Text Font Color

.myTextColor { color: #A5989F; }

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

This text font color is #A5989F.


Background Color

.myBgColor { background-color: #A5989F; }

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

This div background color is #A5989F.


Border color

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

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

This div border color is #A5989F.


Opacity

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

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

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

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

This text has shadow with #A5989F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5989F on black background.


Color preview on white background

This text has color #A5989F on white background.



Black color preview on #A5989F background

This text has black color on #A5989F background.


White color preview on #A5989F background

This text has white color on #A5989F background.