COLOR #AD7F76

HEX: #AD7F76 RGB: (173,127,118)

Color info

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

RGB color model

#AD7F76 color RGB value is (173,127,118).

RGB: (173,127,118) (68%, 50%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 118 of 255 = 46%

173
127
118

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

Portions of RGB colors in percentages

R + G + B = 173 + 127 + 118 = 418 (100%)
R 173 of 418 ~ 41.39%
G 127 of 418 ~ 30.38%
B 118 of 418 ~ 28.23'%

%41.39
%30.38
%28.23

CMYK color model

#AD7F76 color CMYK value is (0,27,32,32).

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 31.79%
  • key color value is 32.16%

CMYK: (0,27,32,32)
C0M27Y32K32 (0%, 27%, 32%, 32%)
(0.00 / 0.27 / 0.32 / 0.32)

CMYK percentages

%0
%26.59
%31.79
%32.16

Codes

Color #AD7F76 in popluar color models

AD 7F 76
RGB 173 127 118
HSL 10° 25.11% 57.06%
HSB/HSV 10° 31.79% 67.84%
CMYK 0.00% 26.59% 31.79%
32.16%

Color #AD7F76 in popluar number systems.

HEX AD 7F 76
Decimal 173 127 118
Binary 10101101 1111111 1110110
Octal 255 177 166

Shades and tints

Shades of #AD7F76

#AD7F76
(173,127,118)
#9E746C
(158,116,108)
#8F6962
(143,105,98)
#805E58
(128,94,88)
#71534E
(113,83,78)
#624844
(98,72,68)
#533D3A
(83,61,58)
#443230
(68,50,48)
#352726
(53,39,38)
#261C1C
(38,28,28)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD7F76

#AD7F76
(173,127,118)
#B48A82
(180,138,130)
#BB958E
(187,149,142)
#C2A09A
(194,160,154)
#C9ABA6
(201,171,166)
#D0B6B2
(208,182,178)
#D7C1BE
(215,193,190)
#DECCCA
(222,204,202)
#E5D7D6
(229,215,214)
#ECE2E2
(236,226,226)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7F76 color. Also use rgb(173,127,118) instead hex code.

Text Font Color

.myTextColor { color: #AD7F76; }

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

This text font color is #AD7F76.

Background Color

.myBgColor { background-color: #AD7F76; }

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

This div background color is #AD7F76.

Border color

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

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

This div border color is #AD7F76.

Opacity

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

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

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

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

This text has shadow with #AD7F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7F76.

Preview

Color preview on black background

This text has color #AD7F76 on black background.


Color preview on white background

This text has color #AD7F76 on white background.


Black color preview on #AD7F76 background

This text has black color on #AD7F76 background.


White color preview on #AD7F76 background

This text has white color on #AD7F76 background.


Related colors

Complementary color

Complementary color for #hex is #528089.


I love getcolorcode.com

Triadic colors

1 #76AD7F and #7F76AD with #AD7F76 are triadic colors.

2 #767FAD and #7FAD76 with #AD7F76 are triadic colors.