COLOR #AD849A

HEX: #AD849A
RGB: (173,132,154)

Color info

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

RGB color model

#AD849A color RGB value is (173,132,154).

  • red value is 173;
  • green value is 132;
  • blue value is 154.
RGB:
(173,132,154)
(68%,52%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 154 of 255 = 60%

173
132
154

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

Portions of RGB colors in percentages

R + G + B =
173 + 132 + 154 = 459 (100%)
R 173 of 459 ~ 37.69%
G 132 of 459 ~ 28.76%
B 154 of 459 ~ 33.55%

%37.69
%28.76
%33.55

CMYK color model

#AD849A color CMYK value is (0,24,11,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(0,24,11,32)
C0M24Y11K32 
(0%,24%,11%,32%)
(0.00/0.24/0.11/0.32)	

CMYK percentages

%0
%23.7
%10.98
%32.16

Codes

Color #AD849A in popluar color models

AD849A
RGB173132154
HSL328°20.00%59.80%
HSB/HSV328°23.70%67.84%
CMYK0.00%23.70%10.98%
32.16%

Color #AD849A in popluar number systems.

HEXAD849A
Decimal173132154
Binary101011011000010010011010
Octal255204232

Shades and tints

Shades of #AD849A

#AD849A
(173,132,154)
#9E788C
(158,120,140)
#8F6C7E
(143,108,126)
#806070
(128,96,112)
#715462
(113,84,98)
#624854
(98,72,84)
#533C46
(83,60,70)
#443038
(68,48,56)
#35242A
(53,36,42)
#26181C
(38,24,28)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #AD849A

#AD849A
(173,132,154)
#B48FA3
(180,143,163)
#BB9AAC
(187,154,172)
#C2A5B5
(194,165,181)
#C9B0BE
(201,176,190)
#D0BBC7
(208,187,199)
#D7C6D0
(215,198,208)
#DED1D9
(222,209,217)
#E5DCE2
(229,220,226)
#ECE7EB
(236,231,235)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD849A; }

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

This text font color is #AD849A.


Background Color

.myBgColor { background-color: #AD849A; }

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

This div background color is #AD849A.


Border color

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

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

This div border color is #AD849A.


Opacity

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

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

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

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

This text has shadow with #AD849A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD849A on black background.


Color preview on white background

This text has color #AD849A on white background.



Black color preview on #AD849A background

This text has black color on #AD849A background.


White color preview on #AD849A background

This text has white color on #AD849A background.