COLOR #A29E87

HEX: #A29E87
RGB: (162,158,135)

Color info

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

RGB color model

#A29E87 color RGB value is (162,158,135).

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

RGB channels and saturation

R 162 of 255 = 64%
G 158 of 255 = 62%
B 135 of 255 = 53%

162
158
135

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

Portions of RGB colors in percentages

R + G + B =
162 + 158 + 135 = 455 (100%)
R 162 of 455 ~ 35.6%
G 158 of 455 ~ 34.73%
B 135 of 455 ~ 29.67%

%35.6
%34.73
%29.67

CMYK color model

#A29E87 color CMYK value is (0,2,17,36).

  • cyan value is 0.00%
  • magenta value is 2.47%
  • yellow value is 16.67%
  • key color value is 36.47%
CMYK:
(0,2,17,36)
C0M2Y17K36 
(0%,2%,17%,36%)
(0.00/0.02/0.17/0.36)	

CMYK percentages

%0
%2.47
%16.67
%36.47

Codes

Color #A29E87 in popluar color models

A29E87
RGB162158135
HSL51°12.68%58.24%
HSB/HSV51°16.67%63.53%
CMYK0.00%2.47%16.67%
36.47%

Color #A29E87 in popluar number systems.

HEXA29E87
Decimal162158135
Binary101000101001111010000111
Octal242236207

Shades and tints

Shades of #A29E87

#A29E87
(162,158,135)
#94907B
(148,144,123)
#86826F
(134,130,111)
#787463
(120,116,99)
#6A6657
(106,102,87)
#5C584B
(92,88,75)
#4E4A3F
(78,74,63)
#403C33
(64,60,51)
#322E27
(50,46,39)
#24201B
(36,32,27)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #A29E87

#A29E87
(162,158,135)
#AAA691
(170,166,145)
#B2AE9B
(178,174,155)
#BAB6A5
(186,182,165)
#C2BEAF
(194,190,175)
#CAC6B9
(202,198,185)
#D2CEC3
(210,206,195)
#DAD6CD
(218,214,205)
#E2DED7
(226,222,215)
#EAE6E1
(234,230,225)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29E87; }

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

This text font color is #A29E87.


Background Color

.myBgColor { background-color: #A29E87; }

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

This div background color is #A29E87.


Border color

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

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

This div border color is #A29E87.


Opacity

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

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

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

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

This text has shadow with #A29E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29E87 on black background.


Color preview on white background

This text has color #A29E87 on white background.



Black color preview on #A29E87 background

This text has black color on #A29E87 background.


White color preview on #A29E87 background

This text has white color on #A29E87 background.