COLOR #AD7A7E

HEX: #AD7A7E RGB: (173,122,126)

Color info

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

RGB color model

#AD7A7E color RGB value is (173,122,126).

RGB: (173,122,126) (68%, 48%, 49%)

RGB channels and saturation

R 173 of 255 = 68%
G 122 of 255 = 48%
B 126 of 255 = 49%

173
122
126

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

Portions of RGB colors in percentages

R + G + B = 173 + 122 + 126 = 421 (100%)
R 173 of 421 ~ 41.09%
G 122 of 421 ~ 28.98%
B 126 of 421 ~ 29.93'%

%41.09
%28.98
%29.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.48%
  • yellow value is 27.17%
  • key color value is 32.16%

CMYK: (0,29,27,32)
C0M29Y27K32 (0%, 29%, 27%, 32%)
(0.00 / 0.29 / 0.27 / 0.32)

CMYK percentages

%0
%29.48
%27.17
%32.16

Codes

Color #AD7A7E in popluar color models

AD 7A 7E
RGB 173 122 126
HSL 355° 23.72% 57.84%
HSB/HSV 355° 29.48% 67.84%
CMYK 0.00% 29.48% 27.17%
32.16%

Color #AD7A7E in popluar number systems.

HEX AD 7A 7E
Decimal 173 122 126
Binary 10101101 1111010 1111110
Octal 255 172 176

Shades and tints

Shades of #AD7A7E

#AD7A7E
(173,122,126)
#9E6F73
(158,111,115)
#8F6468
(143,100,104)
#80595D
(128,89,93)
#714E52
(113,78,82)
#624347
(98,67,71)
#53383C
(83,56,60)
#442D31
(68,45,49)
#352226
(53,34,38)
#26171B
(38,23,27)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #AD7A7E

#AD7A7E
(173,122,126)
#B48689
(180,134,137)
#BB9294
(187,146,148)
#C29E9F
(194,158,159)
#C9AAAA
(201,170,170)
#D0B6B5
(208,182,181)
#D7C2C0
(215,194,192)
#DECECB
(222,206,203)
#E5DAD6
(229,218,214)
#ECE6E1
(236,230,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7A7E color. Also use rgb(173,122,126) instead hex code.

Text Font Color

.myTextColor { color: #AD7A7E; }

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

This text font color is #AD7A7E.

Background Color

.myBgColor { background-color: #AD7A7E; }

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

This div background color is #AD7A7E.

Border color

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

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

This div border color is #AD7A7E.

Opacity

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

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

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

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

This text has shadow with #AD7A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7A7E.

Preview

Color preview on black background

This text has color #AD7A7E on black background.


Color preview on white background

This text has color #AD7A7E on white background.


Black color preview on #AD7A7E background

This text has black color on #AD7A7E background.


White color preview on #AD7A7E background

This text has white color on #AD7A7E background.


Related colors

Complementary color

Complementary color for #hex is #528581.


I love getcolorcode.com

Triadic colors

1 #7EAD7A and #7A7EAD with #AD7A7E are triadic colors.

2 #7E7AAD and #7AAD7E with #AD7A7E are triadic colors.