COLOR #AD8575

HEX: #AD8575
RGB: (173,133,117)

Color info

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

RGB color model

#AD8575 color RGB value is (173,133,117).

  • red value is 173;
  • green value is 133;
  • blue value is 117.
RGB:
(173,133,117)
(68%,52%,46%)

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 117 of 255 = 46%

173
133
117

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

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 117 = 423 (100%)
R 173 of 423 ~ 40.9%
G 133 of 423 ~ 31.44%
B 117 of 423 ~ 27.66%

%40.9
%31.44
%27.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.12%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK:
(0,23,32,32)
C0M23Y32K32 
(0%,23%,32%,32%)
(0.00/0.23/0.32/0.32)	

CMYK percentages

%0
%23.12
%32.37
%32.16

Codes

Color #AD8575 in popluar color models

AD8575
RGB173133117
HSL17°25.45%56.86%
HSB/HSV17°32.37%67.84%
CMYK0.00%23.12%32.37%
32.16%

Color #AD8575 in popluar number systems.

HEXAD8575
Decimal173133117
Binary10101101100001011110101
Octal255205165

Shades and tints

Shades of #AD8575

#AD8575
(173,133,117)
#9E796B
(158,121,107)
#8F6D61
(143,109,97)
#806157
(128,97,87)
#71554D
(113,85,77)
#624943
(98,73,67)
#533D39
(83,61,57)
#44312F
(68,49,47)
#352525
(53,37,37)
#26191B
(38,25,27)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #AD8575

#AD8575
(173,133,117)
#B49081
(180,144,129)
#BB9B8D
(187,155,141)
#C2A699
(194,166,153)
#C9B1A5
(201,177,165)
#D0BCB1
(208,188,177)
#D7C7BD
(215,199,189)
#DED2C9
(222,210,201)
#E5DDD5
(229,221,213)
#ECE8E1
(236,232,225)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8575; }

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

This text font color is #AD8575.


Background Color

.myBgColor { background-color: #AD8575; }

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

This div background color is #AD8575.


Border color

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

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

This div border color is #AD8575.


Opacity

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

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

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

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

This text has shadow with #AD8575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8575 on black background.


Color preview on white background

This text has color #AD8575 on white background.



Black color preview on #AD8575 background

This text has black color on #AD8575 background.


White color preview on #AD8575 background

This text has white color on #AD8575 background.