COLOR #A09597

HEX: #A09597
RGB: (160,149,151)

Color info

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

RGB color model

#A09597 color RGB value is (160,149,151).

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

RGB channels and saturation

R 160 of 255 = 63%
G 149 of 255 = 58%
B 151 of 255 = 59%

160
149
151

R + G + B ~ 60%. #A09597 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 149 + 151 = 460 (100%)
R 160 of 460 ~ 34.78%
G 149 of 460 ~ 32.39%
B 151 of 460 ~ 32.83%

%34.78
%32.39
%32.83

CMYK color model

#A09597 color CMYK value is (0,7,6,37).

  • cyan value is 0.00%
  • magenta value is 6.87%
  • yellow value is 5.63%
  • key color value is 37.25%
CMYK:
(0,7,6,37)
C0M7Y6K37 
(0%,7%,6%,37%)
(0.00/0.07/0.06/0.37)	

CMYK percentages

%0
%6.87
%5.63
%37.25

Codes

Color #A09597 in popluar color models

A09597
RGB160149151
HSL349°5.47%60.59%
HSB/HSV349°6.87%62.75%
CMYK0.00%6.87%5.63%
37.25%

Color #A09597 in popluar number systems.

HEXA09597
Decimal160149151
Binary101000001001010110010111
Octal240225227

Shades and tints

Shades of #A09597

#A09597
(160,149,151)
#92888A
(146,136,138)
#847B7D
(132,123,125)
#766E70
(118,110,112)
#686163
(104,97,99)
#5A5456
(90,84,86)
#4C4749
(76,71,73)
#3E3A3C
(62,58,60)
#302D2F
(48,45,47)
#222022
(34,32,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A09597

#A09597
(160,149,151)
#A89EA0
(168,158,160)
#B0A7A9
(176,167,169)
#B8B0B2
(184,176,178)
#C0B9BB
(192,185,187)
#C8C2C4
(200,194,196)
#D0CBCD
(208,203,205)
#D8D4D6
(216,212,214)
#E0DDDF
(224,221,223)
#E8E6E8
(232,230,232)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09597; }

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

This text font color is #A09597.


Background Color

.myBgColor { background-color: #A09597; }

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

This div background color is #A09597.


Border color

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

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

This div border color is #A09597.


Opacity

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

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

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

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

This text has shadow with #A09597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09597 on black background.


Color preview on white background

This text has color #A09597 on white background.



Black color preview on #A09597 background

This text has black color on #A09597 background.


White color preview on #A09597 background

This text has white color on #A09597 background.