COLOR #A5B19D

HEX: #A5B19D
RGB: (165,177,157)

Renk bilgisi

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

RGB renk modeli

#A5B19D color RGB value is (165,177,157).

  • kırmız ton 165;
  • yeşil ton 177;
  • mavi ton 157.
RGB:
(165,177,157)
(65%,69%,62%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 177 of 255 = 69%
B 157 of 255 = 62%

165
177
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 177 + 157 = 499 (100%)
R 165 of 499 ~ 33.07%
G 177 of 499 ~ 35.47%
B 157 of 499 ~ 31.46%

%33.07
%35.47
%31.46

CMYK RENK MODELİ

#A5B19D rengi CMYK tonu (7,0,11,31).

  • camgöbeği tonu 6.78%
  • eflatun tonu 0.00%
  • sarı tonu 11.30%
  • ana renk tonu 30.59%
CMYK:
(7,0,11,31)
C7M0Y11K31 
(7%,0%,11%,31%)
(0.07/0.00/0.11/0.31)	

CMYK yüzdeleri

%6.78
%0
%11.3
%30.59

Codes

Color #A5B19D in popluar color models

A5B19D
RGB165177157
HSL96°11.36%65.49%
HSB/HSV96°11.30%69.41%
CMYK6.78%0.00%11.30%
30.59%

Color #A5B19D in popluar number systems.

HEXA5B19D
Decimal165177157
Binary101001011011000110011101
Octal245261235

Shades and tints

Shades of #A5B19D

#A5B19D
(165,177,157)
#96A18F
(150,161,143)
#879181
(135,145,129)
#788173
(120,129,115)
#697165
(105,113,101)
#5A6157
(90,97,87)
#4B5149
(75,81,73)
#3C413B
(60,65,59)
#2D312D
(45,49,45)
#1E211F
(30,33,31)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A5B19D

#A5B19D
(165,177,157)
#ADB8A5
(173,184,165)
#B5BFAD
(181,191,173)
#BDC6B5
(189,198,181)
#C5CDBD
(197,205,189)
#CDD4C5
(205,212,197)
#D5DBCD
(213,219,205)
#DDE2D5
(221,226,213)
#E5E9DD
(229,233,221)
#EDF0E5
(237,240,229)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B19D color. Also use rgb(165,177,157) instead hex code.

Text Font Color

.myTextColor { color: #A5B19D; }

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

This text font color is #A5B19D.


Background Color

.myBgColor { background-color: #A5B19D; }

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

This div background color is #A5B19D.


Border color

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

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

This div border color is #A5B19D.


Opacity

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

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

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

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

This text has shadow with #A5B19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B19D on black background.


Color preview on white background

This text has color #A5B19D on white background.



Black color preview on #A5B19D background

This text has black color on #A5B19D background.


White color preview on #A5B19D background

This text has white color on #A5B19D background.