COLOR #AD8A53

HEX: #AD8A53 RGB: (173,138,83)

Color info

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

RGB color model

#AD8A53 color RGB value is (173,138,83).

RGB: (173,138,83) (68%, 54%, 33%)

RGB channels and saturation

R 173 of 255 = 68%
G 138 of 255 = 54%
B 83 of 255 = 33%

173
138
83

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

Portions of RGB colors in percentages

R + G + B = 173 + 138 + 83 = 394 (100%)
R 173 of 394 ~ 43.91%
G 138 of 394 ~ 35.03%
B 83 of 394 ~ 21.07'%

%43.91
%35.03
%21.07

CMYK color model

#AD8A53 color CMYK value is (0,20,52,32).

  • cyan value is 0.00%
  • magenta value is 20.23%
  • yellow value is 52.02%
  • key color value is 32.16%

CMYK: (0,20,52,32)
C0M20Y52K32 (0%, 20%, 52%, 32%)
(0.00 / 0.20 / 0.52 / 0.32)

CMYK percentages

%0
%20.23
%52.02
%32.16

Codes

Color #AD8A53 in popluar color models

AD 8A 53
RGB 173 138 83
HSL 37° 35.43% 50.20%
HSB/HSV 37° 52.02% 67.84%
CMYK 0.00% 20.23% 52.02%
32.16%

Color #AD8A53 in popluar number systems.

HEX AD 8A 53
Decimal 173 138 83
Binary 10101101 10001010 1010011
Octal 255 212 123

Shades and tints

Shades of #AD8A53

#AD8A53
(173,138,83)
#9E7E4C
(158,126,76)
#8F7245
(143,114,69)
#80663E
(128,102,62)
#715A37
(113,90,55)
#624E30
(98,78,48)
#534229
(83,66,41)
#443622
(68,54,34)
#352A1B
(53,42,27)
#261E14
(38,30,20)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #AD8A53

#AD8A53
(173,138,83)
#B49462
(180,148,98)
#BB9E71
(187,158,113)
#C2A880
(194,168,128)
#C9B28F
(201,178,143)
#D0BC9E
(208,188,158)
#D7C6AD
(215,198,173)
#DED0BC
(222,208,188)
#E5DACB
(229,218,203)
#ECE4DA
(236,228,218)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8A53 color. Also use rgb(173,138,83) instead hex code.

Text Font Color

.myTextColor { color: #AD8A53; }

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

This text font color is #AD8A53.

Background Color

.myBgColor { background-color: #AD8A53; }

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

This div background color is #AD8A53.

Border color

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

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

This div border color is #AD8A53.

Opacity

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

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

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

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

This text has shadow with #AD8A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8A53.

Preview

Color preview on black background

This text has color #AD8A53 on black background.


Color preview on white background

This text has color #AD8A53 on white background.


Black color preview on #AD8A53 background

This text has black color on #AD8A53 background.


White color preview on #AD8A53 background

This text has white color on #AD8A53 background.


Related colors

Complementary color

Complementary color for #hex is #5275AC.


I love getcolorcode.com

Triadic colors

1 #53AD8A and #8A53AD with #AD8A53 are triadic colors.

2 #538AAD and #8AAD53 with #AD8A53 are triadic colors.