COLOR #AD8E85

HEX: #AD8E85
RGB: (173,142,133)

Renk bilgisi

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

RGB renk modeli

#AD8E85 color RGB value is (173,142,133).

  • kırmız ton 173;
  • yeşil ton 142;
  • mavi ton 133.
RGB:
(173,142,133)
(68%,56%,52%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 142 of 255 = 56%
B 133 of 255 = 52%

173
142
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 142 + 133 = 448 (100%)
R 173 of 448 ~ 38.62%
G 142 of 448 ~ 31.7%
B 133 of 448 ~ 29.69%

%38.62
%31.7
%29.69

CMYK RENK MODELİ

#AD8E85 rengi CMYK tonu (0,18,23,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.92%
  • sarı tonu 23.12%
  • ana renk tonu 32.16%
CMYK:
(0,18,23,32)
C0M18Y23K32 
(0%,18%,23%,32%)
(0.00/0.18/0.23/0.32)	

CMYK yüzdeleri

%0
%17.92
%23.12
%32.16

Codes

Color #AD8E85 in popluar color models

AD8E85
RGB173142133
HSL14°19.61%60.00%
HSB/HSV14°23.12%67.84%
CMYK0.00%17.92%23.12%
32.16%

Color #AD8E85 in popluar number systems.

HEXAD8E85
Decimal173142133
Binary101011011000111010000101
Octal255216205

Shades and tints

Shades of #AD8E85

#AD8E85
(173,142,133)
#9E8279
(158,130,121)
#8F766D
(143,118,109)
#806A61
(128,106,97)
#715E55
(113,94,85)
#625249
(98,82,73)
#53463D
(83,70,61)
#443A31
(68,58,49)
#352E25
(53,46,37)
#262219
(38,34,25)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #AD8E85

#AD8E85
(173,142,133)
#B49890
(180,152,144)
#BBA29B
(187,162,155)
#C2ACA6
(194,172,166)
#C9B6B1
(201,182,177)
#D0C0BC
(208,192,188)
#D7CAC7
(215,202,199)
#DED4D2
(222,212,210)
#E5DEDD
(229,222,221)
#ECE8E8
(236,232,232)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8E85 color. Also use rgb(173,142,133) instead hex code.

Text Font Color

.myTextColor { color: #AD8E85; }

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

This text font color is #AD8E85.


Background Color

.myBgColor { background-color: #AD8E85; }

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

This div background color is #AD8E85.


Border color

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

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

This div border color is #AD8E85.


Opacity

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

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

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

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

This text has shadow with #AD8E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8E85 on black background.


Color preview on white background

This text has color #AD8E85 on white background.



Black color preview on #AD8E85 background

This text has black color on #AD8E85 background.


White color preview on #AD8E85 background

This text has white color on #AD8E85 background.