COLOR #A09F9C

HEX: #A09F9C RGB: (160,159,156)

Color info

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

RGB color model

#A09F9C color RGB value is (160,159,156).

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

RGB channels and saturation

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

160
159
156

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

Portions of RGB colors in percentages

R + G + B = 160 + 159 + 156 = 475 (100%)
R 160 of 475 ~ 33.68%
G 159 of 475 ~ 33.47%
B 156 of 475 ~ 32.84'%

%33.68
%33.47
%32.84

CMYK color model

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

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

CMYK: (0,1,2,37)
C0M1Y2K37 (0%, 1%, 2%, 37%)
(0.00 / 0.01 / 0.02 / 0.37)

CMYK percentages

%0
%0.62
%2.5
%37.25

Codes

Color #A09F9C in popluar color models

A0 9F 9C
RGB 160 159 156
HSL 45° 2.06% 61.96%
HSB/HSV 45° 2.50% 62.75%
CMYK 0.00% 0.62% 2.50%
37.25%

Color #A09F9C in popluar number systems.

HEX A0 9F 9C
Decimal 160 159 156
Binary 10100000 10011111 10011100
Octal 240 237 234

Shades and tints

Shades of #A09F9C

#A09F9C
(160,159,156)
#92918E
(146,145,142)
#848380
(132,131,128)
#767572
(118,117,114)
#686764
(104,103,100)
#5A5956
(90,89,86)
#4C4B48
(76,75,72)
#3E3D3A
(62,61,58)
#302F2C
(48,47,44)
#22211E
(34,33,30)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A09F9C

#A09F9C
(160,159,156)
#A8A7A5
(168,167,165)
#B0AFAE
(176,175,174)
#B8B7B7
(184,183,183)
#C0BFC0
(192,191,192)
#C8C7C9
(200,199,201)
#D0CFD2
(208,207,210)
#D8D7DB
(216,215,219)
#E0DFE4
(224,223,228)
#E8E7ED
(232,231,237)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09F9C; }

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

This text font color is #A09F9C.

Background Color

.myBgColor { background-color: #A09F9C; }

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

This div background color is #A09F9C.

Border color

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

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

This div border color is #A09F9C.

Opacity

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

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

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

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

This text has shadow with #A09F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09F9C.

Preview

Color preview on black background

This text has color #A09F9C on black background.


Color preview on white background

This text has color #A09F9C on white background.


Black color preview on #A09F9C background

This text has black color on #A09F9C background.


White color preview on #A09F9C background

This text has white color on #A09F9C background.


Related colors

Complementary color

Complementary color for #hex is #5F6063.


I love getcolorcode.com

Triadic colors

1 #9CA09F and #9F9CA0 with #A09F9C are triadic colors.

2 #9C9FA0 and #9FA09C with #A09F9C are triadic colors.