COLOR #A29FA9

HEX: #A29FA9
RGB: (162,159,169)

Color info

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

RGB color model

#A29FA9 color RGB value is (162,159,169).

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

RGB channels and saturation

R 162 of 255 = 64%
G 159 of 255 = 62%
B 169 of 255 = 66%

162
159
169

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

Portions of RGB colors in percentages

R + G + B =
162 + 159 + 169 = 490 (100%)
R 162 of 490 ~ 33.06%
G 159 of 490 ~ 32.45%
B 169 of 490 ~ 34.49%

%33.06
%32.45
%34.49

CMYK color model

#A29FA9 color CMYK value is (4,6,0,34).

  • cyan value is 4.14%
  • magenta value is 5.92%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(4,6,0,34)
C4M6Y0K34 
(4%,6%,0%,34%)
(0.04/0.06/0.00/0.34)	

CMYK percentages

%4.14
%5.92
%0
%33.73

Codes

Color #A29FA9 in popluar color models

A29FA9
RGB162159169
HSL258°5.49%64.31%
HSB/HSV258°5.92%66.27%
CMYK4.14%5.92%0.00%
33.73%

Color #A29FA9 in popluar number systems.

HEXA29FA9
Decimal162159169
Binary101000101001111110101001
Octal242237251

Shades and tints

Shades of #A29FA9

#A29FA9
(162,159,169)
#94919A
(148,145,154)
#86838B
(134,131,139)
#78757C
(120,117,124)
#6A676D
(106,103,109)
#5C595E
(92,89,94)
#4E4B4F
(78,75,79)
#403D40
(64,61,64)
#322F31
(50,47,49)
#242122
(36,33,34)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #A29FA9

#A29FA9
(162,159,169)
#AAA7B0
(170,167,176)
#B2AFB7
(178,175,183)
#BAB7BE
(186,183,190)
#C2BFC5
(194,191,197)
#CAC7CC
(202,199,204)
#D2CFD3
(210,207,211)
#DAD7DA
(218,215,218)
#E2DFE1
(226,223,225)
#EAE7E8
(234,231,232)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29FA9; }

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

This text font color is #A29FA9.


Background Color

.myBgColor { background-color: #A29FA9; }

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

This div background color is #A29FA9.


Border color

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

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

This div border color is #A29FA9.


Opacity

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

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

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

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

This text has shadow with #A29FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29FA9 on black background.


Color preview on white background

This text has color #A29FA9 on white background.



Black color preview on #A29FA9 background

This text has black color on #A29FA9 background.


White color preview on #A29FA9 background

This text has white color on #A29FA9 background.