COLOR #A99597

HEX: #A99597
RGB: (169,149,151)

Color info

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

RGB color model

#A99597 color RGB value is (169,149,151).

  • red value is 169;
  • green value is 149;
  • blue value is 151.
RGB:
(169,149,151)
(66%,58%,59%)

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 151 of 255 = 59%

169
149
151

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

Portions of RGB colors in percentages

R + G + B =
169 + 149 + 151 = 469 (100%)
R 169 of 469 ~ 36.03%
G 149 of 469 ~ 31.77%
B 151 of 469 ~ 32.2%

%36.03
%31.77
%32.2

CMYK color model

#A99597 color CMYK value is (0,12,11,34).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK:
(0,12,11,34)
C0M12Y11K34 
(0%,12%,11%,34%)
(0.00/0.12/0.11/0.34)	

CMYK percentages

%0
%11.83
%10.65
%33.73

Codes

Color #A99597 in popluar color models

A99597
RGB169149151
HSL354°10.42%62.35%
HSB/HSV354°11.83%66.27%
CMYK0.00%11.83%10.65%
33.73%

Color #A99597 in popluar number systems.

HEXA99597
Decimal169149151
Binary101010011001010110010111
Octal251225227

Shades and tints

Shades of #A99597

#A99597
(169,149,151)
#9A888A
(154,136,138)
#8B7B7D
(139,123,125)
#7C6E70
(124,110,112)
#6D6163
(109,97,99)
#5E5456
(94,84,86)
#4F4749
(79,71,73)
#403A3C
(64,58,60)
#312D2F
(49,45,47)
#222022
(34,32,34)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #A99597

#A99597
(169,149,151)
#B09EA0
(176,158,160)
#B7A7A9
(183,167,169)
#BEB0B2
(190,176,178)
#C5B9BB
(197,185,187)
#CCC2C4
(204,194,196)
#D3CBCD
(211,203,205)
#DAD4D6
(218,212,214)
#E1DDDF
(225,221,223)
#E8E6E8
(232,230,232)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99597 color. Also use rgb(169,149,151) instead hex code.

Text Font Color

.myTextColor { color: #A99597; }

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

This text font color is #A99597.


Background Color

.myBgColor { background-color: #A99597; }

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

This div background color is #A99597.


Border color

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

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

This div border color is #A99597.


Opacity

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

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

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

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

This text has shadow with #A99597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99597 on black background.


Color preview on white background

This text has color #A99597 on white background.



Black color preview on #A99597 background

This text has black color on #A99597 background.


White color preview on #A99597 background

This text has white color on #A99597 background.