COLOR #AD819A

HEX: #AD819A
RGB: (173,129,154)

Color info

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

RGB color model

#AD819A color RGB value is (173,129,154).

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

RGB channels and saturation

R 173 of 255 = 68%
G 129 of 255 = 51%
B 154 of 255 = 60%

173
129
154

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

Portions of RGB colors in percentages

R + G + B =
173 + 129 + 154 = 456 (100%)
R 173 of 456 ~ 37.94%
G 129 of 456 ~ 28.29%
B 154 of 456 ~ 33.77%

%37.94
%28.29
%33.77

CMYK color model

#AD819A color CMYK value is (0,25,11,32).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(0,25,11,32)
C0M25Y11K32 
(0%,25%,11%,32%)
(0.00/0.25/0.11/0.32)	

CMYK percentages

%0
%25.43
%10.98
%32.16

Codes

Color #AD819A in popluar color models

AD819A
RGB173129154
HSL326°21.15%59.22%
HSB/HSV326°25.43%67.84%
CMYK0.00%25.43%10.98%
32.16%

Color #AD819A in popluar number systems.

HEXAD819A
Decimal173129154
Binary101011011000000110011010
Octal255201232

Shades and tints

Shades of #AD819A

#AD819A
(173,129,154)
#9E768C
(158,118,140)
#8F6B7E
(143,107,126)
#806070
(128,96,112)
#715562
(113,85,98)
#624A54
(98,74,84)
#533F46
(83,63,70)
#443438
(68,52,56)
#35292A
(53,41,42)
#261E1C
(38,30,28)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #AD819A

#AD819A
(173,129,154)
#B48CA3
(180,140,163)
#BB97AC
(187,151,172)
#C2A2B5
(194,162,181)
#C9ADBE
(201,173,190)
#D0B8C7
(208,184,199)
#D7C3D0
(215,195,208)
#DECED9
(222,206,217)
#E5D9E2
(229,217,226)
#ECE4EB
(236,228,235)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD819A; }

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

This text font color is #AD819A.


Background Color

.myBgColor { background-color: #AD819A; }

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

This div background color is #AD819A.


Border color

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

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

This div border color is #AD819A.


Opacity

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

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

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

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

This text has shadow with #AD819A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD819A on black background.


Color preview on white background

This text has color #AD819A on white background.



Black color preview on #AD819A background

This text has black color on #AD819A background.


White color preview on #AD819A background

This text has white color on #AD819A background.