COLOR #A5B18C

HEX: #A5B18C
RGB: (165,177,140)

Renk bilgisi

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

RGB renk modeli

#A5B18C color RGB value is (165,177,140).

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

RGB bağlantıları ve doygunluk

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

165
177
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 177 + 140 = 482 (100%)
R 165 of 482 ~ 34.23%
G 177 of 482 ~ 36.72%
B 140 of 482 ~ 29.05%

%34.23
%36.72
%29.05

CMYK RENK MODELİ

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

  • camgöbeği tonu 6.78%
  • eflatun tonu 0.00%
  • sarı tonu 20.90%
  • 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
%20.9
%30.59

Codes

Color #A5B18C in popluar color models

A5B18C
RGB165177140
HSL79°19.17%62.16%
HSB/HSV79°20.90%69.41%
CMYK6.78%0.00%20.90%
30.59%

Color #A5B18C in popluar number systems.

HEXA5B18C
Decimal165177140
Binary101001011011000110001100
Octal245261214

Shades and tints

Shades of #A5B18C

#A5B18C
(165,177,140)
#96A180
(150,161,128)
#879174
(135,145,116)
#788168
(120,129,104)
#69715C
(105,113,92)
#5A6150
(90,97,80)
#4B5144
(75,81,68)
#3C4138
(60,65,56)
#2D312C
(45,49,44)
#1E2120
(30,33,32)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #A5B18C

#A5B18C
(165,177,140)
#ADB896
(173,184,150)
#B5BFA0
(181,191,160)
#BDC6AA
(189,198,170)
#C5CDB4
(197,205,180)
#CDD4BE
(205,212,190)
#D5DBC8
(213,219,200)
#DDE2D2
(221,226,210)
#E5E9DC
(229,233,220)
#EDF0E6
(237,240,230)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B18C; }

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

This text font color is #A5B18C.


Background Color

.myBgColor { background-color: #A5B18C; }

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

This div background color is #A5B18C.


Border color

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

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

This div border color is #A5B18C.


Opacity

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

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

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

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

This text has shadow with #A5B18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B18C on black background.


Color preview on white background

This text has color #A5B18C on white background.



Black color preview on #A5B18C background

This text has black color on #A5B18C background.


White color preview on #A5B18C background

This text has white color on #A5B18C background.