COLOR #AD898A

HEX: #AD898A RGB: (173,137,138)

Color info

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

RGB color model

#AD898A color RGB value is (173,137,138).

RGB: (173,137,138) (68%, 54%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 138 of 255 = 54%

173
137
138

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

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 138 = 448 (100%)
R 173 of 448 ~ 38.62%
G 137 of 448 ~ 30.58%
B 138 of 448 ~ 30.8'%

%38.62
%30.58
%30.8

CMYK color model

#AD898A color CMYK value is (0,21,20,32).

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

CMYK: (0,21,20,32)
C0M21Y20K32 (0%, 21%, 20%, 32%)
(0.00 / 0.21 / 0.20 / 0.32)

CMYK percentages

%0
%20.81
%20.23
%32.16

Codes

Color #AD898A in popluar color models

AD 89 8A
RGB 173 137 138
HSL 358° 18.00% 60.78%
HSB/HSV 358° 20.81% 67.84%
CMYK 0.00% 20.81% 20.23%
32.16%

Color #AD898A in popluar number systems.

HEX AD 89 8A
Decimal 173 137 138
Binary 10101101 10001001 10001010
Octal 255 211 212

Shades and tints

Shades of #AD898A

#AD898A
(173,137,138)
#9E7D7E
(158,125,126)
#8F7172
(143,113,114)
#806566
(128,101,102)
#71595A
(113,89,90)
#624D4E
(98,77,78)
#534142
(83,65,66)
#443536
(68,53,54)
#35292A
(53,41,42)
#261D1E
(38,29,30)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD898A

#AD898A
(173,137,138)
#B49394
(180,147,148)
#BB9D9E
(187,157,158)
#C2A7A8
(194,167,168)
#C9B1B2
(201,177,178)
#D0BBBC
(208,187,188)
#D7C5C6
(215,197,198)
#DECFD0
(222,207,208)
#E5D9DA
(229,217,218)
#ECE3E4
(236,227,228)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD898A; }

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

This text font color is #AD898A.

Background Color

.myBgColor { background-color: #AD898A; }

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

This div background color is #AD898A.

Border color

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

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

This div border color is #AD898A.

Opacity

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

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

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

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

This text has shadow with #AD898A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD898A.

Preview

Color preview on black background

This text has color #AD898A on black background.


Color preview on white background

This text has color #AD898A on white background.


Black color preview on #AD898A background

This text has black color on #AD898A background.


White color preview on #AD898A background

This text has white color on #AD898A background.


Related colors

Complementary color

Complementary color for #hex is #527675.


I love getcolorcode.com

Triadic colors

1 #8AAD89 and #898AAD with #AD898A are triadic colors.

2 #8A89AD and #89AD8A with #AD898A are triadic colors.