COLOR #AD7D75

HEX: #AD7D75 RGB: (173,125,117)

Color info

#AD7D75 contains red, green and blue colors in about the same proportion. Web safe color of #AD7D75 is #996666 (or #966).

RGB color model

#AD7D75 color RGB value is (173,125,117).

RGB: (173,125,117) (68%, 49%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 117 of 255 = 46%

173
125
117

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

Portions of RGB colors in percentages

R + G + B = 173 + 125 + 117 = 415 (100%)
R 173 of 415 ~ 41.69%
G 125 of 415 ~ 30.12%
B 117 of 415 ~ 28.19'%

%41.69
%30.12
%28.19

CMYK color model

#AD7D75 color CMYK value is (0,28,32,32).

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

CMYK: (0,28,32,32)
C0M28Y32K32 (0%, 28%, 32%, 32%)
(0.00 / 0.28 / 0.32 / 0.32)

CMYK percentages

%0
%27.75
%32.37
%32.16

Codes

Color #AD7D75 in popluar color models

AD 7D 75
RGB 173 125 117
HSL 25.45% 56.86%
HSB/HSV 32.37% 67.84%
CMYK 0.00% 27.75% 32.37%
32.16%

Color #AD7D75 in popluar number systems.

HEX AD 7D 75
Decimal 173 125 117
Binary 10101101 1111101 1110101
Octal 255 175 165

Shades and tints

Shades of #AD7D75

#AD7D75
(173,125,117)
#9E726B
(158,114,107)
#8F6761
(143,103,97)
#805C57
(128,92,87)
#71514D
(113,81,77)
#624643
(98,70,67)
#533B39
(83,59,57)
#44302F
(68,48,47)
#352525
(53,37,37)
#261A1B
(38,26,27)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD7D75

#AD7D75
(173,125,117)
#B48881
(180,136,129)
#BB938D
(187,147,141)
#C29E99
(194,158,153)
#C9A9A5
(201,169,165)
#D0B4B1
(208,180,177)
#D7BFBD
(215,191,189)
#DECAC9
(222,202,201)
#E5D5D5
(229,213,213)
#ECE0E1
(236,224,225)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7D75; }

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

This text font color is #AD7D75.

Background Color

.myBgColor { background-color: #AD7D75; }

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

This div background color is #AD7D75.

Border color

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

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

This div border color is #AD7D75.

Opacity

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

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

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

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

This text has shadow with #AD7D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7D75.

Preview

Color preview on black background

This text has color #AD7D75 on black background.


Color preview on white background

This text has color #AD7D75 on white background.


Black color preview on #AD7D75 background

This text has black color on #AD7D75 background.


White color preview on #AD7D75 background

This text has white color on #AD7D75 background.


Related colors

Complementary color

Complementary color for #hex is #52828A.


I love getcolorcode.com

Triadic colors

1 #75AD7D and #7D75AD with #AD7D75 are triadic colors.

2 #757DAD and #7DAD75 with #AD7D75 are triadic colors.