COLOR #AD8770

HEX: #AD8770 RGB: (173,135,112)

Color info

#AD8770 contains mainly red and green colors. Web safe color of #AD8770 is #999966 (or #996).

RGB color model

#AD8770 color RGB value is (173,135,112).

RGB: (173,135,112) (68%, 53%, 44%)

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 112 of 255 = 44%

173
135
112

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

Portions of RGB colors in percentages

R + G + B = 173 + 135 + 112 = 420 (100%)
R 173 of 420 ~ 41.19%
G 135 of 420 ~ 32.14%
B 112 of 420 ~ 26.67'%

%41.19
%32.14
%26.67

CMYK color model

#AD8770 color CMYK value is (0,22,35,32).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 35.26%
  • key color value is 32.16%

CMYK: (0,22,35,32)
C0M22Y35K32 (0%, 22%, 35%, 32%)
(0.00 / 0.22 / 0.35 / 0.32)

CMYK percentages

%0
%21.97
%35.26
%32.16

Codes

Color #AD8770 in popluar color models

AD 87 70
RGB 173 135 112
HSL 23° 27.11% 55.88%
HSB/HSV 23° 35.26% 67.84%
CMYK 0.00% 21.97% 35.26%
32.16%

Color #AD8770 in popluar number systems.

HEX AD 87 70
Decimal 173 135 112
Binary 10101101 10000111 1110000
Octal 255 207 160

Shades and tints

Shades of #AD8770

#AD8770
(173,135,112)
#9E7B66
(158,123,102)
#8F6F5C
(143,111,92)
#806352
(128,99,82)
#715748
(113,87,72)
#624B3E
(98,75,62)
#533F34
(83,63,52)
#44332A
(68,51,42)
#352720
(53,39,32)
#261B16
(38,27,22)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #AD8770

#AD8770
(173,135,112)
#B4917D
(180,145,125)
#BB9B8A
(187,155,138)
#C2A597
(194,165,151)
#C9AFA4
(201,175,164)
#D0B9B1
(208,185,177)
#D7C3BE
(215,195,190)
#DECDCB
(222,205,203)
#E5D7D8
(229,215,216)
#ECE1E5
(236,225,229)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8770; }

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

This text font color is #AD8770.

Background Color

.myBgColor { background-color: #AD8770; }

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

This div background color is #AD8770.

Border color

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

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

This div border color is #AD8770.

Opacity

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

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

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

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

This text has shadow with #AD8770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8770.

Preview

Color preview on black background

This text has color #AD8770 on black background.


Color preview on white background

This text has color #AD8770 on white background.


Black color preview on #AD8770 background

This text has black color on #AD8770 background.


White color preview on #AD8770 background

This text has white color on #AD8770 background.


Related colors

Complementary color

Complementary color for #hex is #52788F.


I love getcolorcode.com

Triadic colors

1 #70AD87 and #8770AD with #AD8770 are triadic colors.

2 #7087AD and #87AD70 with #AD8770 are triadic colors.