COLOR #A09E8A

HEX: #A09E8A RGB: (160,158,138)

Color info

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

RGB color model

#A09E8A color RGB value is (160,158,138).

RGB: (160,158,138) (63%, 62%, 54%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 138 of 255 = 54%

160
158
138

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

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 138 = 456 (100%)
R 160 of 456 ~ 35.09%
G 158 of 456 ~ 34.65%
B 138 of 456 ~ 30.26'%

%35.09
%34.65
%30.26

CMYK color model

#A09E8A color CMYK value is (0,1,14,37).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 13.75%
  • key color value is 37.25%

CMYK: (0,1,14,37)
C0M1Y14K37 (0%, 1%, 14%, 37%)
(0.00 / 0.01 / 0.14 / 0.37)

CMYK percentages

%0
%1.25
%13.75
%37.25

Codes

Color #A09E8A in popluar color models

A0 9E 8A
RGB 160 158 138
HSL 55° 10.38% 58.43%
HSB/HSV 55° 13.75% 62.75%
CMYK 0.00% 1.25% 13.75%
37.25%

Color #A09E8A in popluar number systems.

HEX A0 9E 8A
Decimal 160 158 138
Binary 10100000 10011110 10001010
Octal 240 236 212

Shades and tints

Shades of #A09E8A

#A09E8A
(160,158,138)
#92907E
(146,144,126)
#848272
(132,130,114)
#767466
(118,116,102)
#68665A
(104,102,90)
#5A584E
(90,88,78)
#4C4A42
(76,74,66)
#3E3C36
(62,60,54)
#302E2A
(48,46,42)
#22201E
(34,32,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #A09E8A

#A09E8A
(160,158,138)
#A8A694
(168,166,148)
#B0AE9E
(176,174,158)
#B8B6A8
(184,182,168)
#C0BEB2
(192,190,178)
#C8C6BC
(200,198,188)
#D0CEC6
(208,206,198)
#D8D6D0
(216,214,208)
#E0DEDA
(224,222,218)
#E8E6E4
(232,230,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09E8A color. Also use rgb(160,158,138) instead hex code.

Text Font Color

.myTextColor { color: #A09E8A; }

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

This text font color is #A09E8A.

Background Color

.myBgColor { background-color: #A09E8A; }

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

This div background color is #A09E8A.

Border color

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

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

This div border color is #A09E8A.

Opacity

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

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

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

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

This text has shadow with #A09E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09E8A.

Preview

Color preview on black background

This text has color #A09E8A on black background.


Color preview on white background

This text has color #A09E8A on white background.


Black color preview on #A09E8A background

This text has black color on #A09E8A background.


White color preview on #A09E8A background

This text has white color on #A09E8A background.


Related colors

Complementary color

Complementary color for #hex is #5F6175.


I love getcolorcode.com

Triadic colors

1 #8AA09E and #9E8AA0 with #A09E8A are triadic colors.

2 #8A9EA0 and #9EA08A with #A09E8A are triadic colors.