COLOR #A09A9D

HEX: #A09A9D RGB: (160,154,157)

Color info

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

RGB color model

#A09A9D color RGB value is (160,154,157).

RGB: (160,154,157) (63%, 60%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 154 of 255 = 60%
B 157 of 255 = 62%

160
154
157

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

Portions of RGB colors in percentages

R + G + B = 160 + 154 + 157 = 471 (100%)
R 160 of 471 ~ 33.97%
G 154 of 471 ~ 32.7%
B 157 of 471 ~ 33.33'%

%33.97
%32.7
%33.33

CMYK color model

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

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

CMYK: (0,4,2,37)
C0M4Y2K37 (0%, 4%, 2%, 37%)
(0.00 / 0.04 / 0.02 / 0.37)

CMYK percentages

%0
%3.75
%1.87
%37.25

Codes

Color #A09A9D in popluar color models

A0 9A 9D
RGB 160 154 157
HSL 330° 3.06% 61.57%
HSB/HSV 330° 3.75% 62.75%
CMYK 0.00% 3.75% 1.87%
37.25%

Color #A09A9D in popluar number systems.

HEX A0 9A 9D
Decimal 160 154 157
Binary 10100000 10011010 10011101
Octal 240 232 235

Shades and tints

Shades of #A09A9D

#A09A9D
(160,154,157)
#928C8F
(146,140,143)
#847E81
(132,126,129)
#767073
(118,112,115)
#686265
(104,98,101)
#5A5457
(90,84,87)
#4C4649
(76,70,73)
#3E383B
(62,56,59)
#302A2D
(48,42,45)
#221C1F
(34,28,31)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #A09A9D

#A09A9D
(160,154,157)
#A8A3A5
(168,163,165)
#B0ACAD
(176,172,173)
#B8B5B5
(184,181,181)
#C0BEBD
(192,190,189)
#C8C7C5
(200,199,197)
#D0D0CD
(208,208,205)
#D8D9D5
(216,217,213)
#E0E2DD
(224,226,221)
#E8EBE5
(232,235,229)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09A9D; }

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

This text font color is #A09A9D.

Background Color

.myBgColor { background-color: #A09A9D; }

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

This div background color is #A09A9D.

Border color

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

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

This div border color is #A09A9D.

Opacity

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

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

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

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

This text has shadow with #A09A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09A9D.

Preview

Color preview on black background

This text has color #A09A9D on black background.


Color preview on white background

This text has color #A09A9D on white background.


Black color preview on #A09A9D background

This text has black color on #A09A9D background.


White color preview on #A09A9D background

This text has white color on #A09A9D background.


Related colors

Complementary color

Complementary color for #hex is #5F6562.


I love getcolorcode.com

Triadic colors

1 #9DA09A and #9A9DA0 with #A09A9D are triadic colors.

2 #9D9AA0 and #9AA09D with #A09A9D are triadic colors.