COLOR #A29B74

HEX: #A29B74
RGB: (162,155,116)

Color info

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

RGB color model

#A29B74 color RGB value is (162,155,116).

  • red value is 162;
  • green value is 155;
  • blue value is 116.
RGB:
(162,155,116)
(64%,61%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 155 of 255 = 61%
B 116 of 255 = 45%

162
155
116

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

Portions of RGB colors in percentages

R + G + B =
162 + 155 + 116 = 433 (100%)
R 162 of 433 ~ 37.41%
G 155 of 433 ~ 35.8%
B 116 of 433 ~ 26.79%

%37.41
%35.8
%26.79

CMYK color model

#A29B74 color CMYK value is (0,4,28,36).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 28.40%
  • key color value is 36.47%
CMYK:
(0,4,28,36)
C0M4Y28K36 
(0%,4%,28%,36%)
(0.00/0.04/0.28/0.36)	

CMYK percentages

%0
%4.32
%28.4
%36.47

Codes

Color #A29B74 in popluar color models

A29B74
RGB162155116
HSL51°19.83%54.51%
HSB/HSV51°28.40%63.53%
CMYK0.00%4.32%28.40%
36.47%

Color #A29B74 in popluar number systems.

HEXA29B74
Decimal162155116
Binary10100010100110111110100
Octal242233164

Shades and tints

Shades of #A29B74

#A29B74
(162,155,116)
#948D6A
(148,141,106)
#867F60
(134,127,96)
#787156
(120,113,86)
#6A634C
(106,99,76)
#5C5542
(92,85,66)
#4E4738
(78,71,56)
#40392E
(64,57,46)
#322B24
(50,43,36)
#241D1A
(36,29,26)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #A29B74

#A29B74
(162,155,116)
#AAA480
(170,164,128)
#B2AD8C
(178,173,140)
#BAB698
(186,182,152)
#C2BFA4
(194,191,164)
#CAC8B0
(202,200,176)
#D2D1BC
(210,209,188)
#DADAC8
(218,218,200)
#E2E3D4
(226,227,212)
#EAECE0
(234,236,224)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29B74; }

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

This text font color is #A29B74.


Background Color

.myBgColor { background-color: #A29B74; }

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

This div background color is #A29B74.


Border color

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

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

This div border color is #A29B74.


Opacity

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

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

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

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

This text has shadow with #A29B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29B74 on black background.


Color preview on white background

This text has color #A29B74 on white background.



Black color preview on #A29B74 background

This text has black color on #A29B74 background.


White color preview on #A29B74 background

This text has white color on #A29B74 background.