COLOR #A29888

HEX: #A29888 RGB: (162,152,136)

Color info

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

RGB color model

#A29888 color RGB value is (162,152,136).

RGB: (162,152,136) (64%, 60%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 152 of 255 = 60%
B 136 of 255 = 53%

162
152
136

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

Portions of RGB colors in percentages

R + G + B = 162 + 152 + 136 = 450 (100%)
R 162 of 450 ~ 36%
G 152 of 450 ~ 33.78%
B 136 of 450 ~ 30.22'%

%36
%33.78
%30.22

CMYK color model

#A29888 color CMYK value is (0,6,16,36).

  • cyan value is 0.00%
  • magenta value is 6.17%
  • yellow value is 16.05%
  • key color value is 36.47%

CMYK: (0,6,16,36)
C0M6Y16K36 (0%, 6%, 16%, 36%)
(0.00 / 0.06 / 0.16 / 0.36)

CMYK percentages

%0
%6.17
%16.05
%36.47

Codes

Color #A29888 in popluar color models

A2 98 88
RGB 162 152 136
HSL 37° 12.26% 58.43%
HSB/HSV 37° 16.05% 63.53%
CMYK 0.00% 6.17% 16.05%
36.47%

Color #A29888 in popluar number systems.

HEX A2 98 88
Decimal 162 152 136
Binary 10100010 10011000 10001000
Octal 242 230 210

Shades and tints

Shades of #A29888

#A29888
(162,152,136)
#948B7C
(148,139,124)
#867E70
(134,126,112)
#787164
(120,113,100)
#6A6458
(106,100,88)
#5C574C
(92,87,76)
#4E4A40
(78,74,64)
#403D34
(64,61,52)
#323028
(50,48,40)
#24231C
(36,35,28)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #A29888

#A29888
(162,152,136)
#AAA192
(170,161,146)
#B2AA9C
(178,170,156)
#BAB3A6
(186,179,166)
#C2BCB0
(194,188,176)
#CAC5BA
(202,197,186)
#D2CEC4
(210,206,196)
#DAD7CE
(218,215,206)
#E2E0D8
(226,224,216)
#EAE9E2
(234,233,226)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29888 color. Also use rgb(162,152,136) instead hex code.

Text Font Color

.myTextColor { color: #A29888; }

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

This text font color is #A29888.

Background Color

.myBgColor { background-color: #A29888; }

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

This div background color is #A29888.

Border color

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

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

This div border color is #A29888.

Opacity

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

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

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

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

This text has shadow with #A29888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29888.

Preview

Color preview on black background

This text has color #A29888 on black background.


Color preview on white background

This text has color #A29888 on white background.


Black color preview on #A29888 background

This text has black color on #A29888 background.


White color preview on #A29888 background

This text has white color on #A29888 background.


Related colors

Complementary color

Complementary color for #hex is #5D6777.


I love getcolorcode.com

Triadic colors

1 #88A298 and #9888A2 with #A29888 are triadic colors.

2 #8898A2 and #98A288 with #A29888 are triadic colors.