COLOR #AD816C

HEX: #AD816C
RGB: (173,129,108)

Color info

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

RGB color model

#AD816C color RGB value is (173,129,108).

  • red value is 173;
  • green value is 129;
  • blue value is 108.
RGB:
(173,129,108)
(68%,51%,42%)

RGB channels and saturation

R 173 of 255 = 68%
G 129 of 255 = 51%
B 108 of 255 = 42%

173
129
108

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

Portions of RGB colors in percentages

R + G + B =
173 + 129 + 108 = 410 (100%)
R 173 of 410 ~ 42.2%
G 129 of 410 ~ 31.46%
B 108 of 410 ~ 26.34%

%42.2
%31.46
%26.34

CMYK color model

#AD816C color CMYK value is (0,25,38,32).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK:
(0,25,38,32)
C0M25Y38K32 
(0%,25%,38%,32%)
(0.00/0.25/0.38/0.32)	

CMYK percentages

%0
%25.43
%37.57
%32.16

Codes

Color #AD816C in popluar color models

AD816C
RGB173129108
HSL19°28.38%55.10%
HSB/HSV19°37.57%67.84%
CMYK0.00%25.43%37.57%
32.16%

Color #AD816C in popluar number systems.

HEXAD816C
Decimal173129108
Binary10101101100000011101100
Octal255201154

Shades and tints

Shades of #AD816C

#AD816C
(173,129,108)
#9E7663
(158,118,99)
#8F6B5A
(143,107,90)
#806051
(128,96,81)
#715548
(113,85,72)
#624A3F
(98,74,63)
#533F36
(83,63,54)
#44342D
(68,52,45)
#352924
(53,41,36)
#261E1B
(38,30,27)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #AD816C

#AD816C
(173,129,108)
#B48C79
(180,140,121)
#BB9786
(187,151,134)
#C2A293
(194,162,147)
#C9ADA0
(201,173,160)
#D0B8AD
(208,184,173)
#D7C3BA
(215,195,186)
#DECEC7
(222,206,199)
#E5D9D4
(229,217,212)
#ECE4E1
(236,228,225)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD816C color. Also use rgb(173,129,108) instead hex code.

Text Font Color

.myTextColor { color: #AD816C; }

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

This text font color is #AD816C.


Background Color

.myBgColor { background-color: #AD816C; }

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

This div background color is #AD816C.


Border color

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

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

This div border color is #AD816C.


Opacity

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

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

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

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

This text has shadow with #AD816C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD816C on black background.


Color preview on white background

This text has color #AD816C on white background.



Black color preview on #AD816C background

This text has black color on #AD816C background.


White color preview on #AD816C background

This text has white color on #AD816C background.