COLOR #A09C9D

HEX: #A09C9D RGB: (160,156,157)

Color info

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

RGB color model

#A09C9D color RGB value is (160,156,157).

RGB: (160,156,157) (63%, 61%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 157 of 255 = 62%

160
156
157

R + G + B ~ 62%. #A09C9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 156 + 157 = 473 (100%)
R 160 of 473 ~ 33.83%
G 156 of 473 ~ 32.98%
B 157 of 473 ~ 33.19'%

%33.83
%32.98
%33.19

CMYK color model

#A09C9D color CMYK value is (0,2,2,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 1.87%
  • key color value is 37.25%

CMYK: (0,2,2,37)
C0M2Y2K37 (0%, 2%, 2%, 37%)
(0.00 / 0.02 / 0.02 / 0.37)

CMYK percentages

%0
%2.5
%1.87
%37.25

Codes

Color #A09C9D in popluar color models

A0 9C 9D
RGB 160 156 157
HSL 345° 2.06% 61.96%
HSB/HSV 345° 2.50% 62.75%
CMYK 0.00% 2.50% 1.87%
37.25%

Color #A09C9D in popluar number systems.

HEX A0 9C 9D
Decimal 160 156 157
Binary 10100000 10011100 10011101
Octal 240 234 235

Shades and tints

Shades of #A09C9D

#A09C9D
(160,156,157)
#928E8F
(146,142,143)
#848081
(132,128,129)
#767273
(118,114,115)
#686465
(104,100,101)
#5A5657
(90,86,87)
#4C4849
(76,72,73)
#3E3A3B
(62,58,59)
#302C2D
(48,44,45)
#221E1F
(34,30,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #A09C9D

#A09C9D
(160,156,157)
#A8A5A5
(168,165,165)
#B0AEAD
(176,174,173)
#B8B7B5
(184,183,181)
#C0C0BD
(192,192,189)
#C8C9C5
(200,201,197)
#D0D2CD
(208,210,205)
#D8DBD5
(216,219,213)
#E0E4DD
(224,228,221)
#E8EDE5
(232,237,229)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09C9D color. Also use rgb(160,156,157) instead hex code.

Text Font Color

.myTextColor { color: #A09C9D; }

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

This text font color is #A09C9D.

Background Color

.myBgColor { background-color: #A09C9D; }

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

This div background color is #A09C9D.

Border color

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

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

This div border color is #A09C9D.

Opacity

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

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

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

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

This text has shadow with #A09C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09C9D.

Preview

Color preview on black background

This text has color #A09C9D on black background.


Color preview on white background

This text has color #A09C9D on white background.


Black color preview on #A09C9D background

This text has black color on #A09C9D background.


White color preview on #A09C9D background

This text has white color on #A09C9D background.


Related colors

Complementary color

Complementary color for #hex is #5F6362.


I love getcolorcode.com

Triadic colors

1 #9DA09C and #9C9DA0 with #A09C9D are triadic colors.

2 #9D9CA0 and #9CA09D with #A09C9D are triadic colors.