COLOR #AD9587

HEX: #AD9587
RGB: (173,149,135)

Renk bilgisi

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

RGB renk modeli

#AD9587 color RGB value is (173,149,135).

  • kırmız ton 173;
  • yeşil ton 149;
  • mavi ton 135.
RGB:
(173,149,135)
(68%,58%,53%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 149 of 255 = 58%
B 135 of 255 = 53%

173
149
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 149 + 135 = 457 (100%)
R 173 of 457 ~ 37.86%
G 149 of 457 ~ 32.6%
B 135 of 457 ~ 29.54%

%37.86
%32.6
%29.54

CMYK RENK MODELİ

#AD9587 rengi CMYK tonu (0,14,22,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.87%
  • sarı tonu 21.97%
  • ana renk tonu 32.16%
CMYK:
(0,14,22,32)
C0M14Y22K32 
(0%,14%,22%,32%)
(0.00/0.14/0.22/0.32)	

CMYK yüzdeleri

%0
%13.87
%21.97
%32.16

Codes

Color #AD9587 in popluar color models

AD9587
RGB173149135
HSL22°18.81%60.39%
HSB/HSV22°21.97%67.84%
CMYK0.00%13.87%21.97%
32.16%

Color #AD9587 in popluar number systems.

HEXAD9587
Decimal173149135
Binary101011011001010110000111
Octal255225207

Shades and tints

Shades of #AD9587

#AD9587
(173,149,135)
#9E887B
(158,136,123)
#8F7B6F
(143,123,111)
#806E63
(128,110,99)
#716157
(113,97,87)
#62544B
(98,84,75)
#53473F
(83,71,63)
#443A33
(68,58,51)
#352D27
(53,45,39)
#26201B
(38,32,27)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #AD9587

#AD9587
(173,149,135)
#B49E91
(180,158,145)
#BBA79B
(187,167,155)
#C2B0A5
(194,176,165)
#C9B9AF
(201,185,175)
#D0C2B9
(208,194,185)
#D7CBC3
(215,203,195)
#DED4CD
(222,212,205)
#E5DDD7
(229,221,215)
#ECE6E1
(236,230,225)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9587 color. Also use rgb(173,149,135) instead hex code.

Text Font Color

.myTextColor { color: #AD9587; }

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

This text font color is #AD9587.


Background Color

.myBgColor { background-color: #AD9587; }

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

This div background color is #AD9587.


Border color

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

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

This div border color is #AD9587.


Opacity

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

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

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

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

This text has shadow with #AD9587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9587 on black background.


Color preview on white background

This text has color #AD9587 on white background.



Black color preview on #AD9587 background

This text has black color on #AD9587 background.


White color preview on #AD9587 background

This text has white color on #AD9587 background.