COLOR #AD8778

HEX: #AD8778
RGB: (173,135,120)

Color info

#AD8778 contains red, green and blue colors in about the same proportion. Web safe color of #AD8778 is #999966 (or #996).

RGB color model

#AD8778 color RGB value is (173,135,120).

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

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 120 of 255 = 47%

173
135
120

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

Portions of RGB colors in percentages

R + G + B =
173 + 135 + 120 = 428 (100%)
R 173 of 428 ~ 40.42%
G 135 of 428 ~ 31.54%
B 120 of 428 ~ 28.04%

%40.42
%31.54
%28.04

CMYK color model

#AD8778 color CMYK value is (0,22,31,32).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 30.64%
  • key color value is 32.16%
CMYK:
(0,22,31,32)
C0M22Y31K32 
(0%,22%,31%,32%)
(0.00/0.22/0.31/0.32)	

CMYK percentages

%0
%21.97
%30.64
%32.16

Codes

Color #AD8778 in popluar color models

AD8778
RGB173135120
HSL17°24.42%57.45%
HSB/HSV17°30.64%67.84%
CMYK0.00%21.97%30.64%
32.16%

Color #AD8778 in popluar number systems.

HEXAD8778
Decimal173135120
Binary10101101100001111111000
Octal255207170

Shades and tints

Shades of #AD8778

#AD8778
(173,135,120)
#9E7B6E
(158,123,110)
#8F6F64
(143,111,100)
#80635A
(128,99,90)
#715750
(113,87,80)
#624B46
(98,75,70)
#533F3C
(83,63,60)
#443332
(68,51,50)
#352728
(53,39,40)
#261B1E
(38,27,30)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #AD8778

#AD8778
(173,135,120)
#B49184
(180,145,132)
#BB9B90
(187,155,144)
#C2A59C
(194,165,156)
#C9AFA8
(201,175,168)
#D0B9B4
(208,185,180)
#D7C3C0
(215,195,192)
#DECDCC
(222,205,204)
#E5D7D8
(229,215,216)
#ECE1E4
(236,225,228)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8778; }

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

This text font color is #AD8778.


Background Color

.myBgColor { background-color: #AD8778; }

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

This div background color is #AD8778.


Border color

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

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

This div border color is #AD8778.


Opacity

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

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

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

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

This text has shadow with #AD8778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8778 on black background.


Color preview on white background

This text has color #AD8778 on white background.



Black color preview on #AD8778 background

This text has black color on #AD8778 background.


White color preview on #AD8778 background

This text has white color on #AD8778 background.