COLOR #AD8D75

HEX: #AD8D75 RGB: (173,141,117)

Color info

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

RGB color model

#AD8D75 color RGB value is (173,141,117).

RGB: (173,141,117) (68%, 55%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 117 of 255 = 46%

173
141
117

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

Portions of RGB colors in percentages

R + G + B = 173 + 141 + 117 = 431 (100%)
R 173 of 431 ~ 40.14%
G 141 of 431 ~ 32.71%
B 117 of 431 ~ 27.15'%

%40.14
%32.71
%27.15

CMYK color model

#AD8D75 color CMYK value is (0,18,32,32).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK: (0,18,32,32) C0M18Y32K32 (0%,18%,32%,32%) (0.00/0.18/0.32/0.32) 

CMYK percentages

%0
%18.5
%32.37
%32.16

Codes

Color #AD8D75 in popluar color models

AD 8D 75
RGB 173 141 117
HSL 26° 25.45% 56.86%
HSB/HSV 26° 32.37% 67.84%
CMYK 0.00% 18.50% 32.37%
32.16%

Color #AD8D75 in popluar number systems.

HEX AD 8D 75
Decimal 173 141 117
Binary 10101101 10001101 1110101
Octal 255 215 165

Shades and tints

Shades of #AD8D75

#AD8D75
(173,141,117)
#9E816B
(158,129,107)
#8F7561
(143,117,97)
#806957
(128,105,87)
#715D4D
(113,93,77)
#625143
(98,81,67)
#534539
(83,69,57)
#44392F
(68,57,47)
#352D25
(53,45,37)
#26211B
(38,33,27)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #AD8D75

#AD8D75
(173,141,117)
#B49781
(180,151,129)
#BBA18D
(187,161,141)
#C2AB99
(194,171,153)
#C9B5A5
(201,181,165)
#D0BFB1
(208,191,177)
#D7C9BD
(215,201,189)
#DED3C9
(222,211,201)
#E5DDD5
(229,221,213)
#ECE7E1
(236,231,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8D75 color. Also use rgb(173,141,117) instead hex code.

Text Font Color

.myTextColor { color: #AD8D75; }

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

This text font color is #AD8D75.

Background Color

.myBgColor { background-color: #AD8D75; }

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

This div background color is #AD8D75.

Border color

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

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

This div border color is #AD8D75.

Opacity

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

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

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

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

This text has shadow with #AD8D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8D75.

Preview

Color preview on black background

This text has color #AD8D75 on black background.


Color preview on white background

This text has color #AD8D75 on white background.


Black color preview on #AD8D75 background

This text has black color on #AD8D75 background.


White color preview on #AD8D75 background

This text has white color on #AD8D75 background.


Related colors

Complementary color

Complementary color for #hex is #52728A.


I love getcolorcode.com

Triadic colors

1 #75AD8D and #8D75AD with #AD8D75 are triadic colors.

2 #758DAD and #8DAD75 with #AD8D75 are triadic colors.