COLOR #AD8865

HEX: #AD8865
RGB: (173,136,101)

Color info

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

RGB color model

#AD8865 color RGB value is (173,136,101).

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

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 101 of 255 = 40%

173
136
101

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

Portions of RGB colors in percentages

R + G + B =
173 + 136 + 101 = 410 (100%)
R 173 of 410 ~ 42.2%
G 136 of 410 ~ 33.17%
B 101 of 410 ~ 24.63%

%42.2
%33.17
%24.63

CMYK color model

#AD8865 color CMYK value is (0,21,42,32).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 41.62%
  • key color value is 32.16%
CMYK:
(0,21,42,32)
C0M21Y42K32 
(0%,21%,42%,32%)
(0.00/0.21/0.42/0.32)	

CMYK percentages

%0
%21.39
%41.62
%32.16

Codes

Color #AD8865 in popluar color models

AD8865
RGB173136101
HSL29°30.51%53.73%
HSB/HSV29°41.62%67.84%
CMYK0.00%21.39%41.62%
32.16%

Color #AD8865 in popluar number systems.

HEXAD8865
Decimal173136101
Binary10101101100010001100101
Octal255210145

Shades and tints

Shades of #AD8865

#AD8865
(173,136,101)
#9E7C5C
(158,124,92)
#8F7053
(143,112,83)
#80644A
(128,100,74)
#715841
(113,88,65)
#624C38
(98,76,56)
#53402F
(83,64,47)
#443426
(68,52,38)
#35281D
(53,40,29)
#261C14
(38,28,20)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #AD8865

#AD8865
(173,136,101)
#B49273
(180,146,115)
#BB9C81
(187,156,129)
#C2A68F
(194,166,143)
#C9B09D
(201,176,157)
#D0BAAB
(208,186,171)
#D7C4B9
(215,196,185)
#DECEC7
(222,206,199)
#E5D8D5
(229,216,213)
#ECE2E3
(236,226,227)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8865; }

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

This text font color is #AD8865.


Background Color

.myBgColor { background-color: #AD8865; }

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

This div background color is #AD8865.


Border color

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

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

This div border color is #AD8865.


Opacity

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

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

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

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

This text has shadow with #AD8865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8865 on black background.


Color preview on white background

This text has color #AD8865 on white background.



Black color preview on #AD8865 background

This text has black color on #AD8865 background.


White color preview on #AD8865 background

This text has white color on #AD8865 background.