COLOR #A5AD9F

HEX: #A5AD9F
RGB: (165,173,159)

Renk bilgisi

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

RGB renk modeli

#A5AD9F color RGB value is (165,173,159).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 159 of 255 = 62%

165
173
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 159 = 497 (100%)
R 165 of 497 ~ 33.2%
G 173 of 497 ~ 34.81%
B 159 of 497 ~ 31.99%

%33.2
%34.81
%31.99

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%4.62
%0
%8.09
%32.16

Codes

Color #A5AD9F in popluar color models

A5AD9F
RGB165173159
HSL94°7.87%65.10%
HSB/HSV94°8.09%67.84%
CMYK4.62%0.00%8.09%
32.16%

Color #A5AD9F in popluar number systems.

HEXA5AD9F
Decimal165173159
Binary101001011010110110011111
Octal245255237

Shades and tints

Shades of #A5AD9F

#A5AD9F
(165,173,159)
#969E91
(150,158,145)
#878F83
(135,143,131)
#788075
(120,128,117)
#697167
(105,113,103)
#5A6259
(90,98,89)
#4B534B
(75,83,75)
#3C443D
(60,68,61)
#2D352F
(45,53,47)
#1E2621
(30,38,33)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5AD9F

#A5AD9F
(165,173,159)
#ADB4A7
(173,180,167)
#B5BBAF
(181,187,175)
#BDC2B7
(189,194,183)
#C5C9BF
(197,201,191)
#CDD0C7
(205,208,199)
#D5D7CF
(213,215,207)
#DDDED7
(221,222,215)
#E5E5DF
(229,229,223)
#EDECE7
(237,236,231)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AD9F; }

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

This text font color is #A5AD9F.


Background Color

.myBgColor { background-color: #A5AD9F; }

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

This div background color is #A5AD9F.


Border color

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

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

This div border color is #A5AD9F.


Opacity

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

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

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

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

This text has shadow with #A5AD9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD9F on black background.


Color preview on white background

This text has color #A5AD9F on white background.



Black color preview on #A5AD9F background

This text has black color on #A5AD9F background.


White color preview on #A5AD9F background

This text has white color on #A5AD9F background.