COLOR #A29F7D

HEX: #A29F7D
RGB: (162,159,125)

Color info

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

RGB color model

#A29F7D color RGB value is (162,159,125).

  • red value is 162;
  • green value is 159;
  • blue value is 125.
RGB:
(162,159,125)
(64%,62%,49%)

RGB channels and saturation

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

162
159
125

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

Portions of RGB colors in percentages

R + G + B =
162 + 159 + 125 = 446 (100%)
R 162 of 446 ~ 36.32%
G 159 of 446 ~ 35.65%
B 125 of 446 ~ 28.03%

%36.32
%35.65
%28.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.85%
  • 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
%1.85
%22.84
%36.47

Codes

Color #A29F7D in popluar color models

A29F7D
RGB162159125
HSL55°16.59%56.27%
HSB/HSV55°22.84%63.53%
CMYK0.00%1.85%22.84%
36.47%

Color #A29F7D in popluar number systems.

HEXA29F7D
Decimal162159125
Binary10100010100111111111101
Octal242237175

Shades and tints

Shades of #A29F7D

#A29F7D
(162,159,125)
#949172
(148,145,114)
#868367
(134,131,103)
#78755C
(120,117,92)
#6A6751
(106,103,81)
#5C5946
(92,89,70)
#4E4B3B
(78,75,59)
#403D30
(64,61,48)
#322F25
(50,47,37)
#24211A
(36,33,26)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #A29F7D

#A29F7D
(162,159,125)
#AAA788
(170,167,136)
#B2AF93
(178,175,147)
#BAB79E
(186,183,158)
#C2BFA9
(194,191,169)
#CAC7B4
(202,199,180)
#D2CFBF
(210,207,191)
#DAD7CA
(218,215,202)
#E2DFD5
(226,223,213)
#EAE7E0
(234,231,224)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29F7D; }

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

This text font color is #A29F7D.


Background Color

.myBgColor { background-color: #A29F7D; }

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

This div background color is #A29F7D.


Border color

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

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

This div border color is #A29F7D.


Opacity

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

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

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

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

This text has shadow with #A29F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29F7D on black background.


Color preview on white background

This text has color #A29F7D on white background.



Black color preview on #A29F7D background

This text has black color on #A29F7D background.


White color preview on #A29F7D background

This text has white color on #A29F7D background.