COLOR #AD8663

HEX: #AD8663
RGB: (173,134,99)

Color info

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

RGB color model

#AD8663 color RGB value is (173,134,99).

  • red value is 173;
  • green value is 134;
  • blue value is 99.
RGB:
(173,134,99)
(68%,53%,39%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 99 of 255 = 39%

173
134
99

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

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 99 = 406 (100%)
R 173 of 406 ~ 42.61%
G 134 of 406 ~ 33%
B 99 of 406 ~ 24.38%

%42.61
%33
%24.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 42.77%
  • key color value is 32.16%
CMYK:
(0,23,43,32)
C0M23Y43K32 
(0%,23%,43%,32%)
(0.00/0.23/0.43/0.32)	

CMYK percentages

%0
%22.54
%42.77
%32.16

Codes

Color #AD8663 in popluar color models

AD8663
RGB17313499
HSL28°31.09%53.33%
HSB/HSV28°42.77%67.84%
CMYK0.00%22.54%42.77%
32.16%

Color #AD8663 in popluar number systems.

HEXAD8663
Decimal17313499
Binary10101101100001101100011
Octal255206143

Shades and tints

Shades of #AD8663

#AD8663
(173,134,99)
#9E7A5A
(158,122,90)
#8F6E51
(143,110,81)
#806248
(128,98,72)
#71563F
(113,86,63)
#624A36
(98,74,54)
#533E2D
(83,62,45)
#443224
(68,50,36)
#35261B
(53,38,27)
#261A12
(38,26,18)
#170E09
(23,14,9)
#000000
(0,0,0)

Tints of #AD8663

#AD8663
(173,134,99)
#B49171
(180,145,113)
#BB9C7F
(187,156,127)
#C2A78D
(194,167,141)
#C9B29B
(201,178,155)
#D0BDA9
(208,189,169)
#D7C8B7
(215,200,183)
#DED3C5
(222,211,197)
#E5DED3
(229,222,211)
#ECE9E1
(236,233,225)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8663 color. Also use rgb(173,134,99) instead hex code.

Text Font Color

.myTextColor { color: #AD8663; }

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

This text font color is #AD8663.


Background Color

.myBgColor { background-color: #AD8663; }

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

This div background color is #AD8663.


Border color

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

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

This div border color is #AD8663.


Opacity

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

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

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

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

This text has shadow with #AD8663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8663 on black background.


Color preview on white background

This text has color #AD8663 on white background.



Black color preview on #AD8663 background

This text has black color on #AD8663 background.


White color preview on #AD8663 background

This text has white color on #AD8663 background.