COLOR #A29273

HEX: #A29273
RGB: (162,146,115)

Color info

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

RGB color model

#A29273 color RGB value is (162,146,115).

  • red value is 162;
  • green value is 146;
  • blue value is 115.
RGB: (162,146,115) (64%,57%,45%)

RGB channels and saturation

R 162 of 255 = 64%
G 146 of 255 = 57%
B 115 of 255 = 45%

162
146
115

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

Portions of RGB colors in percentages

R + G + B =
162 + 146 + 115 = 423 (100%)
R 162 of 423 ~ 38.3%
G 146 of 423 ~ 34.52%
B 115 of 423 ~ 27.19%

%38.3
%34.52
%27.19

CMYK color model

#A29273 color CMYK value is (0,10,29,36).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 29.01%
  • key color value is 36.47%
CMYK: (0,10,29,36) C0M10Y29K36 (0%,10%,29%,36%) (0.00/0.10/0.29/0.36)

CMYK percentages

%0
%9.88
%29.01
%36.47

Codes

Color #A29273 in popluar color models

A29273
RGB162146115
HSL40°20.17%54.31%
HSB/HSV40°29.01%63.53%
CMYK0.00%9.88%29.01%
36.47%

Color #A29273 in popluar number systems.

HEXA29273
Decimal162146115
Binary10100010100100101110011
Octal242222163

Shades and tints

Shades of #A29273

#A29273
(162,146,115)
#948569
(148,133,105)
#86785F
(134,120,95)
#786B55
(120,107,85)
#6A5E4B
(106,94,75)
#5C5141
(92,81,65)
#4E4437
(78,68,55)
#40372D
(64,55,45)
#322A23
(50,42,35)
#241D19
(36,29,25)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #A29273

#A29273
(162,146,115)
#AA9B7F
(170,155,127)
#B2A48B
(178,164,139)
#BAAD97
(186,173,151)
#C2B6A3
(194,182,163)
#CABFAF
(202,191,175)
#D2C8BB
(210,200,187)
#DAD1C7
(218,209,199)
#E2DAD3
(226,218,211)
#EAE3DF
(234,227,223)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29273 color. Also use rgb(162,146,115) instead hex code.

Text Font Color

.myTextColor { color: #A29273; }

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

This text font color is #A29273.


Background Color

.myBgColor { background-color: #A29273; }

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

This div background color is #A29273.


Border color

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

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

This div border color is #A29273.


Opacity

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

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

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

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

This text has shadow with #A29273 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A29273 on black background.


Color preview on white background

This text has color #A29273 on white background.



Black color preview on #A29273 background

This text has black color on #A29273 background.


White color preview on #A29273 background

This text has white color on #A29273 background.