COLOR #A5B795

HEX: #A5B795
RGB: (165,183,149)

Color info

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

RGB color model

#A5B795 color RGB value is (165,183,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 149 of 255 = 58%

165
183
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 183 + 149 = 497 (100%)
R 165 of 497 ~ 33.2%
G 183 of 497 ~ 36.82%
B 149 of 497 ~ 29.98%

%33.2
%36.82
%29.98

CMYK color model

#A5B795 color CMYK value is (10,0,19,28).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 28.24%
CMYK:
(10,0,19,28)
C10M0Y19K28 
(10%,0%,19%,28%)
(0.10/0.00/0.19/0.28)	

CMYK percentages

%9.84
%0
%18.58
%28.24

Codes

Color #A5B795 in popluar color models

A5B795
RGB165183149
HSL92°19.10%65.10%
HSB/HSV92°18.58%71.76%
CMYK9.84%0.00%18.58%
28.24%

Color #A5B795 in popluar number systems.

HEXA5B795
Decimal165183149
Binary101001011011011110010101
Octal245267225

Shades and tints

Shades of #A5B795

#A5B795
(165,183,149)
#96A788
(150,167,136)
#87977B
(135,151,123)
#78876E
(120,135,110)
#697761
(105,119,97)
#5A6754
(90,103,84)
#4B5747
(75,87,71)
#3C473A
(60,71,58)
#2D372D
(45,55,45)
#1E2720
(30,39,32)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #A5B795

#A5B795
(165,183,149)
#ADBD9E
(173,189,158)
#B5C3A7
(181,195,167)
#BDC9B0
(189,201,176)
#C5CFB9
(197,207,185)
#CDD5C2
(205,213,194)
#D5DBCB
(213,219,203)
#DDE1D4
(221,225,212)
#E5E7DD
(229,231,221)
#EDEDE6
(237,237,230)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B795; }

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

This text font color is #A5B795.


Background Color

.myBgColor { background-color: #A5B795; }

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

This div background color is #A5B795.


Border color

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

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

This div border color is #A5B795.


Opacity

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

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

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

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

This text has shadow with #A5B795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B795 on black background.


Color preview on white background

This text has color #A5B795 on white background.



Black color preview on #A5B795 background

This text has black color on #A5B795 background.


White color preview on #A5B795 background

This text has white color on #A5B795 background.