COLOR #A29599

HEX: #A29599
RGB: (162,149,153)

Color info

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

RGB color model

#A29599 color RGB value is (162,149,153).

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

RGB channels and saturation

R 162 of 255 = 64%
G 149 of 255 = 58%
B 153 of 255 = 60%

162
149
153

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

Portions of RGB colors in percentages

R + G + B =
162 + 149 + 153 = 464 (100%)
R 162 of 464 ~ 34.91%
G 149 of 464 ~ 32.11%
B 153 of 464 ~ 32.97%

%34.91
%32.11
%32.97

CMYK color model

#A29599 color CMYK value is (0,8,6,36).

  • cyan value is 0.00%
  • magenta value is 8.02%
  • yellow value is 5.56%
  • key color value is 36.47%
CMYK:
(0,8,6,36)
C0M8Y6K36 
(0%,8%,6%,36%)
(0.00/0.08/0.06/0.36)	

CMYK percentages

%0
%8.02
%5.56
%36.47

Codes

Color #A29599 in popluar color models

A29599
RGB162149153
HSL342°6.53%60.98%
HSB/HSV342°8.02%63.53%
CMYK0.00%8.02%5.56%
36.47%

Color #A29599 in popluar number systems.

HEXA29599
Decimal162149153
Binary101000101001010110011001
Octal242225231

Shades and tints

Shades of #A29599

#A29599
(162,149,153)
#94888C
(148,136,140)
#867B7F
(134,123,127)
#786E72
(120,110,114)
#6A6165
(106,97,101)
#5C5458
(92,84,88)
#4E474B
(78,71,75)
#403A3E
(64,58,62)
#322D31
(50,45,49)
#242024
(36,32,36)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #A29599

#A29599
(162,149,153)
#AA9EA2
(170,158,162)
#B2A7AB
(178,167,171)
#BAB0B4
(186,176,180)
#C2B9BD
(194,185,189)
#CAC2C6
(202,194,198)
#D2CBCF
(210,203,207)
#DAD4D8
(218,212,216)
#E2DDE1
(226,221,225)
#EAE6EA
(234,230,234)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A29599; }

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

This text font color is #A29599.


Background Color

.myBgColor { background-color: #A29599; }

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

This div background color is #A29599.


Border color

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

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

This div border color is #A29599.


Opacity

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

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

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

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

This text has shadow with #A29599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29599 on black background.


Color preview on white background

This text has color #A29599 on white background.



Black color preview on #A29599 background

This text has black color on #A29599 background.


White color preview on #A29599 background

This text has white color on #A29599 background.