COLOR #A29B57

HEX: #A29B57 RGB: (162,155,87)

Color info

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

RGB color model

#A29B57 color RGB value is (162,155,87).

RGB: (162,155,87) (64%, 61%, 34%)

RGB channels and saturation

R 162 of 255 = 64%
G 155 of 255 = 61%
B 87 of 255 = 34%

162
155
87

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

Portions of RGB colors in percentages

R + G + B = 162 + 155 + 87 = 404 (100%)
R 162 of 404 ~ 40.1%
G 155 of 404 ~ 38.37%
B 87 of 404 ~ 21.53'%

%40.1
%38.37
%21.53

CMYK color model

#A29B57 color CMYK value is (0,4,46,36).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 46.30%
  • key color value is 36.47%

CMYK: (0,4,46,36)
C0M4Y46K36 (0%, 4%, 46%, 36%)
(0.00 / 0.04 / 0.46 / 0.36)

CMYK percentages

%0
%4.32
%46.3
%36.47

Codes

Color #A29B57 in popluar color models

A2 9B 57
RGB 162 155 87
HSL 54° 30.12% 48.82%
HSB/HSV 54° 46.30% 63.53%
CMYK 0.00% 4.32% 46.30%
36.47%

Color #A29B57 in popluar number systems.

HEX A2 9B 57
Decimal 162 155 87
Binary 10100010 10011011 1010111
Octal 242 233 127

Shades and tints

Shades of #A29B57

#A29B57
(162,155,87)
#948D50
(148,141,80)
#867F49
(134,127,73)
#787142
(120,113,66)
#6A633B
(106,99,59)
#5C5534
(92,85,52)
#4E472D
(78,71,45)
#403926
(64,57,38)
#322B1F
(50,43,31)
#241D18
(36,29,24)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #A29B57

#A29B57
(162,155,87)
#AAA466
(170,164,102)
#B2AD75
(178,173,117)
#BAB684
(186,182,132)
#C2BF93
(194,191,147)
#CAC8A2
(202,200,162)
#D2D1B1
(210,209,177)
#DADAC0
(218,218,192)
#E2E3CF
(226,227,207)
#EAECDE
(234,236,222)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29B57 color. Also use rgb(162,155,87) instead hex code.

Text Font Color

.myTextColor { color: #A29B57; }

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

This text font color is #A29B57.

Background Color

.myBgColor { background-color: #A29B57; }

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

This div background color is #A29B57.

Border color

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

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

This div border color is #A29B57.

Opacity

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

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

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

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

This text has shadow with #A29B57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29B57.

Preview

Color preview on black background

This text has color #A29B57 on black background.


Color preview on white background

This text has color #A29B57 on white background.


Black color preview on #A29B57 background

This text has black color on #A29B57 background.


White color preview on #A29B57 background

This text has white color on #A29B57 background.


Related colors

Complementary color

Complementary color for #hex is #5D64A8.


I love getcolorcode.com

Triadic colors

1 #57A29B and #9B57A2 with #A29B57 are triadic colors.

2 #579BA2 and #9BA257 with #A29B57 are triadic colors.