COLOR #A09EAF

HEX: #A09EAF RGB: (160,158,175)

Color info

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

RGB color model

#A09EAF color RGB value is (160,158,175).

RGB: (160,158,175) (63%, 62%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 175 of 255 = 69%

160
158
175

R + G + B ~ 65%. #A09EAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 175 = 493 (100%)
R 160 of 493 ~ 32.45%
G 158 of 493 ~ 32.05%
B 175 of 493 ~ 35.5'%

%32.45
%32.05
%35.5

CMYK color model

#A09EAF color CMYK value is (9,10,0,31).

  • cyan value is 8.57%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (9,10,0,31) C9M10Y0K31 (9%,10%,0%,31%) (0.09/0.10/0.00/0.31) 

CMYK percentages

%8.57
%9.71
%0
%31.37

Codes

Color #A09EAF in popluar color models

A0 9E AF
RGB 160 158 175
HSL 247° 9.60% 65.29%
HSB/HSV 247° 9.71% 68.63%
CMYK 8.57% 9.71% 0.00%
31.37%

Color #A09EAF in popluar number systems.

HEX A0 9E AF
Decimal 160 158 175
Binary 10100000 10011110 10101111
Octal 240 236 257

Shades and tints

Shades of #A09EAF

#A09EAF
(160,158,175)
#9290A0
(146,144,160)
#848291
(132,130,145)
#767482
(118,116,130)
#686673
(104,102,115)
#5A5864
(90,88,100)
#4C4A55
(76,74,85)
#3E3C46
(62,60,70)
#302E37
(48,46,55)
#222028
(34,32,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #A09EAF

#A09EAF
(160,158,175)
#A8A6B6
(168,166,182)
#B0AEBD
(176,174,189)
#B8B6C4
(184,182,196)
#C0BECB
(192,190,203)
#C8C6D2
(200,198,210)
#D0CED9
(208,206,217)
#D8D6E0
(216,214,224)
#E0DEE7
(224,222,231)
#E8E6EE
(232,230,238)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09EAF; }

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

This text font color is #A09EAF.

Background Color

.myBgColor { background-color: #A09EAF; }

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

This div background color is #A09EAF.

Border color

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

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

This div border color is #A09EAF.

Opacity

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

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

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

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

This text has shadow with #A09EAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09EAF.

Preview

Color preview on black background

This text has color #A09EAF on black background.


Color preview on white background

This text has color #A09EAF on white background.


Black color preview on #A09EAF background

This text has black color on #A09EAF background.


White color preview on #A09EAF background

This text has white color on #A09EAF background.


Related colors

Complementary color

Complementary color for #hex is #5F6150.


I love getcolorcode.com

Triadic colors

1 #AFA09E and #9EAFA0 with #A09EAF are triadic colors.

2 #AF9EA0 and #9EA0AF with #A09EAF are triadic colors.