COLOR #ADA5A0

HEX: #ADA5A0
RGB: (173,165,160)

Renk bilgisi

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

RGB renk modeli

#ADA5A0 color RGB value is (173,165,160).

  • kırmız ton 173;
  • yeşil ton 165;
  • mavi ton 160.
RGB:
(173,165,160)
(68%,65%,63%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 165 of 255 = 65%
B 160 of 255 = 63%

173
165
160

R + G + B ~ 65%. #ADA5A0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 165 + 160 = 498 (100%)
R 173 of 498 ~ 34.74%
G 165 of 498 ~ 33.13%
B 160 of 498 ~ 32.13%

%34.74
%33.13
%32.13

CMYK RENK MODELİ

#ADA5A0 rengi CMYK tonu (0,5,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 7.51%
  • ana renk tonu 32.16%
CMYK:
(0,5,8,32)
C0M5Y8K32 
(0%,5%,8%,32%)
(0.00/0.05/0.08/0.32)	

CMYK yüzdeleri

%0
%4.62
%7.51
%32.16

Codes

Color #ADA5A0 in popluar color models

ADA5A0
RGB173165160
HSL23°7.34%65.29%
HSB/HSV23°7.51%67.84%
CMYK0.00%4.62%7.51%
32.16%

Color #ADA5A0 in popluar number systems.

HEXADA5A0
Decimal173165160
Binary101011011010010110100000
Octal255245240

Shades and tints

Shades of #ADA5A0

#ADA5A0
(173,165,160)
#9E9692
(158,150,146)
#8F8784
(143,135,132)
#807876
(128,120,118)
#716968
(113,105,104)
#625A5A
(98,90,90)
#534B4C
(83,75,76)
#443C3E
(68,60,62)
#352D30
(53,45,48)
#261E22
(38,30,34)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #ADA5A0

#ADA5A0
(173,165,160)
#B4ADA8
(180,173,168)
#BBB5B0
(187,181,176)
#C2BDB8
(194,189,184)
#C9C5C0
(201,197,192)
#D0CDC8
(208,205,200)
#D7D5D0
(215,213,208)
#DEDDD8
(222,221,216)
#E5E5E0
(229,229,224)
#ECEDE8
(236,237,232)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA5A0 color. Also use rgb(173,165,160) instead hex code.

Text Font Color

.myTextColor { color: #ADA5A0; }

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

This text font color is #ADA5A0.


Background Color

.myBgColor { background-color: #ADA5A0; }

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

This div background color is #ADA5A0.


Border color

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

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

This div border color is #ADA5A0.


Opacity

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

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

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

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

This text has shadow with #ADA5A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5A0 on black background.


Color preview on white background

This text has color #ADA5A0 on white background.



Black color preview on #ADA5A0 background

This text has black color on #ADA5A0 background.


White color preview on #ADA5A0 background

This text has white color on #ADA5A0 background.