COLOR #AD8289

HEX: #AD8289 RGB: (173,130,137)

Color info

#AD8289 contains red, green and blue colors in about the same proportion. Web safe color of #AD8289 is #999999 (or #999).

RGB color model

#AD8289 color RGB value is (173,130,137).

RGB: (173,130,137) (68%, 51%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 137 of 255 = 54%

173
130
137

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

Portions of RGB colors in percentages

R + G + B = 173 + 130 + 137 = 440 (100%)
R 173 of 440 ~ 39.32%
G 130 of 440 ~ 29.55%
B 137 of 440 ~ 31.14'%

%39.32
%29.55
%31.14

CMYK color model

#AD8289 color CMYK value is (0,25,21,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 20.81%
  • key color value is 32.16%

CMYK: (0,25,21,32)
C0M25Y21K32 (0%, 25%, 21%, 32%)
(0.00 / 0.25 / 0.21 / 0.32)

CMYK percentages

%0
%24.86
%20.81
%32.16

Codes

Color #AD8289 in popluar color models

AD 82 89
RGB 173 130 137
HSL 350° 20.77% 59.41%
HSB/HSV 350° 24.86% 67.84%
CMYK 0.00% 24.86% 20.81%
32.16%

Color #AD8289 in popluar number systems.

HEX AD 82 89
Decimal 173 130 137
Binary 10101101 10000010 10001001
Octal 255 202 211

Shades and tints

Shades of #AD8289

#AD8289
(173,130,137)
#9E777D
(158,119,125)
#8F6C71
(143,108,113)
#806165
(128,97,101)
#715659
(113,86,89)
#624B4D
(98,75,77)
#534041
(83,64,65)
#443535
(68,53,53)
#352A29
(53,42,41)
#261F1D
(38,31,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #AD8289

#AD8289
(173,130,137)
#B48D93
(180,141,147)
#BB989D
(187,152,157)
#C2A3A7
(194,163,167)
#C9AEB1
(201,174,177)
#D0B9BB
(208,185,187)
#D7C4C5
(215,196,197)
#DECFCF
(222,207,207)
#E5DAD9
(229,218,217)
#ECE5E3
(236,229,227)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8289 color. Also use rgb(173,130,137) instead hex code.

Text Font Color

.myTextColor { color: #AD8289; }

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

This text font color is #AD8289.

Background Color

.myBgColor { background-color: #AD8289; }

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

This div background color is #AD8289.

Border color

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

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

This div border color is #AD8289.

Opacity

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

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

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

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

This text has shadow with #AD8289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8289.

Preview

Color preview on black background

This text has color #AD8289 on black background.


Color preview on white background

This text has color #AD8289 on white background.


Black color preview on #AD8289 background

This text has black color on #AD8289 background.


White color preview on #AD8289 background

This text has white color on #AD8289 background.


Related colors

Complementary color

Complementary color for #hex is #527D76.


I love getcolorcode.com

Triadic colors

1 #89AD82 and #8289AD with #AD8289 are triadic colors.

2 #8982AD and #82AD89 with #AD8289 are triadic colors.