COLOR #A29E96

HEX: #A29E96 RGB: (162,158,150)

Color info

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

RGB color model

#A29E96 color RGB value is (162,158,150).

RGB: (162,158,150) (64%, 62%, 59%)

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 150 of 255 = 59%

162
158
150

R + G + B ~ 62%. #A29E96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 158 + 150 = 470 (100%)
R 162 of 470 ~ 34.47%
G 158 of 470 ~ 33.62%
B 150 of 470 ~ 31.91'%

%34.47
%33.62
%31.91

CMYK color model

#A29E96 color CMYK value is (0,2,7,36).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK: (0,2,7,36) C0M2Y7K36 (0%,2%,7%,36%) (0.00/0.02/0.07/0.36) 

CMYK percentages

%0
%2.47
%7.41
%36.47

Codes

Color #A29E96 in popluar color models

A2 9E 96
RGB 162 158 150
HSL 40° 6.06% 61.18%
HSB/HSV 40° 7.41% 63.53%
CMYK 0.00% 2.47% 7.41%
36.47%

Color #A29E96 in popluar number systems.

HEX A2 9E 96
Decimal 162 158 150
Binary 10100010 10011110 10010110
Octal 242 236 226

Shades and tints

Shades of #A29E96

#A29E96
(162,158,150)
#949089
(148,144,137)
#86827C
(134,130,124)
#78746F
(120,116,111)
#6A6662
(106,102,98)
#5C5855
(92,88,85)
#4E4A48
(78,74,72)
#403C3B
(64,60,59)
#322E2E
(50,46,46)
#242021
(36,32,33)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #A29E96

#A29E96
(162,158,150)
#AAA69F
(170,166,159)
#B2AEA8
(178,174,168)
#BAB6B1
(186,182,177)
#C2BEBA
(194,190,186)
#CAC6C3
(202,198,195)
#D2CECC
(210,206,204)
#DAD6D5
(218,214,213)
#E2DEDE
(226,222,222)
#EAE6E7
(234,230,231)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29E96; }

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

This text font color is #A29E96.

Background Color

.myBgColor { background-color: #A29E96; }

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

This div background color is #A29E96.

Border color

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

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

This div border color is #A29E96.

Opacity

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

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

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

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

This text has shadow with #A29E96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29E96.

Preview

Color preview on black background

This text has color #A29E96 on black background.


Color preview on white background

This text has color #A29E96 on white background.


Black color preview on #A29E96 background

This text has black color on #A29E96 background.


White color preview on #A29E96 background

This text has white color on #A29E96 background.


Related colors

Complementary color

Complementary color for #hex is #5D6169.


I love getcolorcode.com

Triadic colors

1 #96A29E and #9E96A2 with #A29E96 are triadic colors.

2 #969EA2 and #9EA296 with #A29E96 are triadic colors.