COLOR #A29D63

HEX: #A29D63 RGB: (162,157,99)

Color info

#A29D63 contains mainly red and green colors. Web safe color of #A29D63 is #999966 (or #996).

RGB color model

#A29D63 color RGB value is (162,157,99).

RGB: (162,157,99) (64%, 62%, 39%)

RGB channels and saturation

R 162 of 255 = 64%
G 157 of 255 = 62%
B 99 of 255 = 39%

162
157
99

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

Portions of RGB colors in percentages

R + G + B = 162 + 157 + 99 = 418 (100%)
R 162 of 418 ~ 38.76%
G 157 of 418 ~ 37.56%
B 99 of 418 ~ 23.68'%

%38.76
%37.56
%23.68

CMYK color model

#A29D63 color CMYK value is (0,3,39,36).

  • cyan value is 0.00%
  • magenta value is 3.09%
  • yellow value is 38.89%
  • key color value is 36.47%
CMYK: (0,3,39,36) C0M3Y39K36 (0%,3%,39%,36%) (0.00/0.03/0.39/0.36) 

CMYK percentages

%0
%3.09
%38.89
%36.47

Codes

Color #A29D63 in popluar color models

A2 9D 63
RGB 162 157 99
HSL 55° 25.30% 51.18%
HSB/HSV 55° 38.89% 63.53%
CMYK 0.00% 3.09% 38.89%
36.47%

Color #A29D63 in popluar number systems.

HEX A2 9D 63
Decimal 162 157 99
Binary 10100010 10011101 1100011
Octal 242 235 143

Shades and tints

Shades of #A29D63

#A29D63
(162,157,99)
#948F5A
(148,143,90)
#868151
(134,129,81)
#787348
(120,115,72)
#6A653F
(106,101,63)
#5C5736
(92,87,54)
#4E492D
(78,73,45)
#403B24
(64,59,36)
#322D1B
(50,45,27)
#241F12
(36,31,18)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #A29D63

#A29D63
(162,157,99)
#AAA571
(170,165,113)
#B2AD7F
(178,173,127)
#BAB58D
(186,181,141)
#C2BD9B
(194,189,155)
#CAC5A9
(202,197,169)
#D2CDB7
(210,205,183)
#DAD5C5
(218,213,197)
#E2DDD3
(226,221,211)
#EAE5E1
(234,229,225)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29D63 color. Also use rgb(162,157,99) instead hex code.

Text Font Color

.myTextColor { color: #A29D63; }

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

This text font color is #A29D63.

Background Color

.myBgColor { background-color: #A29D63; }

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

This div background color is #A29D63.

Border color

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

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

This div border color is #A29D63.

Opacity

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

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

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

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

This text has shadow with #A29D63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29D63.

Preview

Color preview on black background

This text has color #A29D63 on black background.


Color preview on white background

This text has color #A29D63 on white background.


Black color preview on #A29D63 background

This text has black color on #A29D63 background.


White color preview on #A29D63 background

This text has white color on #A29D63 background.


Related colors

Complementary color

Complementary color for #hex is #5D629C.


I love getcolorcode.com

Triadic colors

1 #63A29D and #9D63A2 with #A29D63 are triadic colors.

2 #639DA2 and #9DA263 with #A29D63 are triadic colors.