COLOR #A895A8

HEX: #A895A8
RGB: (168,149,168)

Color info

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

RGB color model

#A895A8 color RGB value is (168,149,168).

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

RGB channels and saturation

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

168
149
168

R + G + B ~ 63%. #A895A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 168 = 485 (100%)
R 168 of 485 ~ 34.64%
G 149 of 485 ~ 30.72%
B 168 of 485 ~ 34.64%

%34.64
%30.72
%34.64

CMYK color model

#A895A8 color CMYK value is (0,11,0,34).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(0,11,0,34)
C0M11Y0K34 
(0%,11%,0%,34%)
(0.00/0.11/0.00/0.34)	

CMYK percentages

%0
%11.31
%0
%34.12

Codes

Color #A895A8 in popluar color models

A895A8
RGB168149168
HSL300°9.84%62.16%
HSB/HSV300°11.31%65.88%
CMYK0.00%11.31%0.00%
34.12%

Color #A895A8 in popluar number systems.

HEXA895A8
Decimal168149168
Binary101010001001010110101000
Octal250225250

Shades and tints

Shades of #A895A8

#A895A8
(168,149,168)
#998899
(153,136,153)
#8A7B8A
(138,123,138)
#7B6E7B
(123,110,123)
#6C616C
(108,97,108)
#5D545D
(93,84,93)
#4E474E
(78,71,78)
#3F3A3F
(63,58,63)
#302D30
(48,45,48)
#212021
(33,32,33)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A895A8

#A895A8
(168,149,168)
#AF9EAF
(175,158,175)
#B6A7B6
(182,167,182)
#BDB0BD
(189,176,189)
#C4B9C4
(196,185,196)
#CBC2CB
(203,194,203)
#D2CBD2
(210,203,210)
#D9D4D9
(217,212,217)
#E0DDE0
(224,221,224)
#E7E6E7
(231,230,231)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A895A8; }

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

This text font color is #A895A8.


Background Color

.myBgColor { background-color: #A895A8; }

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

This div background color is #A895A8.


Border color

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

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

This div border color is #A895A8.


Opacity

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

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

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

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

This text has shadow with #A895A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A895A8 on black background.


Color preview on white background

This text has color #A895A8 on white background.



Black color preview on #A895A8 background

This text has black color on #A895A8 background.


White color preview on #A895A8 background

This text has white color on #A895A8 background.