COLOR #AD788A

HEX: #AD788A
RGB: (173,120,138)

Color info

#AD788A contains red, green and blue colors in about the same proportion. Web safe color of #AD788A is #996699 (or #969).

RGB color model

#AD788A color RGB value is (173,120,138).

  • red value is 173;
  • green value is 120;
  • blue value is 138.
RGB:
(173,120,138)
(68%,47%,54%)

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 138 of 255 = 54%

173
120
138

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

Portions of RGB colors in percentages

R + G + B =
173 + 120 + 138 = 431 (100%)
R 173 of 431 ~ 40.14%
G 120 of 431 ~ 27.84%
B 138 of 431 ~ 32.02%

%40.14
%27.84
%32.02

CMYK color model

#AD788A color CMYK value is (0,31,20,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 20.23%
  • key color value is 32.16%
CMYK:
(0,31,20,32)
C0M31Y20K32 
(0%,31%,20%,32%)
(0.00/0.31/0.20/0.32)	

CMYK percentages

%0
%30.64
%20.23
%32.16

Codes

Color #AD788A in popluar color models

AD788A
RGB173120138
HSL340°24.42%57.45%
HSB/HSV340°30.64%67.84%
CMYK0.00%30.64%20.23%
32.16%

Color #AD788A in popluar number systems.

HEXAD788A
Decimal173120138
Binary10101101111100010001010
Octal255170212

Shades and tints

Shades of #AD788A

#AD788A
(173,120,138)
#9E6E7E
(158,110,126)
#8F6472
(143,100,114)
#805A66
(128,90,102)
#71505A
(113,80,90)
#62464E
(98,70,78)
#533C42
(83,60,66)
#443236
(68,50,54)
#35282A
(53,40,42)
#261E1E
(38,30,30)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #AD788A

#AD788A
(173,120,138)
#B48494
(180,132,148)
#BB909E
(187,144,158)
#C29CA8
(194,156,168)
#C9A8B2
(201,168,178)
#D0B4BC
(208,180,188)
#D7C0C6
(215,192,198)
#DECCD0
(222,204,208)
#E5D8DA
(229,216,218)
#ECE4E4
(236,228,228)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD788A color. Also use rgb(173,120,138) instead hex code.

Text Font Color

.myTextColor { color: #AD788A; }

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

This text font color is #AD788A.


Background Color

.myBgColor { background-color: #AD788A; }

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

This div background color is #AD788A.


Border color

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

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

This div border color is #AD788A.


Opacity

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

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

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

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

This text has shadow with #AD788A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD788A on black background.


Color preview on white background

This text has color #AD788A on white background.



Black color preview on #AD788A background

This text has black color on #AD788A background.


White color preview on #AD788A background

This text has white color on #AD788A background.