COLOR #A09DAD

HEX: #A09DAD RGB: (160,157,173)

Color info

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

RGB color model

#A09DAD color RGB value is (160,157,173).

RGB: (160,157,173) (63%, 62%, 68%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 173 of 255 = 68%

160
157
173

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

Portions of RGB colors in percentages

R + G + B = 160 + 157 + 173 = 490 (100%)
R 160 of 490 ~ 32.65%
G 157 of 490 ~ 32.04%
B 173 of 490 ~ 35.31'%

%32.65
%32.04
%35.31

CMYK color model

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

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

CMYK percentages

%7.51
%9.25
%0
%32.16

Codes

Color #A09DAD in popluar color models

A0 9D AD
RGB 160 157 173
HSL 251° 8.89% 64.71%
HSB/HSV 251° 9.25% 67.84%
CMYK 7.51% 9.25% 0.00%
32.16%

Color #A09DAD in popluar number systems.

HEX A0 9D AD
Decimal 160 157 173
Binary 10100000 10011101 10101101
Octal 240 235 255

Shades and tints

Shades of #A09DAD

#A09DAD
(160,157,173)
#928F9E
(146,143,158)
#84818F
(132,129,143)
#767380
(118,115,128)
#686571
(104,101,113)
#5A5762
(90,87,98)
#4C4953
(76,73,83)
#3E3B44
(62,59,68)
#302D35
(48,45,53)
#221F26
(34,31,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #A09DAD

#A09DAD
(160,157,173)
#A8A5B4
(168,165,180)
#B0ADBB
(176,173,187)
#B8B5C2
(184,181,194)
#C0BDC9
(192,189,201)
#C8C5D0
(200,197,208)
#D0CDD7
(208,205,215)
#D8D5DE
(216,213,222)
#E0DDE5
(224,221,229)
#E8E5EC
(232,229,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09DAD; }

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

This text font color is #A09DAD.

Background Color

.myBgColor { background-color: #A09DAD; }

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

This div background color is #A09DAD.

Border color

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

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

This div border color is #A09DAD.

Opacity

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

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

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

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

This text has shadow with #A09DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09DAD.

Preview

Color preview on black background

This text has color #A09DAD on black background.


Color preview on white background

This text has color #A09DAD on white background.


Black color preview on #A09DAD background

This text has black color on #A09DAD background.


White color preview on #A09DAD background

This text has white color on #A09DAD background.


Related colors

Complementary color

Complementary color for #hex is #5F6252.


I love getcolorcode.com

Triadic colors

1 #ADA09D and #9DADA0 with #A09DAD are triadic colors.

2 #AD9DA0 and #9DA0AD with #A09DAD are triadic colors.