COLOR #A5B195

HEX: #A5B195
RGB: (165,177,149)

Renk bilgisi

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

RGB renk modeli

#A5B195 color RGB value is (165,177,149).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 177 of 255 = 69%
B 149 of 255 = 58%

165
177
149

R + G + B ~ 64%. #A5B195 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 177 + 149 = 491 (100%)
R 165 of 491 ~ 33.6%
G 177 of 491 ~ 36.05%
B 149 of 491 ~ 30.35%

%33.6
%36.05
%30.35

CMYK RENK MODELİ

#A5B195 rengi CMYK tonu (7,0,16,31).

  • camgöbeği tonu 6.78%
  • eflatun tonu 0.00%
  • sarı tonu 15.82%
  • ana renk tonu 30.59%
CMYK:
(7,0,16,31)
C7M0Y16K31 
(7%,0%,16%,31%)
(0.07/0.00/0.16/0.31)	

CMYK yüzdeleri

%6.78
%0
%15.82
%30.59

Codes

Color #A5B195 in popluar color models

A5B195
RGB165177149
HSL86°15.22%63.92%
HSB/HSV86°15.82%69.41%
CMYK6.78%0.00%15.82%
30.59%

Color #A5B195 in popluar number systems.

HEXA5B195
Decimal165177149
Binary101001011011000110010101
Octal245261225

Shades and tints

Shades of #A5B195

#A5B195
(165,177,149)
#96A188
(150,161,136)
#87917B
(135,145,123)
#78816E
(120,129,110)
#697161
(105,113,97)
#5A6154
(90,97,84)
#4B5147
(75,81,71)
#3C413A
(60,65,58)
#2D312D
(45,49,45)
#1E2120
(30,33,32)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A5B195

#A5B195
(165,177,149)
#ADB89E
(173,184,158)
#B5BFA7
(181,191,167)
#BDC6B0
(189,198,176)
#C5CDB9
(197,205,185)
#CDD4C2
(205,212,194)
#D5DBCB
(213,219,203)
#DDE2D4
(221,226,212)
#E5E9DD
(229,233,221)
#EDF0E6
(237,240,230)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B195; }

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

This text font color is #A5B195.


Background Color

.myBgColor { background-color: #A5B195; }

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

This div background color is #A5B195.


Border color

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

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

This div border color is #A5B195.


Opacity

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

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

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

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

This text has shadow with #A5B195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B195 on black background.


Color preview on white background

This text has color #A5B195 on white background.



Black color preview on #A5B195 background

This text has black color on #A5B195 background.


White color preview on #A5B195 background

This text has white color on #A5B195 background.