COLOR #A5B390

HEX: #A5B390
RGB: (165,179,144)

Renk bilgisi

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

RGB renk modeli

#A5B390 color RGB value is (165,179,144).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 179 of 255 = 70%
B 144 of 255 = 56%

165
179
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 179 + 144 = 488 (100%)
R 165 of 488 ~ 33.81%
G 179 of 488 ~ 36.68%
B 144 of 488 ~ 29.51%

%33.81
%36.68
%29.51

CMYK RENK MODELİ

#A5B390 rengi CMYK tonu (8,0,20,30).

  • camgöbeği tonu 7.82%
  • eflatun tonu 0.00%
  • sarı tonu 19.55%
  • ana renk tonu 29.80%
CMYK:
(8,0,20,30)
C8M0Y20K30 
(8%,0%,20%,30%)
(0.08/0.00/0.20/0.30)	

CMYK yüzdeleri

%7.82
%0
%19.55
%29.8

Codes

Color #A5B390 in popluar color models

A5B390
RGB165179144
HSL84°18.72%63.33%
HSB/HSV84°19.55%70.20%
CMYK7.82%0.00%19.55%
29.80%

Color #A5B390 in popluar number systems.

HEXA5B390
Decimal165179144
Binary101001011011001110010000
Octal245263220

Shades and tints

Shades of #A5B390

#A5B390
(165,179,144)
#96A383
(150,163,131)
#879376
(135,147,118)
#788369
(120,131,105)
#69735C
(105,115,92)
#5A634F
(90,99,79)
#4B5342
(75,83,66)
#3C4335
(60,67,53)
#2D3328
(45,51,40)
#1E231B
(30,35,27)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A5B390

#A5B390
(165,179,144)
#ADB99A
(173,185,154)
#B5BFA4
(181,191,164)
#BDC5AE
(189,197,174)
#C5CBB8
(197,203,184)
#CDD1C2
(205,209,194)
#D5D7CC
(213,215,204)
#DDDDD6
(221,221,214)
#E5E3E0
(229,227,224)
#EDE9EA
(237,233,234)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B390; }

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

This text font color is #A5B390.


Background Color

.myBgColor { background-color: #A5B390; }

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

This div background color is #A5B390.


Border color

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

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

This div border color is #A5B390.


Opacity

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

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

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

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

This text has shadow with #A5B390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B390 on black background.


Color preview on white background

This text has color #A5B390 on white background.



Black color preview on #A5B390 background

This text has black color on #A5B390 background.


White color preview on #A5B390 background

This text has white color on #A5B390 background.