COLOR #A99FAE

HEX: #A99FAE
RGB: (169,159,174)

Color info

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

RGB color model

#A99FAE color RGB value is (169,159,174).

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

RGB channels and saturation

R 169 of 255 = 66%
G 159 of 255 = 62%
B 174 of 255 = 68%

169
159
174

R + G + B ~ 65%. #A99FAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 159 + 174 = 502 (100%)
R 169 of 502 ~ 33.67%
G 159 of 502 ~ 31.67%
B 174 of 502 ~ 34.66%

%33.67
%31.67
%34.66

CMYK color model

#A99FAE color CMYK value is (3,9,0,32).

  • cyan value is 2.87%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,9,0,32)
C3M9Y0K32 
(3%,9%,0%,32%)
(0.03/0.09/0.00/0.32)	

CMYK percentages

%2.87
%8.62
%0
%31.76

Codes

Color #A99FAE in popluar color models

A99FAE
RGB169159174
HSL280°8.47%65.29%
HSB/HSV280°8.62%68.24%
CMYK2.87%8.62%0.00%
31.76%

Color #A99FAE in popluar number systems.

HEXA99FAE
Decimal169159174
Binary101010011001111110101110
Octal251237256

Shades and tints

Shades of #A99FAE

#A99FAE
(169,159,174)
#9A919F
(154,145,159)
#8B8390
(139,131,144)
#7C7581
(124,117,129)
#6D6772
(109,103,114)
#5E5963
(94,89,99)
#4F4B54
(79,75,84)
#403D45
(64,61,69)
#312F36
(49,47,54)
#222127
(34,33,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #A99FAE

#A99FAE
(169,159,174)
#B0A7B5
(176,167,181)
#B7AFBC
(183,175,188)
#BEB7C3
(190,183,195)
#C5BFCA
(197,191,202)
#CCC7D1
(204,199,209)
#D3CFD8
(211,207,216)
#DAD7DF
(218,215,223)
#E1DFE6
(225,223,230)
#E8E7ED
(232,231,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99FAE; }

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

This text font color is #A99FAE.


Background Color

.myBgColor { background-color: #A99FAE; }

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

This div background color is #A99FAE.


Border color

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

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

This div border color is #A99FAE.


Opacity

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

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

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

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

This text has shadow with #A99FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99FAE on black background.


Color preview on white background

This text has color #A99FAE on white background.



Black color preview on #A99FAE background

This text has black color on #A99FAE background.


White color preview on #A99FAE background

This text has white color on #A99FAE background.