COLOR #AD8D8C

HEX: #AD8D8C
RGB: (173,141,140)

Renk bilgisi

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

RGB renk modeli

#AD8D8C color RGB value is (173,141,140).

  • kırmız ton 173;
  • yeşil ton 141;
  • mavi ton 140.
RGB:
(173,141,140)
(68%,55%,55%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 141 of 255 = 55%
B 140 of 255 = 55%

173
141
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 141 + 140 = 454 (100%)
R 173 of 454 ~ 38.11%
G 141 of 454 ~ 31.06%
B 140 of 454 ~ 30.84%

%38.11
%31.06
%30.84

CMYK RENK MODELİ

#AD8D8C rengi CMYK tonu (0,18,19,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.50%
  • sarı tonu 19.08%
  • ana renk tonu 32.16%
CMYK:
(0,18,19,32)
C0M18Y19K32 
(0%,18%,19%,32%)
(0.00/0.18/0.19/0.32)	

CMYK yüzdeleri

%0
%18.5
%19.08
%32.16

Codes

Color #AD8D8C in popluar color models

AD8D8C
RGB173141140
HSL16.75%61.37%
HSB/HSV19.08%67.84%
CMYK0.00%18.50%19.08%
32.16%

Color #AD8D8C in popluar number systems.

HEXAD8D8C
Decimal173141140
Binary101011011000110110001100
Octal255215214

Shades and tints

Shades of #AD8D8C

#AD8D8C
(173,141,140)
#9E8180
(158,129,128)
#8F7574
(143,117,116)
#806968
(128,105,104)
#715D5C
(113,93,92)
#625150
(98,81,80)
#534544
(83,69,68)
#443938
(68,57,56)
#352D2C
(53,45,44)
#262120
(38,33,32)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #AD8D8C

#AD8D8C
(173,141,140)
#B49796
(180,151,150)
#BBA1A0
(187,161,160)
#C2ABAA
(194,171,170)
#C9B5B4
(201,181,180)
#D0BFBE
(208,191,190)
#D7C9C8
(215,201,200)
#DED3D2
(222,211,210)
#E5DDDC
(229,221,220)
#ECE7E6
(236,231,230)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8D8C; }

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

This text font color is #AD8D8C.


Background Color

.myBgColor { background-color: #AD8D8C; }

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

This div background color is #AD8D8C.


Border color

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

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

This div border color is #AD8D8C.


Opacity

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

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

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

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

This text has shadow with #AD8D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8D8C on black background.


Color preview on white background

This text has color #AD8D8C on white background.



Black color preview on #AD8D8C background

This text has black color on #AD8D8C background.


White color preview on #AD8D8C background

This text has white color on #AD8D8C background.