COLOR #A29996

HEX: #A29996
RGB: (162,153,150)

Color info

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

RGB color model

#A29996 color RGB value is (162,153,150).

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

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 150 of 255 = 59%

162
153
150

R + G + B ~ 61%. #A29996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 153 + 150 = 465 (100%)
R 162 of 465 ~ 34.84%
G 153 of 465 ~ 32.9%
B 150 of 465 ~ 32.26%

%34.84
%32.9
%32.26

CMYK color model

#A29996 color CMYK value is (0,6,7,36).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(0,6,7,36)
C0M6Y7K36 
(0%,6%,7%,36%)
(0.00/0.06/0.07/0.36)	

CMYK percentages

%0
%5.56
%7.41
%36.47

Codes

Color #A29996 in popluar color models

A29996
RGB162153150
HSL15°6.06%61.18%
HSB/HSV15°7.41%63.53%
CMYK0.00%5.56%7.41%
36.47%

Color #A29996 in popluar number systems.

HEXA29996
Decimal162153150
Binary101000101001100110010110
Octal242231226

Shades and tints

Shades of #A29996

#A29996
(162,153,150)
#948C89
(148,140,137)
#867F7C
(134,127,124)
#78726F
(120,114,111)
#6A6562
(106,101,98)
#5C5855
(92,88,85)
#4E4B48
(78,75,72)
#403E3B
(64,62,59)
#32312E
(50,49,46)
#242421
(36,36,33)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #A29996

#A29996
(162,153,150)
#AAA29F
(170,162,159)
#B2ABA8
(178,171,168)
#BAB4B1
(186,180,177)
#C2BDBA
(194,189,186)
#CAC6C3
(202,198,195)
#D2CFCC
(210,207,204)
#DAD8D5
(218,216,213)
#E2E1DE
(226,225,222)
#EAEAE7
(234,234,231)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29996; }

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

This text font color is #A29996.


Background Color

.myBgColor { background-color: #A29996; }

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

This div background color is #A29996.


Border color

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

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

This div border color is #A29996.


Opacity

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

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

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

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

This text has shadow with #A29996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29996 on black background.


Color preview on white background

This text has color #A29996 on white background.



Black color preview on #A29996 background

This text has black color on #A29996 background.


White color preview on #A29996 background

This text has white color on #A29996 background.