COLOR #A09DAF

HEX: #A09DAF RGB: (160,157,175)

Color info

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

RGB color model

#A09DAF color RGB value is (160,157,175).

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

RGB channels and saturation

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

160
157
175

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

Portions of RGB colors in percentages

R + G + B = 160 + 157 + 175 = 492 (100%)
R 160 of 492 ~ 32.52%
G 157 of 492 ~ 31.91%
B 175 of 492 ~ 35.57'%

%32.52
%31.91
%35.57

CMYK color model

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

  • cyan value is 8.57%
  • magenta value is 10.29%
  • 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
%10.29
%0
%31.37

Codes

Color #A09DAF in popluar color models

A0 9D AF
RGB 160 157 175
HSL 250° 10.11% 65.10%
HSB/HSV 250° 10.29% 68.63%
CMYK 8.57% 10.29% 0.00%
31.37%

Color #A09DAF in popluar number systems.

HEX A0 9D AF
Decimal 160 157 175
Binary 10100000 10011101 10101111
Octal 240 235 257

Shades and tints

Shades of #A09DAF

#A09DAF
(160,157,175)
#928FA0
(146,143,160)
#848191
(132,129,145)
#767382
(118,115,130)
#686573
(104,101,115)
#5A5764
(90,87,100)
#4C4955
(76,73,85)
#3E3B46
(62,59,70)
#302D37
(48,45,55)
#221F28
(34,31,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #A09DAF

#A09DAF
(160,157,175)
#A8A5B6
(168,165,182)
#B0ADBD
(176,173,189)
#B8B5C4
(184,181,196)
#C0BDCB
(192,189,203)
#C8C5D2
(200,197,210)
#D0CDD9
(208,205,217)
#D8D5E0
(216,213,224)
#E0DDE7
(224,221,231)
#E8E5EE
(232,229,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09DAF; }

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

This text font color is #A09DAF.

Background Color

.myBgColor { background-color: #A09DAF; }

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

This div background color is #A09DAF.

Border color

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

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

This div border color is #A09DAF.

Opacity

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

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

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

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

This text has shadow with #A09DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09DAF.

Preview

Color preview on black background

This text has color #A09DAF on black background.


Color preview on white background

This text has color #A09DAF on white background.


Black color preview on #A09DAF background

This text has black color on #A09DAF background.


White color preview on #A09DAF background

This text has white color on #A09DAF background.


Related colors

Complementary color

Complementary color for #hex is #5F6250.


I love getcolorcode.com

Triadic colors

1 #AFA09D and #9DAFA0 with #A09DAF are triadic colors.

2 #AF9DA0 and #9DA0AF with #A09DAF are triadic colors.