COLOR #A29E6C

HEX: #A29E6C RGB: (162,158,108)

Color info

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

RGB color model

#A29E6C color RGB value is (162,158,108).

RGB: (162,158,108) (64%, 62%, 42%)

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 108 of 255 = 42%

162
158
108

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

Portions of RGB colors in percentages

R + G + B = 162 + 158 + 108 = 428 (100%)
R 162 of 428 ~ 37.85%
G 158 of 428 ~ 36.92%
B 108 of 428 ~ 25.23'%

%37.85
%36.92
%25.23

CMYK color model

#A29E6C color CMYK value is (0,2,33,36).

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

CMYK: (0,2,33,36)
C0M2Y33K36 (0%, 2%, 33%, 36%)
(0.00 / 0.02 / 0.33 / 0.36)

CMYK percentages

%0
%2.47
%33.33
%36.47

Codes

Color #A29E6C in popluar color models

A2 9E 6C
RGB 162 158 108
HSL 56° 22.50% 52.94%
HSB/HSV 56° 33.33% 63.53%
CMYK 0.00% 2.47% 33.33%
36.47%

Color #A29E6C in popluar number systems.

HEX A2 9E 6C
Decimal 162 158 108
Binary 10100010 10011110 1101100
Octal 242 236 154

Shades and tints

Shades of #A29E6C

#A29E6C
(162,158,108)
#949063
(148,144,99)
#86825A
(134,130,90)
#787451
(120,116,81)
#6A6648
(106,102,72)
#5C583F
(92,88,63)
#4E4A36
(78,74,54)
#403C2D
(64,60,45)
#322E24
(50,46,36)
#24201B
(36,32,27)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #A29E6C

#A29E6C
(162,158,108)
#AAA679
(170,166,121)
#B2AE86
(178,174,134)
#BAB693
(186,182,147)
#C2BEA0
(194,190,160)
#CAC6AD
(202,198,173)
#D2CEBA
(210,206,186)
#DAD6C7
(218,214,199)
#E2DED4
(226,222,212)
#EAE6E1
(234,230,225)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29E6C; }

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

This text font color is #A29E6C.

Background Color

.myBgColor { background-color: #A29E6C; }

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

This div background color is #A29E6C.

Border color

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

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

This div border color is #A29E6C.

Opacity

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

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

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

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

This text has shadow with #A29E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29E6C.

Preview

Color preview on black background

This text has color #A29E6C on black background.


Color preview on white background

This text has color #A29E6C on white background.


Black color preview on #A29E6C background

This text has black color on #A29E6C background.


White color preview on #A29E6C background

This text has white color on #A29E6C background.


Related colors

Complementary color

Complementary color for #hex is #5D6193.


I love getcolorcode.com

Triadic colors

1 #6CA29E and #9E6CA2 with #A29E6C are triadic colors.

2 #6C9EA2 and #9EA26C with #A29E6C are triadic colors.