COLOR #A29B99

HEX: #A29B99
RGB: (162,155,153)

Color info

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

RGB color model

#A29B99 color RGB value is (162,155,153).

  • red value is 162;
  • green value is 155;
  • blue value is 153.
RGB:
(162,155,153)
(64%,61%,60%)

RGB channels and saturation

R 162 of 255 = 64%
G 155 of 255 = 61%
B 153 of 255 = 60%

162
155
153

R + G + B ~ 62%. #A29B99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 155 + 153 = 470 (100%)
R 162 of 470 ~ 34.47%
G 155 of 470 ~ 32.98%
B 153 of 470 ~ 32.55%

%34.47
%32.98
%32.55

CMYK color model

#A29B99 color CMYK value is (0,4,6,36).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK:
(0,4,6,36)
C0M4Y6K36 
(0%,4%,6%,36%)
(0.00/0.04/0.06/0.36)	

CMYK percentages

%0
%4.32
%5.56
%36.47

Codes

Color #A29B99 in popluar color models

A29B99
RGB162155153
HSL13°4.62%61.76%
HSB/HSV13°5.56%63.53%
CMYK0.00%4.32%5.56%
36.47%

Color #A29B99 in popluar number systems.

HEXA29B99
Decimal162155153
Binary101000101001101110011001
Octal242233231

Shades and tints

Shades of #A29B99

#A29B99
(162,155,153)
#948D8C
(148,141,140)
#867F7F
(134,127,127)
#787172
(120,113,114)
#6A6365
(106,99,101)
#5C5558
(92,85,88)
#4E474B
(78,71,75)
#40393E
(64,57,62)
#322B31
(50,43,49)
#241D24
(36,29,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #A29B99

#A29B99
(162,155,153)
#AAA4A2
(170,164,162)
#B2ADAB
(178,173,171)
#BAB6B4
(186,182,180)
#C2BFBD
(194,191,189)
#CAC8C6
(202,200,198)
#D2D1CF
(210,209,207)
#DADAD8
(218,218,216)
#E2E3E1
(226,227,225)
#EAECEA
(234,236,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29B99; }

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

This text font color is #A29B99.


Background Color

.myBgColor { background-color: #A29B99; }

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

This div background color is #A29B99.


Border color

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

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

This div border color is #A29B99.


Opacity

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

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

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

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

This text has shadow with #A29B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29B99 on black background.


Color preview on white background

This text has color #A29B99 on white background.



Black color preview on #A29B99 background

This text has black color on #A29B99 background.


White color preview on #A29B99 background

This text has white color on #A29B99 background.