COLOR #AD8868

HEX: #AD8868
RGB: (173,136,104)

Color info

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

RGB color model

#AD8868 color RGB value is (173,136,104).

  • red value is 173;
  • green value is 136;
  • blue value is 104.
RGB:
(173,136,104)
(68%,53%,41%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 104 of 255 = 41%

173
136
104

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

Portions of RGB colors in percentages

R + G + B =
173 + 136 + 104 = 413 (100%)
R 173 of 413 ~ 41.89%
G 136 of 413 ~ 32.93%
B 104 of 413 ~ 25.18%

%41.89
%32.93
%25.18

CMYK color model

#AD8868 color CMYK value is (0,21,40,32).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 39.88%
  • key color value is 32.16%
CMYK:
(0,21,40,32)
C0M21Y40K32 
(0%,21%,40%,32%)
(0.00/0.21/0.40/0.32)	

CMYK percentages

%0
%21.39
%39.88
%32.16

Codes

Color #AD8868 in popluar color models

AD8868
RGB173136104
HSL28°29.61%54.31%
HSB/HSV28°39.88%67.84%
CMYK0.00%21.39%39.88%
32.16%

Color #AD8868 in popluar number systems.

HEXAD8868
Decimal173136104
Binary10101101100010001101000
Octal255210150

Shades and tints

Shades of #AD8868

#AD8868
(173,136,104)
#9E7C5F
(158,124,95)
#8F7056
(143,112,86)
#80644D
(128,100,77)
#715844
(113,88,68)
#624C3B
(98,76,59)
#534032
(83,64,50)
#443429
(68,52,41)
#352820
(53,40,32)
#261C17
(38,28,23)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #AD8868

#AD8868
(173,136,104)
#B49275
(180,146,117)
#BB9C82
(187,156,130)
#C2A68F
(194,166,143)
#C9B09C
(201,176,156)
#D0BAA9
(208,186,169)
#D7C4B6
(215,196,182)
#DECEC3
(222,206,195)
#E5D8D0
(229,216,208)
#ECE2DD
(236,226,221)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8868 color. Also use rgb(173,136,104) instead hex code.

Text Font Color

.myTextColor { color: #AD8868; }

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

This text font color is #AD8868.


Background Color

.myBgColor { background-color: #AD8868; }

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

This div background color is #AD8868.


Border color

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

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

This div border color is #AD8868.


Opacity

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

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

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

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

This text has shadow with #AD8868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8868 on black background.


Color preview on white background

This text has color #AD8868 on white background.



Black color preview on #AD8868 background

This text has black color on #AD8868 background.


White color preview on #AD8868 background

This text has white color on #AD8868 background.