COLOR #A29997

HEX: #A29997
RGB: (162,153,151)

Color info

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

RGB color model

#A29997 color RGB value is (162,153,151).

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

RGB channels and saturation

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

162
153
151

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

Portions of RGB colors in percentages

R + G + B =
162 + 153 + 151 = 466 (100%)
R 162 of 466 ~ 34.76%
G 153 of 466 ~ 32.83%
B 151 of 466 ~ 32.4%

%34.76
%32.83
%32.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 6.79%
  • 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
%6.79
%36.47

Codes

Color #A29997 in popluar color models

A29997
RGB162153151
HSL11°5.58%61.37%
HSB/HSV11°6.79%63.53%
CMYK0.00%5.56%6.79%
36.47%

Color #A29997 in popluar number systems.

HEXA29997
Decimal162153151
Binary101000101001100110010111
Octal242231227

Shades and tints

Shades of #A29997

#A29997
(162,153,151)
#948C8A
(148,140,138)
#867F7D
(134,127,125)
#787270
(120,114,112)
#6A6563
(106,101,99)
#5C5856
(92,88,86)
#4E4B49
(78,75,73)
#403E3C
(64,62,60)
#32312F
(50,49,47)
#242422
(36,36,34)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #A29997

#A29997
(162,153,151)
#AAA2A0
(170,162,160)
#B2ABA9
(178,171,169)
#BAB4B2
(186,180,178)
#C2BDBB
(194,189,187)
#CAC6C4
(202,198,196)
#D2CFCD
(210,207,205)
#DAD8D6
(218,216,214)
#E2E1DF
(226,225,223)
#EAEAE8
(234,234,232)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29997; }

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

This text font color is #A29997.


Background Color

.myBgColor { background-color: #A29997; }

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

This div background color is #A29997.


Border color

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

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

This div border color is #A29997.


Opacity

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

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

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

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

This text has shadow with #A29997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29997 on black background.


Color preview on white background

This text has color #A29997 on white background.



Black color preview on #A29997 background

This text has black color on #A29997 background.


White color preview on #A29997 background

This text has white color on #A29997 background.