COLOR #AD8A5F

HEX: #AD8A5F RGB: (173,138,95)

Color info

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

RGB color model

#AD8A5F color RGB value is (173,138,95).

RGB: (173,138,95) (68%, 54%, 37%)

RGB channels and saturation

R 173 of 255 = 68%
G 138 of 255 = 54%
B 95 of 255 = 37%

173
138
95

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

Portions of RGB colors in percentages

R + G + B = 173 + 138 + 95 = 406 (100%)
R 173 of 406 ~ 42.61%
G 138 of 406 ~ 33.99%
B 95 of 406 ~ 23.4'%

%42.61
%33.99
%23.4

CMYK color model

#AD8A5F color CMYK value is (0,20,45,32).

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

CMYK: (0,20,45,32)
C0M20Y45K32 (0%, 20%, 45%, 32%)
(0.00 / 0.20 / 0.45 / 0.32)

CMYK percentages

%0
%20.23
%45.09
%32.16

Codes

Color #AD8A5F in popluar color models

AD 8A 5F
RGB 173 138 95
HSL 33° 32.23% 52.55%
HSB/HSV 33° 45.09% 67.84%
CMYK 0.00% 20.23% 45.09%
32.16%

Color #AD8A5F in popluar number systems.

HEX AD 8A 5F
Decimal 173 138 95
Binary 10101101 10001010 1011111
Octal 255 212 137

Shades and tints

Shades of #AD8A5F

#AD8A5F
(173,138,95)
#9E7E57
(158,126,87)
#8F724F
(143,114,79)
#806647
(128,102,71)
#715A3F
(113,90,63)
#624E37
(98,78,55)
#53422F
(83,66,47)
#443627
(68,54,39)
#352A1F
(53,42,31)
#261E17
(38,30,23)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD8A5F

#AD8A5F
(173,138,95)
#B4946D
(180,148,109)
#BB9E7B
(187,158,123)
#C2A889
(194,168,137)
#C9B297
(201,178,151)
#D0BCA5
(208,188,165)
#D7C6B3
(215,198,179)
#DED0C1
(222,208,193)
#E5DACF
(229,218,207)
#ECE4DD
(236,228,221)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8A5F; }

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

This text font color is #AD8A5F.

Background Color

.myBgColor { background-color: #AD8A5F; }

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

This div background color is #AD8A5F.

Border color

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

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

This div border color is #AD8A5F.

Opacity

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

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

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

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

This text has shadow with #AD8A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8A5F.

Preview

Color preview on black background

This text has color #AD8A5F on black background.


Color preview on white background

This text has color #AD8A5F on white background.


Black color preview on #AD8A5F background

This text has black color on #AD8A5F background.


White color preview on #AD8A5F background

This text has white color on #AD8A5F background.


Related colors

Complementary color

Complementary color for #hex is #5275A0.


I love getcolorcode.com

Triadic colors

1 #5FAD8A and #8A5FAD with #AD8A5F are triadic colors.

2 #5F8AAD and #8AAD5F with #AD8A5F are triadic colors.