COLOR #A995AE

HEX: #A995AE
RGB: (169,149,174)

Color info

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

RGB color model

#A995AE color RGB value is (169,149,174).

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

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 174 of 255 = 68%

169
149
174

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

Portions of RGB colors in percentages

R + G + B =
169 + 149 + 174 = 492 (100%)
R 169 of 492 ~ 34.35%
G 149 of 492 ~ 30.28%
B 174 of 492 ~ 35.37%

%34.35
%30.28
%35.37

CMYK color model

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

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

CMYK percentages

%2.87
%14.37
%0
%31.76

Codes

Color #A995AE in popluar color models

A995AE
RGB169149174
HSL288°13.37%63.33%
HSB/HSV288°14.37%68.24%
CMYK2.87%14.37%0.00%
31.76%

Color #A995AE in popluar number systems.

HEXA995AE
Decimal169149174
Binary101010011001010110101110
Octal251225256

Shades and tints

Shades of #A995AE

#A995AE
(169,149,174)
#9A889F
(154,136,159)
#8B7B90
(139,123,144)
#7C6E81
(124,110,129)
#6D6172
(109,97,114)
#5E5463
(94,84,99)
#4F4754
(79,71,84)
#403A45
(64,58,69)
#312D36
(49,45,54)
#222027
(34,32,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A995AE

#A995AE
(169,149,174)
#B09EB5
(176,158,181)
#B7A7BC
(183,167,188)
#BEB0C3
(190,176,195)
#C5B9CA
(197,185,202)
#CCC2D1
(204,194,209)
#D3CBD8
(211,203,216)
#DAD4DF
(218,212,223)
#E1DDE6
(225,221,230)
#E8E6ED
(232,230,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A995AE; }

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

This text font color is #A995AE.


Background Color

.myBgColor { background-color: #A995AE; }

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

This div background color is #A995AE.


Border color

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

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

This div border color is #A995AE.


Opacity

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

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

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

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

This text has shadow with #A995AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A995AE on black background.


Color preview on white background

This text has color #A995AE on white background.



Black color preview on #A995AE background

This text has black color on #A995AE background.


White color preview on #A995AE background

This text has white color on #A995AE background.