COLOR #A09DAC

HEX: #A09DAC RGB: (160,157,172)

Color info

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

RGB color model

#A09DAC color RGB value is (160,157,172).

RGB: (160,157,172) (63%, 62%, 67%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 172 of 255 = 67%

160
157
172

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

Portions of RGB colors in percentages

R + G + B = 160 + 157 + 172 = 489 (100%)
R 160 of 489 ~ 32.72%
G 157 of 489 ~ 32.11%
B 172 of 489 ~ 35.17'%

%32.72
%32.11
%35.17

CMYK color model

#A09DAC color CMYK value is (7,9,0,33).

  • cyan value is 6.98%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (7,9,0,33)
C7M9Y0K33 (7%, 9%, 0%, 33%)
(0.07 / 0.09 / 0.00 / 0.33)

CMYK percentages

%6.98
%8.72
%0
%32.55

Codes

Color #A09DAC in popluar color models

A0 9D AC
RGB 160 157 172
HSL 252° 8.29% 64.51%
HSB/HSV 252° 8.72% 67.45%
CMYK 6.98% 8.72% 0.00%
32.55%

Color #A09DAC in popluar number systems.

HEX A0 9D AC
Decimal 160 157 172
Binary 10100000 10011101 10101100
Octal 240 235 254

Shades and tints

Shades of #A09DAC

#A09DAC
(160,157,172)
#928F9D
(146,143,157)
#84818E
(132,129,142)
#76737F
(118,115,127)
#686570
(104,101,112)
#5A5761
(90,87,97)
#4C4952
(76,73,82)
#3E3B43
(62,59,67)
#302D34
(48,45,52)
#221F25
(34,31,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A09DAC

#A09DAC
(160,157,172)
#A8A5B3
(168,165,179)
#B0ADBA
(176,173,186)
#B8B5C1
(184,181,193)
#C0BDC8
(192,189,200)
#C8C5CF
(200,197,207)
#D0CDD6
(208,205,214)
#D8D5DD
(216,213,221)
#E0DDE4
(224,221,228)
#E8E5EB
(232,229,235)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09DAC; }

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

This text font color is #A09DAC.

Background Color

.myBgColor { background-color: #A09DAC; }

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

This div background color is #A09DAC.

Border color

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

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

This div border color is #A09DAC.

Opacity

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

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

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

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

This text has shadow with #A09DAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09DAC.

Preview

Color preview on black background

This text has color #A09DAC on black background.


Color preview on white background

This text has color #A09DAC on white background.


Black color preview on #A09DAC background

This text has black color on #A09DAC background.


White color preview on #A09DAC background

This text has white color on #A09DAC background.


Related colors

Complementary color

Complementary color for #hex is #5F6253.


I love getcolorcode.com

Triadic colors

1 #ACA09D and #9DACA0 with #A09DAC are triadic colors.

2 #AC9DA0 and #9DA0AC with #A09DAC are triadic colors.