COLOR #AD886B

HEX: #AD886B RGB: (173,136,107)

Color info

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

RGB color model

#AD886B color RGB value is (173,136,107).

RGB: (173,136,107) (68%, 53%, 42%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 107 of 255 = 42%

173
136
107

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

Portions of RGB colors in percentages

R + G + B = 173 + 136 + 107 = 416 (100%)
R 173 of 416 ~ 41.59%
G 136 of 416 ~ 32.69%
B 107 of 416 ~ 25.72'%

%41.59
%32.69
%25.72

CMYK color model

#AD886B color CMYK value is (0,21,38,32).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 38.15%
  • key color value is 32.16%

CMYK: (0,21,38,32)
C0M21Y38K32 (0%, 21%, 38%, 32%)
(0.00 / 0.21 / 0.38 / 0.32)

CMYK percentages

%0
%21.39
%38.15
%32.16

Codes

Color #AD886B in popluar color models

AD 88 6B
RGB 173 136 107
HSL 26° 28.70% 54.90%
HSB/HSV 26° 38.15% 67.84%
CMYK 0.00% 21.39% 38.15%
32.16%

Color #AD886B in popluar number systems.

HEX AD 88 6B
Decimal 173 136 107
Binary 10101101 10001000 1101011
Octal 255 210 153

Shades and tints

Shades of #AD886B

#AD886B
(173,136,107)
#9E7C62
(158,124,98)
#8F7059
(143,112,89)
#806450
(128,100,80)
#715847
(113,88,71)
#624C3E
(98,76,62)
#534035
(83,64,53)
#44342C
(68,52,44)
#352823
(53,40,35)
#261C1A
(38,28,26)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD886B

#AD886B
(173,136,107)
#B49278
(180,146,120)
#BB9C85
(187,156,133)
#C2A692
(194,166,146)
#C9B09F
(201,176,159)
#D0BAAC
(208,186,172)
#D7C4B9
(215,196,185)
#DECEC6
(222,206,198)
#E5D8D3
(229,216,211)
#ECE2E0
(236,226,224)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD886B; }

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

This text font color is #AD886B.

Background Color

.myBgColor { background-color: #AD886B; }

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

This div background color is #AD886B.

Border color

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

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

This div border color is #AD886B.

Opacity

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

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

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

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

This text has shadow with #AD886B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD886B.

Preview

Color preview on black background

This text has color #AD886B on black background.


Color preview on white background

This text has color #AD886B on white background.


Black color preview on #AD886B background

This text has black color on #AD886B background.


White color preview on #AD886B background

This text has white color on #AD886B background.


Related colors

Complementary color

Complementary color for #hex is #527794.


I love getcolorcode.com

Triadic colors

1 #6BAD88 and #886BAD with #AD886B are triadic colors.

2 #6B88AD and #88AD6B with #AD886B are triadic colors.