COLOR #AD9989

HEX: #AD9989
RGB: (173,153,137)

Renk bilgisi

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

RGB renk modeli

#AD9989 color RGB value is (173,153,137).

  • kırmız ton 173;
  • yeşil ton 153;
  • mavi ton 137.
RGB:
(173,153,137)
(68%,60%,54%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 153 of 255 = 60%
B 137 of 255 = 54%

173
153
137

R + G + B ~ 61%. #AD9989 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 153 + 137 = 463 (100%)
R 173 of 463 ~ 37.37%
G 153 of 463 ~ 33.05%
B 137 of 463 ~ 29.59%

%37.37
%33.05
%29.59

CMYK RENK MODELİ

#AD9989 rengi CMYK tonu (0,12,21,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.56%
  • sarı tonu 20.81%
  • ana renk tonu 32.16%
CMYK:
(0,12,21,32)
C0M12Y21K32 
(0%,12%,21%,32%)
(0.00/0.12/0.21/0.32)	

CMYK yüzdeleri

%0
%11.56
%20.81
%32.16

Codes

Color #AD9989 in popluar color models

AD9989
RGB173153137
HSL27°18.00%60.78%
HSB/HSV27°20.81%67.84%
CMYK0.00%11.56%20.81%
32.16%

Color #AD9989 in popluar number systems.

HEXAD9989
Decimal173153137
Binary101011011001100110001001
Octal255231211

Shades and tints

Shades of #AD9989

#AD9989
(173,153,137)
#9E8C7D
(158,140,125)
#8F7F71
(143,127,113)
#807265
(128,114,101)
#716559
(113,101,89)
#62584D
(98,88,77)
#534B41
(83,75,65)
#443E35
(68,62,53)
#353129
(53,49,41)
#26241D
(38,36,29)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #AD9989

#AD9989
(173,153,137)
#B4A293
(180,162,147)
#BBAB9D
(187,171,157)
#C2B4A7
(194,180,167)
#C9BDB1
(201,189,177)
#D0C6BB
(208,198,187)
#D7CFC5
(215,207,197)
#DED8CF
(222,216,207)
#E5E1D9
(229,225,217)
#ECEAE3
(236,234,227)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9989; }

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

This text font color is #AD9989.


Background Color

.myBgColor { background-color: #AD9989; }

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

This div background color is #AD9989.


Border color

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

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

This div border color is #AD9989.


Opacity

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

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

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

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

This text has shadow with #AD9989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9989 on black background.


Color preview on white background

This text has color #AD9989 on white background.



Black color preview on #AD9989 background

This text has black color on #AD9989 background.


White color preview on #AD9989 background

This text has white color on #AD9989 background.