COLOR #A29594

HEX: #A29594
RGB: (162,149,148)

Color info

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

RGB color model

#A29594 color RGB value is (162,149,148).

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

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 148 of 255 = 58%

162
149
148

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

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 148 = 459 (100%)
R 162 of 459 ~ 35.29%
G 149 of 459 ~ 32.46%
B 148 of 459 ~ 32.24%

%35.29
%32.46
%32.24

CMYK color model

#A29594 color CMYK value is (0,8,9,36).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 8.64%
  • key color value is 36.47%
CMYK:
(0,8,9,36)
C0M8Y9K36 
(0%,8%,9%,36%)
(0.00/0.08/0.09/0.36)	

CMYK percentages

%0
%8.02
%8.64
%36.47

Codes

Color #A29594 in popluar color models

A29594
RGB162149148
HSL7.00%60.78%
HSB/HSV8.64%63.53%
CMYK0.00%8.02%8.64%
36.47%

Color #A29594 in popluar number systems.

HEXA29594
Decimal162149148
Binary101000101001010110010100
Octal242225224

Shades and tints

Shades of #A29594

#A29594
(162,149,148)
#948887
(148,136,135)
#867B7A
(134,123,122)
#786E6D
(120,110,109)
#6A6160
(106,97,96)
#5C5453
(92,84,83)
#4E4746
(78,71,70)
#403A39
(64,58,57)
#322D2C
(50,45,44)
#24201F
(36,32,31)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #A29594

#A29594
(162,149,148)
#AA9E9D
(170,158,157)
#B2A7A6
(178,167,166)
#BAB0AF
(186,176,175)
#C2B9B8
(194,185,184)
#CAC2C1
(202,194,193)
#D2CBCA
(210,203,202)
#DAD4D3
(218,212,211)
#E2DDDC
(226,221,220)
#EAE6E5
(234,230,229)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29594; }

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

This text font color is #A29594.


Background Color

.myBgColor { background-color: #A29594; }

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

This div background color is #A29594.


Border color

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

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

This div border color is #A29594.


Opacity

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

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

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

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

This text has shadow with #A29594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29594 on black background.


Color preview on white background

This text has color #A29594 on white background.



Black color preview on #A29594 background

This text has black color on #A29594 background.


White color preview on #A29594 background

This text has white color on #A29594 background.