COLOR #A5B182

HEX: #A5B182
RGB: (165,177,130)

Renk bilgisi

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

RGB renk modeli

#A5B182 color RGB value is (165,177,130).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 177 of 255 = 69%
B 130 of 255 = 51%

165
177
130

R + G + B ~ 62%. #A5B182 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 177 + 130 = 472 (100%)
R 165 of 472 ~ 34.96%
G 177 of 472 ~ 37.5%
B 130 of 472 ~ 27.54%

%34.96
%37.5
%27.54

CMYK RENK MODELİ

#A5B182 rengi CMYK tonu (7,0,27,31).

  • camgöbeği tonu 6.78%
  • eflatun tonu 0.00%
  • sarı tonu 26.55%
  • ana renk tonu 30.59%
CMYK:
(7,0,27,31)
C7M0Y27K31 
(7%,0%,27%,31%)
(0.07/0.00/0.27/0.31)	

CMYK yüzdeleri

%6.78
%0
%26.55
%30.59

Codes

Color #A5B182 in popluar color models

A5B182
RGB165177130
HSL75°23.15%60.20%
HSB/HSV75°26.55%69.41%
CMYK6.78%0.00%26.55%
30.59%

Color #A5B182 in popluar number systems.

HEXA5B182
Decimal165177130
Binary101001011011000110000010
Octal245261202

Shades and tints

Shades of #A5B182

#A5B182
(165,177,130)
#96A177
(150,161,119)
#87916C
(135,145,108)
#788161
(120,129,97)
#697156
(105,113,86)
#5A614B
(90,97,75)
#4B5140
(75,81,64)
#3C4135
(60,65,53)
#2D312A
(45,49,42)
#1E211F
(30,33,31)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #A5B182

#A5B182
(165,177,130)
#ADB88D
(173,184,141)
#B5BF98
(181,191,152)
#BDC6A3
(189,198,163)
#C5CDAE
(197,205,174)
#CDD4B9
(205,212,185)
#D5DBC4
(213,219,196)
#DDE2CF
(221,226,207)
#E5E9DA
(229,233,218)
#EDF0E5
(237,240,229)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B182; }

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

This text font color is #A5B182.


Background Color

.myBgColor { background-color: #A5B182; }

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

This div background color is #A5B182.


Border color

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

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

This div border color is #A5B182.


Opacity

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

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

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

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

This text has shadow with #A5B182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B182 on black background.


Color preview on white background

This text has color #A5B182 on white background.



Black color preview on #A5B182 background

This text has black color on #A5B182 background.


White color preview on #A5B182 background

This text has white color on #A5B182 background.