COLOR #A5B18B

HEX: #A5B18B
RGB: (165,177,139)

Renk bilgisi

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

RGB renk modeli

#A5B18B color RGB value is (165,177,139).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 177 of 255 = 69%
B 139 of 255 = 55%

165
177
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 177 + 139 = 481 (100%)
R 165 of 481 ~ 34.3%
G 177 of 481 ~ 36.8%
B 139 of 481 ~ 28.9%

%34.3
%36.8
%28.9

CMYK RENK MODELİ

#A5B18B rengi CMYK tonu (7,0,21,31).

  • camgöbeği tonu 6.78%
  • eflatun tonu 0.00%
  • sarı tonu 21.47%
  • ana renk tonu 30.59%
CMYK:
(7,0,21,31)
C7M0Y21K31 
(7%,0%,21%,31%)
(0.07/0.00/0.21/0.31)	

CMYK yüzdeleri

%6.78
%0
%21.47
%30.59

Codes

Color #A5B18B in popluar color models

A5B18B
RGB165177139
HSL79°19.59%61.96%
HSB/HSV79°21.47%69.41%
CMYK6.78%0.00%21.47%
30.59%

Color #A5B18B in popluar number systems.

HEXA5B18B
Decimal165177139
Binary101001011011000110001011
Octal245261213

Shades and tints

Shades of #A5B18B

#A5B18B
(165,177,139)
#96A17F
(150,161,127)
#879173
(135,145,115)
#788167
(120,129,103)
#69715B
(105,113,91)
#5A614F
(90,97,79)
#4B5143
(75,81,67)
#3C4137
(60,65,55)
#2D312B
(45,49,43)
#1E211F
(30,33,31)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A5B18B

#A5B18B
(165,177,139)
#ADB895
(173,184,149)
#B5BF9F
(181,191,159)
#BDC6A9
(189,198,169)
#C5CDB3
(197,205,179)
#CDD4BD
(205,212,189)
#D5DBC7
(213,219,199)
#DDE2D1
(221,226,209)
#E5E9DB
(229,233,219)
#EDF0E5
(237,240,229)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B18B; }

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

This text font color is #A5B18B.


Background Color

.myBgColor { background-color: #A5B18B; }

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

This div background color is #A5B18B.


Border color

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

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

This div border color is #A5B18B.


Opacity

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

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

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

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

This text has shadow with #A5B18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B18B on black background.


Color preview on white background

This text has color #A5B18B on white background.



Black color preview on #A5B18B background

This text has black color on #A5B18B background.


White color preview on #A5B18B background

This text has white color on #A5B18B background.