COLOR #A5B595

HEX: #A5B595
RGB: (165,181,149)

Color info

#A5B595 contains red, green and blue colors in about the same proportion. Web safe color of #A5B595 is #99CC99 (or #9C9).

RGB color model

#A5B595 color RGB value is (165,181,149).

  • red value is 165;
  • green value is 181;
  • blue value is 149.
RGB:
(165,181,149)
(65%,71%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 149 of 255 = 58%

165
181
149

R + G + B ~ 65%. #A5B595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 181 + 149 = 495 (100%)
R 165 of 495 ~ 33.33%
G 181 of 495 ~ 36.57%
B 149 of 495 ~ 30.1%

%33.33
%36.57
%30.1

CMYK color model

#A5B595 color CMYK value is (9,0,18,29).

  • cyan value is 8.84%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 29.02%
CMYK:
(9,0,18,29)
C9M0Y18K29 
(9%,0%,18%,29%)
(0.09/0.00/0.18/0.29)	

CMYK percentages

%8.84
%0
%17.68
%29.02

Codes

Color #A5B595 in popluar color models

A5B595
RGB165181149
HSL90°17.78%64.71%
HSB/HSV90°17.68%70.98%
CMYK8.84%0.00%17.68%
29.02%

Color #A5B595 in popluar number systems.

HEXA5B595
Decimal165181149
Binary101001011011010110010101
Octal245265225

Shades and tints

Shades of #A5B595

#A5B595
(165,181,149)
#96A588
(150,165,136)
#87957B
(135,149,123)
#78856E
(120,133,110)
#697561
(105,117,97)
#5A6554
(90,101,84)
#4B5547
(75,85,71)
#3C453A
(60,69,58)
#2D352D
(45,53,45)
#1E2520
(30,37,32)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5B595

#A5B595
(165,181,149)
#ADBB9E
(173,187,158)
#B5C1A7
(181,193,167)
#BDC7B0
(189,199,176)
#C5CDB9
(197,205,185)
#CDD3C2
(205,211,194)
#D5D9CB
(213,217,203)
#DDDFD4
(221,223,212)
#E5E5DD
(229,229,221)
#EDEBE6
(237,235,230)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B595 color. Also use rgb(165,181,149) instead hex code.

Text Font Color

.myTextColor { color: #A5B595; }

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

This text font color is #A5B595.


Background Color

.myBgColor { background-color: #A5B595; }

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

This div background color is #A5B595.


Border color

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

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

This div border color is #A5B595.


Opacity

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

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

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

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

This text has shadow with #A5B595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B595 on black background.


Color preview on white background

This text has color #A5B595 on white background.



Black color preview on #A5B595 background

This text has black color on #A5B595 background.


White color preview on #A5B595 background

This text has white color on #A5B595 background.