COLOR #A29991

HEX: #A29991 RGB: (162,153,145)

Color info

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

RGB color model

#A29991 color RGB value is (162,153,145).

RGB: (162,153,145) (64%, 60%, 57%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 145 of 255 = 57%

162
153
145

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

Portions of RGB colors in percentages

R + G + B = 162 + 153 + 145 = 460 (100%)
R 162 of 460 ~ 35.22%
G 153 of 460 ~ 33.26%
B 145 of 460 ~ 31.52'%

%35.22
%33.26
%31.52

CMYK color model

#A29991 color CMYK value is (0,6,10,36).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 10.49%
  • key color value is 36.47%

CMYK: (0,6,10,36)
C0M6Y10K36 (0%, 6%, 10%, 36%)
(0.00 / 0.06 / 0.10 / 0.36)

CMYK percentages

%0
%5.56
%10.49
%36.47

Codes

Color #A29991 in popluar color models

A2 99 91
RGB 162 153 145
HSL 28° 8.37% 60.20%
HSB/HSV 28° 10.49% 63.53%
CMYK 0.00% 5.56% 10.49%
36.47%

Color #A29991 in popluar number systems.

HEX A2 99 91
Decimal 162 153 145
Binary 10100010 10011001 10010001
Octal 242 231 221

Shades and tints

Shades of #A29991

#A29991
(162,153,145)
#948C84
(148,140,132)
#867F77
(134,127,119)
#78726A
(120,114,106)
#6A655D
(106,101,93)
#5C5850
(92,88,80)
#4E4B43
(78,75,67)
#403E36
(64,62,54)
#323129
(50,49,41)
#24241C
(36,36,28)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #A29991

#A29991
(162,153,145)
#AAA29B
(170,162,155)
#B2ABA5
(178,171,165)
#BAB4AF
(186,180,175)
#C2BDB9
(194,189,185)
#CAC6C3
(202,198,195)
#D2CFCD
(210,207,205)
#DAD8D7
(218,216,215)
#E2E1E1
(226,225,225)
#EAEAEB
(234,234,235)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29991 color. Also use rgb(162,153,145) instead hex code.

Text Font Color

.myTextColor { color: #A29991; }

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

This text font color is #A29991.

Background Color

.myBgColor { background-color: #A29991; }

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

This div background color is #A29991.

Border color

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

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

This div border color is #A29991.

Opacity

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

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

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

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

This text has shadow with #A29991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29991.

Preview

Color preview on black background

This text has color #A29991 on black background.


Color preview on white background

This text has color #A29991 on white background.


Black color preview on #A29991 background

This text has black color on #A29991 background.


White color preview on #A29991 background

This text has white color on #A29991 background.


Related colors

Complementary color

Complementary color for #hex is #5D666E.


I love getcolorcode.com

Triadic colors

1 #91A299 and #9991A2 with #A29991 are triadic colors.

2 #9199A2 and #99A291 with #A29991 are triadic colors.