COLOR #A29590

HEX: #A29590
RGB: (162,149,144)

Color info

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

RGB color model

#A29590 color RGB value is (162,149,144).

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

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 144 of 255 = 56%

162
149
144

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

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 144 = 455 (100%)
R 162 of 455 ~ 35.6%
G 149 of 455 ~ 32.75%
B 144 of 455 ~ 31.65%

%35.6
%32.75
%31.65

CMYK color model

#A29590 color CMYK value is (0,8,11,36).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(0,8,11,36)
C0M8Y11K36 
(0%,8%,11%,36%)
(0.00/0.08/0.11/0.36)	

CMYK percentages

%0
%8.02
%11.11
%36.47

Codes

Color #A29590 in popluar color models

A29590
RGB162149144
HSL17°8.82%60.00%
HSB/HSV17°11.11%63.53%
CMYK0.00%8.02%11.11%
36.47%

Color #A29590 in popluar number systems.

HEXA29590
Decimal162149144
Binary101000101001010110010000
Octal242225220

Shades and tints

Shades of #A29590

#A29590
(162,149,144)
#948883
(148,136,131)
#867B76
(134,123,118)
#786E69
(120,110,105)
#6A615C
(106,97,92)
#5C544F
(92,84,79)
#4E4742
(78,71,66)
#403A35
(64,58,53)
#322D28
(50,45,40)
#24201B
(36,32,27)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #A29590

#A29590
(162,149,144)
#AA9E9A
(170,158,154)
#B2A7A4
(178,167,164)
#BAB0AE
(186,176,174)
#C2B9B8
(194,185,184)
#CAC2C2
(202,194,194)
#D2CBCC
(210,203,204)
#DAD4D6
(218,212,214)
#E2DDE0
(226,221,224)
#EAE6EA
(234,230,234)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29590; }

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

This text font color is #A29590.


Background Color

.myBgColor { background-color: #A29590; }

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

This div background color is #A29590.


Border color

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

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

This div border color is #A29590.


Opacity

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

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

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

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

This text has shadow with #A29590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29590 on black background.


Color preview on white background

This text has color #A29590 on white background.



Black color preview on #A29590 background

This text has black color on #A29590 background.


White color preview on #A29590 background

This text has white color on #A29590 background.