COLOR #A29EAA

HEX: #A29EAA
RGB: (162,158,170)

Color info

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

RGB color model

#A29EAA color RGB value is (162,158,170).

  • red value is 162;
  • green value is 158;
  • blue value is 170.
RGB:
(162,158,170)
(64%,62%,67%)

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 170 of 255 = 67%

162
158
170

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

Portions of RGB colors in percentages

R + G + B =
162 + 158 + 170 = 490 (100%)
R 162 of 490 ~ 33.06%
G 158 of 490 ~ 32.24%
B 170 of 490 ~ 34.69%

%33.06
%32.24
%34.69

CMYK color model

#A29EAA color CMYK value is (5,7,0,33).

  • cyan value is 4.71%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(5,7,0,33)
C5M7Y0K33 
(5%,7%,0%,33%)
(0.05/0.07/0.00/0.33)	

CMYK percentages

%4.71
%7.06
%0
%33.33

Codes

Color #A29EAA in popluar color models

A29EAA
RGB162158170
HSL260°6.59%64.31%
HSB/HSV260°7.06%66.67%
CMYK4.71%7.06%0.00%
33.33%

Color #A29EAA in popluar number systems.

HEXA29EAA
Decimal162158170
Binary101000101001111010101010
Octal242236252

Shades and tints

Shades of #A29EAA

#A29EAA
(162,158,170)
#94909B
(148,144,155)
#86828C
(134,130,140)
#78747D
(120,116,125)
#6A666E
(106,102,110)
#5C585F
(92,88,95)
#4E4A50
(78,74,80)
#403C41
(64,60,65)
#322E32
(50,46,50)
#242023
(36,32,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #A29EAA

#A29EAA
(162,158,170)
#AAA6B1
(170,166,177)
#B2AEB8
(178,174,184)
#BAB6BF
(186,182,191)
#C2BEC6
(194,190,198)
#CAC6CD
(202,198,205)
#D2CED4
(210,206,212)
#DAD6DB
(218,214,219)
#E2DEE2
(226,222,226)
#EAE6E9
(234,230,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29EAA color. Also use rgb(162,158,170) instead hex code.

Text Font Color

.myTextColor { color: #A29EAA; }

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

This text font color is #A29EAA.


Background Color

.myBgColor { background-color: #A29EAA; }

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

This div background color is #A29EAA.


Border color

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

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

This div border color is #A29EAA.


Opacity

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

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

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

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

This text has shadow with #A29EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29EAA on black background.


Color preview on white background

This text has color #A29EAA on white background.



Black color preview on #A29EAA background

This text has black color on #A29EAA background.


White color preview on #A29EAA background

This text has white color on #A29EAA background.