COLOR #A29584

HEX: #A29584
RGB: (162,149,132)

Color info

#A29584 contains red, green and blue colors in about the same proportion. Web safe color of #A29584 is #999999 (or #999).

RGB color model

#A29584 color RGB value is (162,149,132).

  • red value is 162;
  • green value is 149;
  • blue value is 132.
RGB:
(162,149,132)
(64%,58%,52%)

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 132 of 255 = 52%

162
149
132

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

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 132 = 443 (100%)
R 162 of 443 ~ 36.57%
G 149 of 443 ~ 33.63%
B 132 of 443 ~ 29.8%

%36.57
%33.63
%29.8

CMYK color model

#A29584 color CMYK value is (0,8,19,36).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 18.52%
  • key color value is 36.47%
CMYK:
(0,8,19,36)
C0M8Y19K36 
(0%,8%,19%,36%)
(0.00/0.08/0.19/0.36)	

CMYK percentages

%0
%8.02
%18.52
%36.47

Codes

Color #A29584 in popluar color models

A29584
RGB162149132
HSL34°13.89%57.65%
HSB/HSV34°18.52%63.53%
CMYK0.00%8.02%18.52%
36.47%

Color #A29584 in popluar number systems.

HEXA29584
Decimal162149132
Binary101000101001010110000100
Octal242225204

Shades and tints

Shades of #A29584

#A29584
(162,149,132)
#948878
(148,136,120)
#867B6C
(134,123,108)
#786E60
(120,110,96)
#6A6154
(106,97,84)
#5C5448
(92,84,72)
#4E473C
(78,71,60)
#403A30
(64,58,48)
#322D24
(50,45,36)
#242018
(36,32,24)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #A29584

#A29584
(162,149,132)
#AA9E8F
(170,158,143)
#B2A79A
(178,167,154)
#BAB0A5
(186,176,165)
#C2B9B0
(194,185,176)
#CAC2BB
(202,194,187)
#D2CBC6
(210,203,198)
#DAD4D1
(218,212,209)
#E2DDDC
(226,221,220)
#EAE6E7
(234,230,231)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29584 color. Also use rgb(162,149,132) instead hex code.

Text Font Color

.myTextColor { color: #A29584; }

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

This text font color is #A29584.


Background Color

.myBgColor { background-color: #A29584; }

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

This div background color is #A29584.


Border color

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

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

This div border color is #A29584.


Opacity

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

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

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

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

This text has shadow with #A29584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29584 on black background.


Color preview on white background

This text has color #A29584 on white background.



Black color preview on #A29584 background

This text has black color on #A29584 background.


White color preview on #A29584 background

This text has white color on #A29584 background.