COLOR #AD7974

HEX: #AD7974
RGB: (173,121,116)

Color info

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

RGB color model

#AD7974 color RGB value is (173,121,116).

  • red value is 173;
  • green value is 121;
  • blue value is 116.
RGB: (173,121,116) (68%,47%,45%)

RGB channels and saturation

R 173 of 255 = 68%
G 121 of 255 = 47%
B 116 of 255 = 45%

173
121
116

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

Portions of RGB colors in percentages

R + G + B =
173 + 121 + 116 = 410 (100%)
R 173 of 410 ~ 42.2%
G 121 of 410 ~ 29.51%
B 116 of 410 ~ 28.29%

%42.2
%29.51
%28.29

CMYK color model

#AD7974 color CMYK value is (0,30,33,32).

  • cyan value is 0.00%
  • magenta value is 30.06%
  • yellow value is 32.95%
  • key color value is 32.16%
CMYK: (0,30,33,32) C0M30Y33K32 (0%,30%,33%,32%) (0.00/0.30/0.33/0.32)

CMYK percentages

%0
%30.06
%32.95
%32.16

Codes

Color #AD7974 in popluar color models

AD7974
RGB173121116
HSL25.79%56.67%
HSB/HSV32.95%67.84%
CMYK0.00%30.06%32.95%
32.16%

Color #AD7974 in popluar number systems.

HEXAD7974
Decimal173121116
Binary1010110111110011110100
Octal255171164

Shades and tints

Shades of #AD7974

#AD7974
(173,121,116)
#9E6E6A
(158,110,106)
#8F6360
(143,99,96)
#805856
(128,88,86)
#714D4C
(113,77,76)
#624242
(98,66,66)
#533738
(83,55,56)
#442C2E
(68,44,46)
#352124
(53,33,36)
#26161A
(38,22,26)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #AD7974

#AD7974
(173,121,116)
#B48580
(180,133,128)
#BB918C
(187,145,140)
#C29D98
(194,157,152)
#C9A9A4
(201,169,164)
#D0B5B0
(208,181,176)
#D7C1BC
(215,193,188)
#DECDC8
(222,205,200)
#E5D9D4
(229,217,212)
#ECE5E0
(236,229,224)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7974 color. Also use rgb(173,121,116) instead hex code.

Text Font Color

.myTextColor { color: #AD7974; }

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

This text font color is #AD7974.


Background Color

.myBgColor { background-color: #AD7974; }

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

This div background color is #AD7974.


Border color

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

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

This div border color is #AD7974.


Opacity

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

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

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

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

This text has shadow with #AD7974 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #AD7974; -webkit-box-shadow:	1px 1px 3px 2px #AD7974; box-shadow:	1px 1px 3px 2px #AD7974; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AD7974; -webkit-box-shadow: 1px 1px 3px 2px #AD7974; box-shadow:1px 1px 3px 2px #AD7974;">
Div content here</div>
This div box has shadow with color #AD7974.

Preview

Color preview on black background

This text has color #AD7974 on black background.


Color preview on white background

This text has color #AD7974 on white background.



Black color preview on #AD7974 background

This text has black color on #AD7974 background.


White color preview on #AD7974 background

This text has white color on #AD7974 background.