COLOR #AD829F

HEX: #AD829F RGB: (173,130,159)

Color info

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

RGB color model

#AD829F color RGB value is (173,130,159).

RGB: (173,130,159) (68%, 51%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 159 of 255 = 62%

173
130
159

R + G + B ~ 60%. #AD829F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 130 + 159 = 462 (100%)
R 173 of 462 ~ 37.45%
G 130 of 462 ~ 28.14%
B 159 of 462 ~ 34.42'%

%37.45
%28.14
%34.42

CMYK color model

#AD829F color CMYK value is (0,25,8,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 8.09%
  • key color value is 32.16%

CMYK: (0,25,8,32)
C0M25Y8K32 (0%, 25%, 8%, 32%)
(0.00 / 0.25 / 0.08 / 0.32)

CMYK percentages

%0
%24.86
%8.09
%32.16

Codes

Color #AD829F in popluar color models

AD 82 9F
RGB 173 130 159
HSL 320° 20.77% 59.41%
HSB/HSV 320° 24.86% 67.84%
CMYK 0.00% 24.86% 8.09%
32.16%

Color #AD829F in popluar number systems.

HEX AD 82 9F
Decimal 173 130 159
Binary 10101101 10000010 10011111
Octal 255 202 237

Shades and tints

Shades of #AD829F

#AD829F
(173,130,159)
#9E7791
(158,119,145)
#8F6C83
(143,108,131)
#806175
(128,97,117)
#715667
(113,86,103)
#624B59
(98,75,89)
#53404B
(83,64,75)
#44353D
(68,53,61)
#352A2F
(53,42,47)
#261F21
(38,31,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #AD829F

#AD829F
(173,130,159)
#B48DA7
(180,141,167)
#BB98AF
(187,152,175)
#C2A3B7
(194,163,183)
#C9AEBF
(201,174,191)
#D0B9C7
(208,185,199)
#D7C4CF
(215,196,207)
#DECFD7
(222,207,215)
#E5DADF
(229,218,223)
#ECE5E7
(236,229,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD829F color. Also use rgb(173,130,159) instead hex code.

Text Font Color

.myTextColor { color: #AD829F; }

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

This text font color is #AD829F.

Background Color

.myBgColor { background-color: #AD829F; }

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

This div background color is #AD829F.

Border color

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

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

This div border color is #AD829F.

Opacity

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

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

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

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

This text has shadow with #AD829F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD829F.

Preview

Color preview on black background

This text has color #AD829F on black background.


Color preview on white background

This text has color #AD829F on white background.


Black color preview on #AD829F background

This text has black color on #AD829F background.


White color preview on #AD829F background

This text has white color on #AD829F background.


Related colors

Complementary color

Complementary color for #hex is #527D60.


I love getcolorcode.com

Triadic colors

1 #9FAD82 and #829FAD with #AD829F are triadic colors.

2 #9F82AD and #82AD9F with #AD829F are triadic colors.