COLOR #A5B183

HEX: #A5B183
RGB: (165,177,131)

Color info

#A5B183 contains red, green and blue colors in about the same proportion. Web safe color of #A5B183 is #999999 (or #999).

RGB color model

#A5B183 color RGB value is (165,177,131).

  • red value is 165;
  • green value is 177;
  • blue value is 131.
RGB:
(165,177,131)
(65%,69%,51%)

RGB channels and saturation

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

165
177
131

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

Portions of RGB colors in percentages

R + G + B =
165 + 177 + 131 = 473 (100%)
R 165 of 473 ~ 34.88%
G 177 of 473 ~ 37.42%
B 131 of 473 ~ 27.7%

%34.88
%37.42
%27.7

CMYK color model

#A5B183 color CMYK value is (7,0,26,31).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 25.99%
  • key color value is 30.59%
CMYK:
(7,0,26,31)
C7M0Y26K31 
(7%,0%,26%,31%)
(0.07/0.00/0.26/0.31)	

CMYK percentages

%6.78
%0
%25.99
%30.59

Codes

Color #A5B183 in popluar color models

A5B183
RGB165177131
HSL76°22.77%60.39%
HSB/HSV76°25.99%69.41%
CMYK6.78%0.00%25.99%
30.59%

Color #A5B183 in popluar number systems.

HEXA5B183
Decimal165177131
Binary101001011011000110000011
Octal245261203

Shades and tints

Shades of #A5B183

#A5B183
(165,177,131)
#96A178
(150,161,120)
#87916D
(135,145,109)
#788162
(120,129,98)
#697157
(105,113,87)
#5A614C
(90,97,76)
#4B5141
(75,81,65)
#3C4136
(60,65,54)
#2D312B
(45,49,43)
#1E2120
(30,33,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A5B183

#A5B183
(165,177,131)
#ADB88E
(173,184,142)
#B5BF99
(181,191,153)
#BDC6A4
(189,198,164)
#C5CDAF
(197,205,175)
#CDD4BA
(205,212,186)
#D5DBC5
(213,219,197)
#DDE2D0
(221,226,208)
#E5E9DB
(229,233,219)
#EDF0E6
(237,240,230)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B183; }

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

This text font color is #A5B183.


Background Color

.myBgColor { background-color: #A5B183; }

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

This div background color is #A5B183.


Border color

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

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

This div border color is #A5B183.


Opacity

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

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

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

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

This text has shadow with #A5B183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B183 on black background.


Color preview on white background

This text has color #A5B183 on white background.



Black color preview on #A5B183 background

This text has black color on #A5B183 background.


White color preview on #A5B183 background

This text has white color on #A5B183 background.