COLOR #A985A5

HEX: #A985A5
RGB: (169,133,165)

Color info

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

RGB color model

#A985A5 color RGB value is (169,133,165).

  • red value is 169;
  • green value is 133;
  • blue value is 165.
RGB:
(169,133,165)
(66%,52%,65%)

RGB channels and saturation

R 169 of 255 = 66%
G 133 of 255 = 52%
B 165 of 255 = 65%

169
133
165

R + G + B ~ 61%. #A985A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 133 + 165 = 467 (100%)
R 169 of 467 ~ 36.19%
G 133 of 467 ~ 28.48%
B 165 of 467 ~ 35.33%

%36.19
%28.48
%35.33

CMYK color model

#A985A5 color CMYK value is (0,21,2,34).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 2.37%
  • key color value is 33.73%
CMYK:
(0,21,2,34)
C0M21Y2K34 
(0%,21%,2%,34%)
(0.00/0.21/0.02/0.34)	

CMYK percentages

%0
%21.3
%2.37
%33.73

Codes

Color #A985A5 in popluar color models

A985A5
RGB169133165
HSL307°17.31%59.22%
HSB/HSV307°21.30%66.27%
CMYK0.00%21.30%2.37%
33.73%

Color #A985A5 in popluar number systems.

HEXA985A5
Decimal169133165
Binary101010011000010110100101
Octal251205245

Shades and tints

Shades of #A985A5

#A985A5
(169,133,165)
#9A7996
(154,121,150)
#8B6D87
(139,109,135)
#7C6178
(124,97,120)
#6D5569
(109,85,105)
#5E495A
(94,73,90)
#4F3D4B
(79,61,75)
#40313C
(64,49,60)
#31252D
(49,37,45)
#22191E
(34,25,30)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #A985A5

#A985A5
(169,133,165)
#B090AD
(176,144,173)
#B79BB5
(183,155,181)
#BEA6BD
(190,166,189)
#C5B1C5
(197,177,197)
#CCBCCD
(204,188,205)
#D3C7D5
(211,199,213)
#DAD2DD
(218,210,221)
#E1DDE5
(225,221,229)
#E8E8ED
(232,232,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A985A5 color. Also use rgb(169,133,165) instead hex code.

Text Font Color

.myTextColor { color: #A985A5; }

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

This text font color is #A985A5.


Background Color

.myBgColor { background-color: #A985A5; }

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

This div background color is #A985A5.


Border color

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

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

This div border color is #A985A5.


Opacity

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

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

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

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

This text has shadow with #A985A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A985A5 on black background.


Color preview on white background

This text has color #A985A5 on white background.



Black color preview on #A985A5 background

This text has black color on #A985A5 background.


White color preview on #A985A5 background

This text has white color on #A985A5 background.