COLOR #A29E7D

HEX: #A29E7D RGB: (162,158,125)

Color info

#A29E7D contains red, green and blue colors in about the same proportion. Web safe color of #A29E7D is #999966 (or #996).

RGB color model

#A29E7D color RGB value is (162,158,125).

RGB: (162,158,125) (64%, 62%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 125 of 255 = 49%

162
158
125

R + G + B ~ 58%. #A29E7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 162 + 158 + 125 = 445 (100%)
R 162 of 445 ~ 36.4%
G 158 of 445 ~ 35.51%
B 125 of 445 ~ 28.09'%

%36.4
%35.51
%28.09

CMYK color model

#A29E7D color CMYK value is (0,2,23,36).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 22.84%
  • key color value is 36.47%

CMYK: (0,2,23,36)
C0M2Y23K36 (0%, 2%, 23%, 36%)
(0.00 / 0.02 / 0.23 / 0.36)

CMYK percentages

%0
%2.47
%22.84
%36.47

Codes

Color #A29E7D in popluar color models

A2 9E 7D
RGB 162 158 125
HSL 54° 16.59% 56.27%
HSB/HSV 54° 22.84% 63.53%
CMYK 0.00% 2.47% 22.84%
36.47%

Color #A29E7D in popluar number systems.

HEX A2 9E 7D
Decimal 162 158 125
Binary 10100010 10011110 1111101
Octal 242 236 175

Shades and tints

Shades of #A29E7D

#A29E7D
(162,158,125)
#949072
(148,144,114)
#868267
(134,130,103)
#78745C
(120,116,92)
#6A6651
(106,102,81)
#5C5846
(92,88,70)
#4E4A3B
(78,74,59)
#403C30
(64,60,48)
#322E25
(50,46,37)
#24201A
(36,32,26)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #A29E7D

#A29E7D
(162,158,125)
#AAA688
(170,166,136)
#B2AE93
(178,174,147)
#BAB69E
(186,182,158)
#C2BEA9
(194,190,169)
#CAC6B4
(202,198,180)
#D2CEBF
(210,206,191)
#DAD6CA
(218,214,202)
#E2DED5
(226,222,213)
#EAE6E0
(234,230,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29E7D; }

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

This text font color is #A29E7D.

Background Color

.myBgColor { background-color: #A29E7D; }

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

This div background color is #A29E7D.

Border color

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

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

This div border color is #A29E7D.

Opacity

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

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

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

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

This text has shadow with #A29E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29E7D.

Preview

Color preview on black background

This text has color #A29E7D on black background.


Color preview on white background

This text has color #A29E7D on white background.


Black color preview on #A29E7D background

This text has black color on #A29E7D background.


White color preview on #A29E7D background

This text has white color on #A29E7D background.


Related colors

Complementary color

Complementary color for #hex is #5D6182.


I love getcolorcode.com

Triadic colors

1 #7DA29E and #9E7DA2 with #A29E7D are triadic colors.

2 #7D9EA2 and #9EA27D with #A29E7D are triadic colors.