COLOR #A5AD8C

HEX: #A5AD8C
RGB: (165,173,140)

Renk bilgisi

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

RGB renk modeli

#A5AD8C color RGB value is (165,173,140).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 173 of 255 = 68%
B 140 of 255 = 55%

165
173
140

R + G + B ~ 63%. #A5AD8C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 173 + 140 = 478 (100%)
R 165 of 478 ~ 34.52%
G 173 of 478 ~ 36.19%
B 140 of 478 ~ 29.29%

%34.52
%36.19
%29.29

CMYK RENK MODELİ

#A5AD8C rengi CMYK tonu (5,0,19,32).

  • camgöbeği tonu 4.62%
  • eflatun tonu 0.00%
  • sarı tonu 19.08%
  • ana renk tonu 32.16%
CMYK:
(5,0,19,32)
C5M0Y19K32 
(5%,0%,19%,32%)
(0.05/0.00/0.19/0.32)	

CMYK yüzdeleri

%4.62
%0
%19.08
%32.16

Codes

Color #A5AD8C in popluar color models

A5AD8C
RGB165173140
HSL75°16.75%61.37%
HSB/HSV75°19.08%67.84%
CMYK4.62%0.00%19.08%
32.16%

Color #A5AD8C in popluar number systems.

HEXA5AD8C
Decimal165173140
Binary101001011010110110001100
Octal245255214

Shades and tints

Shades of #A5AD8C

#A5AD8C
(165,173,140)
#969E80
(150,158,128)
#878F74
(135,143,116)
#788068
(120,128,104)
#69715C
(105,113,92)
#5A6250
(90,98,80)
#4B5344
(75,83,68)
#3C4438
(60,68,56)
#2D352C
(45,53,44)
#1E2620
(30,38,32)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #A5AD8C

#A5AD8C
(165,173,140)
#ADB496
(173,180,150)
#B5BBA0
(181,187,160)
#BDC2AA
(189,194,170)
#C5C9B4
(197,201,180)
#CDD0BE
(205,208,190)
#D5D7C8
(213,215,200)
#DDDED2
(221,222,210)
#E5E5DC
(229,229,220)
#EDECE6
(237,236,230)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AD8C; }

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

This text font color is #A5AD8C.


Background Color

.myBgColor { background-color: #A5AD8C; }

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

This div background color is #A5AD8C.


Border color

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

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

This div border color is #A5AD8C.


Opacity

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

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

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

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

This text has shadow with #A5AD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AD8C on black background.


Color preview on white background

This text has color #A5AD8C on white background.



Black color preview on #A5AD8C background

This text has black color on #A5AD8C background.


White color preview on #A5AD8C background

This text has white color on #A5AD8C background.