COLOR #AD9175

HEX: #AD9175 RGB: (173,145,117)

Color info

#AD9175 contains red, green and blue colors in about the same proportion. Web safe color of #AD9175 is #999966 (or #996).

RGB color model

#AD9175 color RGB value is (173,145,117).

RGB: (173,145,117) (68%, 57%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 145 of 255 = 57%
B 117 of 255 = 46%

173
145
117

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

Portions of RGB colors in percentages

R + G + B = 173 + 145 + 117 = 435 (100%)
R 173 of 435 ~ 39.77%
G 145 of 435 ~ 33.33%
B 117 of 435 ~ 26.9'%

%39.77
%33.33
%26.9

CMYK color model

#AD9175 color CMYK value is (0,16,32,32).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 32.37%
  • key color value is 32.16%

CMYK: (0,16,32,32)
C0M16Y32K32 (0%, 16%, 32%, 32%)
(0.00 / 0.16 / 0.32 / 0.32)

CMYK percentages

%0
%16.18
%32.37
%32.16

Codes

Color #AD9175 in popluar color models

AD 91 75
RGB 173 145 117
HSL 30° 25.45% 56.86%
HSB/HSV 30° 32.37% 67.84%
CMYK 0.00% 16.18% 32.37%
32.16%

Color #AD9175 in popluar number systems.

HEX AD 91 75
Decimal 173 145 117
Binary 10101101 10010001 1110101
Octal 255 221 165

Shades and tints

Shades of #AD9175

#AD9175
(173,145,117)
#9E846B
(158,132,107)
#8F7761
(143,119,97)
#806A57
(128,106,87)
#715D4D
(113,93,77)
#625043
(98,80,67)
#534339
(83,67,57)
#44362F
(68,54,47)
#352925
(53,41,37)
#261C1B
(38,28,27)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD9175

#AD9175
(173,145,117)
#B49B81
(180,155,129)
#BBA58D
(187,165,141)
#C2AF99
(194,175,153)
#C9B9A5
(201,185,165)
#D0C3B1
(208,195,177)
#D7CDBD
(215,205,189)
#DED7C9
(222,215,201)
#E5E1D5
(229,225,213)
#ECEBE1
(236,235,225)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9175 color. Also use rgb(173,145,117) instead hex code.

Text Font Color

.myTextColor { color: #AD9175; }

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

This text font color is #AD9175.

Background Color

.myBgColor { background-color: #AD9175; }

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

This div background color is #AD9175.

Border color

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

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

This div border color is #AD9175.

Opacity

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

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

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

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

This text has shadow with #AD9175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9175.

Preview

Color preview on black background

This text has color #AD9175 on black background.


Color preview on white background

This text has color #AD9175 on white background.


Black color preview on #AD9175 background

This text has black color on #AD9175 background.


White color preview on #AD9175 background

This text has white color on #AD9175 background.


Related colors

Complementary color

Complementary color for #hex is #526E8A.


I love getcolorcode.com

Triadic colors

1 #75AD91 and #9175AD with #AD9175 are triadic colors.

2 #7591AD and #91AD75 with #AD9175 are triadic colors.