COLOR #A09EAE

HEX: #A09EAE RGB: (160,158,174)

Color info

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

RGB color model

#A09EAE color RGB value is (160,158,174).

RGB: (160,158,174) (63%, 62%, 68%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 174 of 255 = 68%

160
158
174

R + G + B ~ 64%. #A09EAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 174 = 492 (100%)
R 160 of 492 ~ 32.52%
G 158 of 492 ~ 32.11%
B 174 of 492 ~ 35.37'%

%32.52
%32.11
%35.37

CMYK color model

#A09EAE color CMYK value is (8,9,0,32).

  • cyan value is 8.05%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (8,9,0,32) C8M9Y0K32 (8%,9%,0%,32%) (0.08/0.09/0.00/0.32) 

CMYK percentages

%8.05
%9.2
%0
%31.76

Codes

Color #A09EAE in popluar color models

A0 9E AE
RGB 160 158 174
HSL 248° 8.99% 65.10%
HSB/HSV 248° 9.20% 68.24%
CMYK 8.05% 9.20% 0.00%
31.76%

Color #A09EAE in popluar number systems.

HEX A0 9E AE
Decimal 160 158 174
Binary 10100000 10011110 10101110
Octal 240 236 256

Shades and tints

Shades of #A09EAE

#A09EAE
(160,158,174)
#92909F
(146,144,159)
#848290
(132,130,144)
#767481
(118,116,129)
#686672
(104,102,114)
#5A5863
(90,88,99)
#4C4A54
(76,74,84)
#3E3C45
(62,60,69)
#302E36
(48,46,54)
#222027
(34,32,39)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #A09EAE

#A09EAE
(160,158,174)
#A8A6B5
(168,166,181)
#B0AEBC
(176,174,188)
#B8B6C3
(184,182,195)
#C0BECA
(192,190,202)
#C8C6D1
(200,198,209)
#D0CED8
(208,206,216)
#D8D6DF
(216,214,223)
#E0DEE6
(224,222,230)
#E8E6ED
(232,230,237)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09EAE; }

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

This text font color is #A09EAE.

Background Color

.myBgColor { background-color: #A09EAE; }

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

This div background color is #A09EAE.

Border color

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

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

This div border color is #A09EAE.

Opacity

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

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

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

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

This text has shadow with #A09EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09EAE.

Preview

Color preview on black background

This text has color #A09EAE on black background.


Color preview on white background

This text has color #A09EAE on white background.


Black color preview on #A09EAE background

This text has black color on #A09EAE background.


White color preview on #A09EAE background

This text has white color on #A09EAE background.


Related colors

Complementary color

Complementary color for #hex is #5F6151.


I love getcolorcode.com

Triadic colors

1 #AEA09E and #9EAEA0 with #A09EAE are triadic colors.

2 #AE9EA0 and #9EA0AE with #A09EAE are triadic colors.