COLOR #AD9AAF

HEX: #AD9AAF RGB: (173,154,175)

Color info

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

RGB color model

#AD9AAF color RGB value is (173,154,175).

RGB: (173,154,175) (68%, 60%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 175 of 255 = 69%

173
154
175

R + G + B ~ 66%. #AD9AAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 154 + 175 = 502 (100%)
R 173 of 502 ~ 34.46%
G 154 of 502 ~ 30.68%
B 175 of 502 ~ 34.86'%

%34.46
%30.68
%34.86

CMYK color model

#AD9AAF color CMYK value is (1,12,0,31).

  • cyan value is 1.14%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (1,12,0,31)
C1M12Y0K31 (1%, 12%, 0%, 31%)
(0.01 / 0.12 / 0.00 / 0.31)

CMYK percentages

%1.14
%12
%0
%31.37

Codes

Color #AD9AAF in popluar color models

AD 9A AF
RGB 173 154 175
HSL 294° 11.60% 64.51%
HSB/HSV 294° 12.00% 68.63%
CMYK 1.14% 12.00% 0.00%
31.37%

Color #AD9AAF in popluar number systems.

HEX AD 9A AF
Decimal 173 154 175
Binary 10101101 10011010 10101111
Octal 255 232 257

Shades and tints

Shades of #AD9AAF

#AD9AAF
(173,154,175)
#9E8CA0
(158,140,160)
#8F7E91
(143,126,145)
#807082
(128,112,130)
#716273
(113,98,115)
#625464
(98,84,100)
#534655
(83,70,85)
#443846
(68,56,70)
#352A37
(53,42,55)
#261C28
(38,28,40)
#170E19
(23,14,25)
#000000
(0,0,0)

Tints of #AD9AAF

#AD9AAF
(173,154,175)
#B4A3B6
(180,163,182)
#BBACBD
(187,172,189)
#C2B5C4
(194,181,196)
#C9BECB
(201,190,203)
#D0C7D2
(208,199,210)
#D7D0D9
(215,208,217)
#DED9E0
(222,217,224)
#E5E2E7
(229,226,231)
#ECEBEE
(236,235,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9AAF color. Also use rgb(173,154,175) instead hex code.

Text Font Color

.myTextColor { color: #AD9AAF; }

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

This text font color is #AD9AAF.

Background Color

.myBgColor { background-color: #AD9AAF; }

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

This div background color is #AD9AAF.

Border color

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

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

This div border color is #AD9AAF.

Opacity

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

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

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

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

This text has shadow with #AD9AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9AAF.

Preview

Color preview on black background

This text has color #AD9AAF on black background.


Color preview on white background

This text has color #AD9AAF on white background.


Black color preview on #AD9AAF background

This text has black color on #AD9AAF background.


White color preview on #AD9AAF background

This text has white color on #AD9AAF background.


Related colors

Complementary color

Complementary color for #hex is #526550.


I love getcolorcode.com

Triadic colors

1 #AFAD9A and #9AAFAD with #AD9AAF are triadic colors.

2 #AF9AAD and #9AADAF with #AD9AAF are triadic colors.