COLOR #A09A91

HEX: #A09A91 RGB: (160,154,145)

Color info

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

RGB color model

#A09A91 color RGB value is (160,154,145).

RGB: (160,154,145) (63%, 60%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 154 of 255 = 60%
B 145 of 255 = 57%

160
154
145

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

Portions of RGB colors in percentages

R + G + B = 160 + 154 + 145 = 459 (100%)
R 160 of 459 ~ 34.86%
G 154 of 459 ~ 33.55%
B 145 of 459 ~ 31.59'%

%34.86
%33.55
%31.59

CMYK color model

#A09A91 color CMYK value is (0,4,9,37).

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

CMYK: (0,4,9,37)
C0M4Y9K37 (0%, 4%, 9%, 37%)
(0.00 / 0.04 / 0.09 / 0.37)

CMYK percentages

%0
%3.75
%9.38
%37.25

Codes

Color #A09A91 in popluar color models

A0 9A 91
RGB 160 154 145
HSL 36° 7.32% 59.80%
HSB/HSV 36° 9.38% 62.75%
CMYK 0.00% 3.75% 9.38%
37.25%

Color #A09A91 in popluar number systems.

HEX A0 9A 91
Decimal 160 154 145
Binary 10100000 10011010 10010001
Octal 240 232 221

Shades and tints

Shades of #A09A91

#A09A91
(160,154,145)
#928C84
(146,140,132)
#847E77
(132,126,119)
#76706A
(118,112,106)
#68625D
(104,98,93)
#5A5450
(90,84,80)
#4C4643
(76,70,67)
#3E3836
(62,56,54)
#302A29
(48,42,41)
#221C1C
(34,28,28)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #A09A91

#A09A91
(160,154,145)
#A8A39B
(168,163,155)
#B0ACA5
(176,172,165)
#B8B5AF
(184,181,175)
#C0BEB9
(192,190,185)
#C8C7C3
(200,199,195)
#D0D0CD
(208,208,205)
#D8D9D7
(216,217,215)
#E0E2E1
(224,226,225)
#E8EBEB
(232,235,235)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09A91; }

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

This text font color is #A09A91.

Background Color

.myBgColor { background-color: #A09A91; }

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

This div background color is #A09A91.

Border color

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

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

This div border color is #A09A91.

Opacity

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

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

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

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

This text has shadow with #A09A91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09A91.

Preview

Color preview on black background

This text has color #A09A91 on black background.


Color preview on white background

This text has color #A09A91 on white background.


Black color preview on #A09A91 background

This text has black color on #A09A91 background.


White color preview on #A09A91 background

This text has white color on #A09A91 background.


Related colors

Complementary color

Complementary color for #hex is #5F656E.


I love getcolorcode.com

Triadic colors

1 #91A09A and #9A91A0 with #A09A91 are triadic colors.

2 #919AA0 and #9AA091 with #A09A91 are triadic colors.