COLOR #AD7476

HEX: #AD7476
RGB: (173,116,118)

Color info

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

RGB color model

#AD7476 color RGB value is (173,116,118).

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

RGB channels and saturation

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

173
116
118

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

Portions of RGB colors in percentages

R + G + B =
173 + 116 + 118 = 407 (100%)
R 173 of 407 ~ 42.51%
G 116 of 407 ~ 28.5%
B 118 of 407 ~ 28.99%

%42.51
%28.5
%28.99

CMYK color model

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

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

CMYK percentages

%0
%32.95
%31.79
%32.16

Codes

Color #AD7476 in popluar color models

AD7476
RGB173116118
HSL358°25.79%56.67%
HSB/HSV358°32.95%67.84%
CMYK0.00%32.95%31.79%
32.16%

Color #AD7476 in popluar number systems.

HEXAD7476
Decimal173116118
Binary1010110111101001110110
Octal255164166

Shades and tints

Shades of #AD7476

#AD7476
(173,116,118)
#9E6A6C
(158,106,108)
#8F6062
(143,96,98)
#805658
(128,86,88)
#714C4E
(113,76,78)
#624244
(98,66,68)
#53383A
(83,56,58)
#442E30
(68,46,48)
#352426
(53,36,38)
#261A1C
(38,26,28)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD7476

#AD7476
(173,116,118)
#B48082
(180,128,130)
#BB8C8E
(187,140,142)
#C2989A
(194,152,154)
#C9A4A6
(201,164,166)
#D0B0B2
(208,176,178)
#D7BCBE
(215,188,190)
#DEC8CA
(222,200,202)
#E5D4D6
(229,212,214)
#ECE0E2
(236,224,226)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7476; }

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

This text font color is #AD7476.


Background Color

.myBgColor { background-color: #AD7476; }

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

This div background color is #AD7476.


Border color

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

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

This div border color is #AD7476.


Opacity

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

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

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

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

This text has shadow with #AD7476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7476 on black background.


Color preview on white background

This text has color #AD7476 on white background.



Black color preview on #AD7476 background

This text has black color on #AD7476 background.


White color preview on #AD7476 background

This text has white color on #AD7476 background.