COLOR #A895AD

HEX: #A895AD
RGB: (168,149,173)

Color info

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

RGB color model

#A895AD color RGB value is (168,149,173).

  • red value is 168;
  • green value is 149;
  • blue value is 173.
RGB:
(168,149,173)
(66%,58%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 173 of 255 = 68%

168
149
173

R + G + B ~ 64%. #A895AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 173 = 490 (100%)
R 168 of 490 ~ 34.29%
G 149 of 490 ~ 30.41%
B 173 of 490 ~ 35.31%

%34.29
%30.41
%35.31

CMYK color model

#A895AD color CMYK value is (3,14,0,32).

  • cyan value is 2.89%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,14,0,32)
C3M14Y0K32 
(3%,14%,0%,32%)
(0.03/0.14/0.00/0.32)	

CMYK percentages

%2.89
%13.87
%0
%32.16

Codes

Color #A895AD in popluar color models

A895AD
RGB168149173
HSL288°12.77%63.14%
HSB/HSV288°13.87%67.84%
CMYK2.89%13.87%0.00%
32.16%

Color #A895AD in popluar number systems.

HEXA895AD
Decimal168149173
Binary101010001001010110101101
Octal250225255

Shades and tints

Shades of #A895AD

#A895AD
(168,149,173)
#99889E
(153,136,158)
#8A7B8F
(138,123,143)
#7B6E80
(123,110,128)
#6C6171
(108,97,113)
#5D5462
(93,84,98)
#4E4753
(78,71,83)
#3F3A44
(63,58,68)
#302D35
(48,45,53)
#212026
(33,32,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #A895AD

#A895AD
(168,149,173)
#AF9EB4
(175,158,180)
#B6A7BB
(182,167,187)
#BDB0C2
(189,176,194)
#C4B9C9
(196,185,201)
#CBC2D0
(203,194,208)
#D2CBD7
(210,203,215)
#D9D4DE
(217,212,222)
#E0DDE5
(224,221,229)
#E7E6EC
(231,230,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A895AD color. Also use rgb(168,149,173) instead hex code.

Text Font Color

.myTextColor { color: #A895AD; }

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

This text font color is #A895AD.


Background Color

.myBgColor { background-color: #A895AD; }

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

This div background color is #A895AD.


Border color

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

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

This div border color is #A895AD.


Opacity

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

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

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

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

This text has shadow with #A895AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A895AD on black background.


Color preview on white background

This text has color #A895AD on white background.



Black color preview on #A895AD background

This text has black color on #A895AD background.


White color preview on #A895AD background

This text has white color on #A895AD background.