COLOR #AD8969

HEX: #AD8969 RGB: (173,137,105)

Color info

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

RGB color model

#AD8969 color RGB value is (173,137,105).

RGB: (173,137,105) (68%, 54%, 41%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 105 of 255 = 41%

173
137
105

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

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 105 = 415 (100%)
R 173 of 415 ~ 41.69%
G 137 of 415 ~ 33.01%
B 105 of 415 ~ 25.3'%

%41.69
%33.01
%25.3

CMYK color model

#AD8969 color CMYK value is (0,21,39,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 39.31%
  • key color value is 32.16%

CMYK: (0,21,39,32)
C0M21Y39K32 (0%, 21%, 39%, 32%)
(0.00 / 0.21 / 0.39 / 0.32)

CMYK percentages

%0
%20.81
%39.31
%32.16

Codes

Color #AD8969 in popluar color models

AD 89 69
RGB 173 137 105
HSL 28° 29.31% 54.51%
HSB/HSV 28° 39.31% 67.84%
CMYK 0.00% 20.81% 39.31%
32.16%

Color #AD8969 in popluar number systems.

HEX AD 89 69
Decimal 173 137 105
Binary 10101101 10001001 1101001
Octal 255 211 151

Shades and tints

Shades of #AD8969

#AD8969
(173,137,105)
#9E7D60
(158,125,96)
#8F7157
(143,113,87)
#80654E
(128,101,78)
#715945
(113,89,69)
#624D3C
(98,77,60)
#534133
(83,65,51)
#44352A
(68,53,42)
#352921
(53,41,33)
#261D18
(38,29,24)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #AD8969

#AD8969
(173,137,105)
#B49376
(180,147,118)
#BB9D83
(187,157,131)
#C2A790
(194,167,144)
#C9B19D
(201,177,157)
#D0BBAA
(208,187,170)
#D7C5B7
(215,197,183)
#DECFC4
(222,207,196)
#E5D9D1
(229,217,209)
#ECE3DE
(236,227,222)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8969 color. Also use rgb(173,137,105) instead hex code.

Text Font Color

.myTextColor { color: #AD8969; }

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

This text font color is #AD8969.

Background Color

.myBgColor { background-color: #AD8969; }

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

This div background color is #AD8969.

Border color

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

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

This div border color is #AD8969.

Opacity

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

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

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

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

This text has shadow with #AD8969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8969.

Preview

Color preview on black background

This text has color #AD8969 on black background.


Color preview on white background

This text has color #AD8969 on white background.


Black color preview on #AD8969 background

This text has black color on #AD8969 background.


White color preview on #AD8969 background

This text has white color on #AD8969 background.


Related colors

Complementary color

Complementary color for #hex is #527696.


I love getcolorcode.com

Triadic colors

1 #69AD89 and #8969AD with #AD8969 are triadic colors.

2 #6989AD and #89AD69 with #AD8969 are triadic colors.