COLOR #AD828D

HEX: #AD828D
RGB: (173,130,141)

Color info

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

RGB color model

#AD828D color RGB value is (173,130,141).

  • red value is 173;
  • green value is 130;
  • blue value is 141.
RGB:
(173,130,141)
(68%,51%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 141 of 255 = 55%

173
130
141

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

Portions of RGB colors in percentages

R + G + B =
173 + 130 + 141 = 444 (100%)
R 173 of 444 ~ 38.96%
G 130 of 444 ~ 29.28%
B 141 of 444 ~ 31.76%

%38.96
%29.28
%31.76

CMYK color model

#AD828D color CMYK value is (0,25,18,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(0,25,18,32)
C0M25Y18K32 
(0%,25%,18%,32%)
(0.00/0.25/0.18/0.32)	

CMYK percentages

%0
%24.86
%18.5
%32.16

Codes

Color #AD828D in popluar color models

AD828D
RGB173130141
HSL345°20.77%59.41%
HSB/HSV345°24.86%67.84%
CMYK0.00%24.86%18.50%
32.16%

Color #AD828D in popluar number systems.

HEXAD828D
Decimal173130141
Binary101011011000001010001101
Octal255202215

Shades and tints

Shades of #AD828D

#AD828D
(173,130,141)
#9E7781
(158,119,129)
#8F6C75
(143,108,117)
#806169
(128,97,105)
#71565D
(113,86,93)
#624B51
(98,75,81)
#534045
(83,64,69)
#443539
(68,53,57)
#352A2D
(53,42,45)
#261F21
(38,31,33)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #AD828D

#AD828D
(173,130,141)
#B48D97
(180,141,151)
#BB98A1
(187,152,161)
#C2A3AB
(194,163,171)
#C9AEB5
(201,174,181)
#D0B9BF
(208,185,191)
#D7C4C9
(215,196,201)
#DECFD3
(222,207,211)
#E5DADD
(229,218,221)
#ECE5E7
(236,229,231)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD828D; }

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

This text font color is #AD828D.


Background Color

.myBgColor { background-color: #AD828D; }

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

This div background color is #AD828D.


Border color

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

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

This div border color is #AD828D.


Opacity

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

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

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

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

This text has shadow with #AD828D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD828D on black background.


Color preview on white background

This text has color #AD828D on white background.



Black color preview on #AD828D background

This text has black color on #AD828D background.


White color preview on #AD828D background

This text has white color on #AD828D background.