COLOR #AD898C

HEX: #AD898C RGB: (173,137,140)

Renk bilgisi

#AD898C contains red, green and blue colors in about the same proportion. #AD898C ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#AD898C color RGB value is (173,137,140).

RGB: (173,137,140) (68%, 54%, 55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 137 of 255 = 54%
B 140 of 255 = 55%

173
137
140

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 137 + 140 = 450 (100%)
R 173 of 450 ~ 38.44%
G 137 of 450 ~ 30.44%
B 140 of 450 ~ 31.11'%

%38.44
%30.44
%31.11

CMYK RENK MODELİ

#AD898C rengi CMYK tonu (0,21,19,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.81%
  • sarı tonu 19.08%
  • ana renk tonu 32.16%

CMYK: (0,21,19,32)
C0M21Y19K32 (0%, 21%, 19%, 32%)
(0.00 / 0.21 / 0.19 / 0.32)

CMYK yüzdeleri

%0
%20.81
%19.08
%32.16

Codes

Color #AD898C in popluar color models

AD 89 8C
RGB 173 137 140
HSL 355° 18.00% 60.78%
HSB/HSV 355° 20.81% 67.84%
CMYK 0.00% 20.81% 19.08%
32.16%

Color #AD898C in popluar number systems.

HEX AD 89 8C
Decimal 173 137 140
Binary 10101101 10001001 10001100
Octal 255 211 214

Shades and tints

Shades of #AD898C

#AD898C
(173,137,140)
#9E7D80
(158,125,128)
#8F7174
(143,113,116)
#806568
(128,101,104)
#71595C
(113,89,92)
#624D50
(98,77,80)
#534144
(83,65,68)
#443538
(68,53,56)
#35292C
(53,41,44)
#261D20
(38,29,32)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD898C

#AD898C
(173,137,140)
#B49396
(180,147,150)
#BB9DA0
(187,157,160)
#C2A7AA
(194,167,170)
#C9B1B4
(201,177,180)
#D0BBBE
(208,187,190)
#D7C5C8
(215,197,200)
#DECFD2
(222,207,210)
#E5D9DC
(229,217,220)
#ECE3E6
(236,227,230)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD898C; }

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

This text font color is #AD898C.

Background Color

.myBgColor { background-color: #AD898C; }

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

This div background color is #AD898C.

Border color

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

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

This div border color is #AD898C.

Opacity

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

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

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

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

This text has shadow with #AD898C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD898C.

Preview

Color preview on black background

This text has color #AD898C on black background.


Color preview on white background

This text has color #AD898C on white background.


Black color preview on #AD898C background

This text has black color on #AD898C background.


White color preview on #AD898C background

This text has white color on #AD898C background.


Related colors

Complementary color

Complementary color for #hex is #527673.


I love getcolorcode.com

Triadic colors

1 #8CAD89 and #898CAD with #AD898C are triadic colors.

2 #8C89AD and #89AD8C with #AD898C are triadic colors.