COLOR #AD98A4

HEX: #AD98A4 RGB: (173,152,164)

Color info

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

RGB color model

#AD98A4 color RGB value is (173,152,164).

RGB: (173,152,164) (68%, 60%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 164 of 255 = 64%

173
152
164

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

Portions of RGB colors in percentages

R + G + B = 173 + 152 + 164 = 489 (100%)
R 173 of 489 ~ 35.38%
G 152 of 489 ~ 31.08%
B 164 of 489 ~ 33.54'%

%35.38
%31.08
%33.54

CMYK color model

#AD98A4 color CMYK value is (0,12,5,32).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 5.20%
  • key color value is 32.16%

CMYK: (0,12,5,32)
C0M12Y5K32 (0%, 12%, 5%, 32%)
(0.00 / 0.12 / 0.05 / 0.32)

CMYK percentages

%0
%12.14
%5.2
%32.16

Codes

Color #AD98A4 in popluar color models

AD 98 A4
RGB 173 152 164
HSL 326° 11.35% 63.73%
HSB/HSV 326° 12.14% 67.84%
CMYK 0.00% 12.14% 5.20%
32.16%

Color #AD98A4 in popluar number systems.

HEX AD 98 A4
Decimal 173 152 164
Binary 10101101 10011000 10100100
Octal 255 230 244

Shades and tints

Shades of #AD98A4

#AD98A4
(173,152,164)
#9E8B96
(158,139,150)
#8F7E88
(143,126,136)
#80717A
(128,113,122)
#71646C
(113,100,108)
#62575E
(98,87,94)
#534A50
(83,74,80)
#443D42
(68,61,66)
#353034
(53,48,52)
#262326
(38,35,38)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #AD98A4

#AD98A4
(173,152,164)
#B4A1AC
(180,161,172)
#BBAAB4
(187,170,180)
#C2B3BC
(194,179,188)
#C9BCC4
(201,188,196)
#D0C5CC
(208,197,204)
#D7CED4
(215,206,212)
#DED7DC
(222,215,220)
#E5E0E4
(229,224,228)
#ECE9EC
(236,233,236)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD98A4 color. Also use rgb(173,152,164) instead hex code.

Text Font Color

.myTextColor { color: #AD98A4; }

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

This text font color is #AD98A4.

Background Color

.myBgColor { background-color: #AD98A4; }

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

This div background color is #AD98A4.

Border color

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

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

This div border color is #AD98A4.

Opacity

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

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

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

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

This text has shadow with #AD98A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD98A4.

Preview

Color preview on black background

This text has color #AD98A4 on black background.


Color preview on white background

This text has color #AD98A4 on white background.


Black color preview on #AD98A4 background

This text has black color on #AD98A4 background.


White color preview on #AD98A4 background

This text has white color on #AD98A4 background.


Related colors

Complementary color

Complementary color for #hex is #52675B.


I love getcolorcode.com

Triadic colors

1 #A4AD98 and #98A4AD with #AD98A4 are triadic colors.

2 #A498AD and #98ADA4 with #AD98A4 are triadic colors.