COLOR #AD815B

HEX: #AD815B RGB: (173,129,91)

Color info

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

RGB color model

#AD815B color RGB value is (173,129,91).

RGB: (173,129,91) (68%, 51%, 36%)

RGB channels and saturation

R 173 of 255 = 68%
G 129 of 255 = 51%
B 91 of 255 = 36%

173
129
91

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

Portions of RGB colors in percentages

R + G + B = 173 + 129 + 91 = 393 (100%)
R 173 of 393 ~ 44.02%
G 129 of 393 ~ 32.82%
B 91 of 393 ~ 23.16'%

%44.02
%32.82
%23.16

CMYK color model

#AD815B color CMYK value is (0,25,47,32).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 47.40%
  • key color value is 32.16%

CMYK: (0,25,47,32)
C0M25Y47K32 (0%, 25%, 47%, 32%)
(0.00 / 0.25 / 0.47 / 0.32)

CMYK percentages

%0
%25.43
%47.4
%32.16

Codes

Color #AD815B in popluar color models

AD 81 5B
RGB 173 129 91
HSL 28° 33.33% 51.76%
HSB/HSV 28° 47.40% 67.84%
CMYK 0.00% 25.43% 47.40%
32.16%

Color #AD815B in popluar number systems.

HEX AD 81 5B
Decimal 173 129 91
Binary 10101101 10000001 1011011
Octal 255 201 133

Shades and tints

Shades of #AD815B

#AD815B
(173,129,91)
#9E7653
(158,118,83)
#8F6B4B
(143,107,75)
#806043
(128,96,67)
#71553B
(113,85,59)
#624A33
(98,74,51)
#533F2B
(83,63,43)
#443423
(68,52,35)
#35291B
(53,41,27)
#261E13
(38,30,19)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #AD815B

#AD815B
(173,129,91)
#B48C69
(180,140,105)
#BB9777
(187,151,119)
#C2A285
(194,162,133)
#C9AD93
(201,173,147)
#D0B8A1
(208,184,161)
#D7C3AF
(215,195,175)
#DECEBD
(222,206,189)
#E5D9CB
(229,217,203)
#ECE4D9
(236,228,217)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD815B; }

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

This text font color is #AD815B.

Background Color

.myBgColor { background-color: #AD815B; }

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

This div background color is #AD815B.

Border color

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

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

This div border color is #AD815B.

Opacity

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

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

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

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

This text has shadow with #AD815B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD815B.

Preview

Color preview on black background

This text has color #AD815B on black background.


Color preview on white background

This text has color #AD815B on white background.


Black color preview on #AD815B background

This text has black color on #AD815B background.


White color preview on #AD815B background

This text has white color on #AD815B background.


Related colors

Complementary color

Complementary color for #hex is #527EA4.


I love getcolorcode.com

Triadic colors

1 #5BAD81 and #815BAD with #AD815B are triadic colors.

2 #5B81AD and #81AD5B with #AD815B are triadic colors.