COLOR #A5B396

HEX: #A5B396
RGB: (165,179,150)

Renk bilgisi

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

RGB renk modeli

#A5B396 color RGB value is (165,179,150).

  • kırmız ton 165;
  • yeşil ton 179;
  • mavi ton 150.
RGB:
(165,179,150)
(65%,70%,59%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 179 of 255 = 70%
B 150 of 255 = 59%

165
179
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 179 + 150 = 494 (100%)
R 165 of 494 ~ 33.4%
G 179 of 494 ~ 36.23%
B 150 of 494 ~ 30.36%

%33.4
%36.23
%30.36

CMYK RENK MODELİ

#A5B396 rengi CMYK tonu (8,0,16,30).

  • camgöbeği tonu 7.82%
  • eflatun tonu 0.00%
  • sarı tonu 16.20%
  • ana renk tonu 29.80%
CMYK:
(8,0,16,30)
C8M0Y16K30 
(8%,0%,16%,30%)
(0.08/0.00/0.16/0.30)	

CMYK yüzdeleri

%7.82
%0
%16.2
%29.8

Codes

Color #A5B396 in popluar color models

A5B396
RGB165179150
HSL89°16.02%64.51%
HSB/HSV89°16.20%70.20%
CMYK7.82%0.00%16.20%
29.80%

Color #A5B396 in popluar number systems.

HEXA5B396
Decimal165179150
Binary101001011011001110010110
Octal245263226

Shades and tints

Shades of #A5B396

#A5B396
(165,179,150)
#96A389
(150,163,137)
#87937C
(135,147,124)
#78836F
(120,131,111)
#697362
(105,115,98)
#5A6355
(90,99,85)
#4B5348
(75,83,72)
#3C433B
(60,67,59)
#2D332E
(45,51,46)
#1E2321
(30,35,33)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A5B396

#A5B396
(165,179,150)
#ADB99F
(173,185,159)
#B5BFA8
(181,191,168)
#BDC5B1
(189,197,177)
#C5CBBA
(197,203,186)
#CDD1C3
(205,209,195)
#D5D7CC
(213,215,204)
#DDDDD5
(221,221,213)
#E5E3DE
(229,227,222)
#EDE9E7
(237,233,231)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B396 color. Also use rgb(165,179,150) instead hex code.

Text Font Color

.myTextColor { color: #A5B396; }

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

This text font color is #A5B396.


Background Color

.myBgColor { background-color: #A5B396; }

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

This div background color is #A5B396.


Border color

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

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

This div border color is #A5B396.


Opacity

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

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

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

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

This text has shadow with #A5B396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B396 on black background.


Color preview on white background

This text has color #A5B396 on white background.



Black color preview on #A5B396 background

This text has black color on #A5B396 background.


White color preview on #A5B396 background

This text has white color on #A5B396 background.