COLOR #AD7574

HEX: #AD7574
RGB: (173,117,116)

Color info

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

RGB color model

#AD7574 color RGB value is (173,117,116).

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

RGB channels and saturation

R 173 of 255 = 68%
G 117 of 255 = 46%
B 116 of 255 = 45%

173
117
116

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

Portions of RGB colors in percentages

R + G + B =
173 + 117 + 116 = 406 (100%)
R 173 of 406 ~ 42.61%
G 117 of 406 ~ 28.82%
B 116 of 406 ~ 28.57%

%42.61
%28.82
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 32.95%
  • key color value is 32.16%
CMYK:
(0,32,33,32)
C0M32Y33K32 
(0%,32%,33%,32%)
(0.00/0.32/0.33/0.32)	

CMYK percentages

%0
%32.37
%32.95
%32.16

Codes

Color #AD7574 in popluar color models

AD7574
RGB173117116
HSL25.79%56.67%
HSB/HSV32.95%67.84%
CMYK0.00%32.37%32.95%
32.16%

Color #AD7574 in popluar number systems.

HEXAD7574
Decimal173117116
Binary1010110111101011110100
Octal255165164

Shades and tints

Shades of #AD7574

#AD7574
(173,117,116)
#9E6B6A
(158,107,106)
#8F6160
(143,97,96)
#805756
(128,87,86)
#714D4C
(113,77,76)
#624342
(98,67,66)
#533938
(83,57,56)
#442F2E
(68,47,46)
#352524
(53,37,36)
#261B1A
(38,27,26)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD7574

#AD7574
(173,117,116)
#B48180
(180,129,128)
#BB8D8C
(187,141,140)
#C29998
(194,153,152)
#C9A5A4
(201,165,164)
#D0B1B0
(208,177,176)
#D7BDBC
(215,189,188)
#DEC9C8
(222,201,200)
#E5D5D4
(229,213,212)
#ECE1E0
(236,225,224)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7574; }

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

This text font color is #AD7574.


Background Color

.myBgColor { background-color: #AD7574; }

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

This div background color is #AD7574.


Border color

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

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

This div border color is #AD7574.


Opacity

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

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

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

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

This text has shadow with #AD7574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7574 on black background.


Color preview on white background

This text has color #AD7574 on white background.



Black color preview on #AD7574 background

This text has black color on #AD7574 background.


White color preview on #AD7574 background

This text has white color on #AD7574 background.