COLOR #A29EA5

HEX: #A29EA5 RGB: (162,158,165)

Color info

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

RGB color model

#A29EA5 color RGB value is (162,158,165).

RGB: (162,158,165) (64%, 62%, 65%)

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 165 of 255 = 65%

162
158
165

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

Portions of RGB colors in percentages

R + G + B = 162 + 158 + 165 = 485 (100%)
R 162 of 485 ~ 33.4%
G 158 of 485 ~ 32.58%
B 165 of 485 ~ 34.02'%

%33.4
%32.58
%34.02

CMYK color model

#A29EA5 color CMYK value is (2,4,0,35).

  • cyan value is 1.82%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (2,4,0,35)
C2M4Y0K35 (2%, 4%, 0%, 35%)
(0.02 / 0.04 / 0.00 / 0.35)

CMYK percentages

%1.82
%4.24
%0
%35.29

Codes

Color #A29EA5 in popluar color models

A2 9E A5
RGB 162 158 165
HSL 274° 3.74% 63.33%
HSB/HSV 274° 4.24% 64.71%
CMYK 1.82% 4.24% 0.00%
35.29%

Color #A29EA5 in popluar number systems.

HEX A2 9E A5
Decimal 162 158 165
Binary 10100010 10011110 10100101
Octal 242 236 245

Shades and tints

Shades of #A29EA5

#A29EA5
(162,158,165)
#949096
(148,144,150)
#868287
(134,130,135)
#787478
(120,116,120)
#6A6669
(106,102,105)
#5C585A
(92,88,90)
#4E4A4B
(78,74,75)
#403C3C
(64,60,60)
#322E2D
(50,46,45)
#24201E
(36,32,30)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #A29EA5

#A29EA5
(162,158,165)
#AAA6AD
(170,166,173)
#B2AEB5
(178,174,181)
#BAB6BD
(186,182,189)
#C2BEC5
(194,190,197)
#CAC6CD
(202,198,205)
#D2CED5
(210,206,213)
#DAD6DD
(218,214,221)
#E2DEE5
(226,222,229)
#EAE6ED
(234,230,237)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29EA5; }

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

This text font color is #A29EA5.

Background Color

.myBgColor { background-color: #A29EA5; }

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

This div background color is #A29EA5.

Border color

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

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

This div border color is #A29EA5.

Opacity

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

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

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

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

This text has shadow with #A29EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29EA5.

Preview

Color preview on black background

This text has color #A29EA5 on black background.


Color preview on white background

This text has color #A29EA5 on white background.


Black color preview on #A29EA5 background

This text has black color on #A29EA5 background.


White color preview on #A29EA5 background

This text has white color on #A29EA5 background.


Related colors

Complementary color

Complementary color for #hex is #5D615A.


I love getcolorcode.com

Triadic colors

1 #A5A29E and #9EA5A2 with #A29EA5 are triadic colors.

2 #A59EA2 and #9EA2A5 with #A29EA5 are triadic colors.