COLOR #AD8565

HEX: #AD8565 RGB: (173,133,101)

Color info

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

RGB color model

#AD8565 color RGB value is (173,133,101).

RGB: (173,133,101) (68%, 52%, 40%)

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 101 of 255 = 40%

173
133
101

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

Portions of RGB colors in percentages

R + G + B = 173 + 133 + 101 = 407 (100%)
R 173 of 407 ~ 42.51%
G 133 of 407 ~ 32.68%
B 101 of 407 ~ 24.82'%

%42.51
%32.68
%24.82

CMYK color model

#AD8565 color CMYK value is (0,23,42,32).

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 41.62%
  • key color value is 32.16%

CMYK: (0,23,42,32)
C0M23Y42K32 (0%, 23%, 42%, 32%)
(0.00 / 0.23 / 0.42 / 0.32)

CMYK percentages

%0
%23.12
%41.62
%32.16

Codes

Color #AD8565 in popluar color models

AD 85 65
RGB 173 133 101
HSL 27° 30.51% 53.73%
HSB/HSV 27° 41.62% 67.84%
CMYK 0.00% 23.12% 41.62%
32.16%

Color #AD8565 in popluar number systems.

HEX AD 85 65
Decimal 173 133 101
Binary 10101101 10000101 1100101
Octal 255 205 145

Shades and tints

Shades of #AD8565

#AD8565
(173,133,101)
#9E795C
(158,121,92)
#8F6D53
(143,109,83)
#80614A
(128,97,74)
#715541
(113,85,65)
#624938
(98,73,56)
#533D2F
(83,61,47)
#443126
(68,49,38)
#35251D
(53,37,29)
#261914
(38,25,20)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #AD8565

#AD8565
(173,133,101)
#B49073
(180,144,115)
#BB9B81
(187,155,129)
#C2A68F
(194,166,143)
#C9B19D
(201,177,157)
#D0BCAB
(208,188,171)
#D7C7B9
(215,199,185)
#DED2C7
(222,210,199)
#E5DDD5
(229,221,213)
#ECE8E3
(236,232,227)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8565 color. Also use rgb(173,133,101) instead hex code.

Text Font Color

.myTextColor { color: #AD8565; }

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

This text font color is #AD8565.

Background Color

.myBgColor { background-color: #AD8565; }

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

This div background color is #AD8565.

Border color

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

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

This div border color is #AD8565.

Opacity

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

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

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

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

This text has shadow with #AD8565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8565.

Preview

Color preview on black background

This text has color #AD8565 on black background.


Color preview on white background

This text has color #AD8565 on white background.


Black color preview on #AD8565 background

This text has black color on #AD8565 background.


White color preview on #AD8565 background

This text has white color on #AD8565 background.


Related colors

Complementary color

Complementary color for #hex is #527A9A.


I love getcolorcode.com

Triadic colors

1 #65AD85 and #8565AD with #AD8565 are triadic colors.

2 #6585AD and #85AD65 with #AD8565 are triadic colors.