COLOR #A5B97A

HEX: #A5B97A
RGB: (165,185,122)

Color info

#A5B97A contains mainly red and green colors. Web safe color of #A5B97A is #99CC66 (or #9C6).

RGB color model

#A5B97A color RGB value is (165,185,122).

  • red value is 165;
  • green value is 185;
  • blue value is 122.
RGB:
(165,185,122)
(65%,73%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 122 of 255 = 48%

165
185
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 122 = 472 (100%)
R 165 of 472 ~ 34.96%
G 185 of 472 ~ 39.19%
B 122 of 472 ~ 25.85%

%34.96
%39.19
%25.85

CMYK color model

#A5B97A color CMYK value is (11,0,34,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK:
(11,0,34,27)
C11M0Y34K27 
(11%,0%,34%,27%)
(0.11/0.00/0.34/0.27)	

CMYK percentages

%10.81
%0
%34.05
%27.45

Codes

Color #A5B97A in popluar color models

A5B97A
RGB165185122
HSL79°31.03%60.20%
HSB/HSV79°34.05%72.55%
CMYK10.81%0.00%34.05%
27.45%

Color #A5B97A in popluar number systems.

HEXA5B97A
Decimal165185122
Binary10100101101110011111010
Octal245271172

Shades and tints

Shades of #A5B97A

#A5B97A
(165,185,122)
#96A96F
(150,169,111)
#879964
(135,153,100)
#788959
(120,137,89)
#69794E
(105,121,78)
#5A6943
(90,105,67)
#4B5938
(75,89,56)
#3C492D
(60,73,45)
#2D3922
(45,57,34)
#1E2917
(30,41,23)
#0F190C
(15,25,12)
#000000
(0,0,0)

Tints of #A5B97A

#A5B97A
(165,185,122)
#ADBF86
(173,191,134)
#B5C592
(181,197,146)
#BDCB9E
(189,203,158)
#C5D1AA
(197,209,170)
#CDD7B6
(205,215,182)
#D5DDC2
(213,221,194)
#DDE3CE
(221,227,206)
#E5E9DA
(229,233,218)
#EDEFE6
(237,239,230)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B97A color. Also use rgb(165,185,122) instead hex code.

Text Font Color

.myTextColor { color: #A5B97A; }

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

This text font color is #A5B97A.


Background Color

.myBgColor { background-color: #A5B97A; }

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

This div background color is #A5B97A.


Border color

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

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

This div border color is #A5B97A.


Opacity

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

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

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

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

This text has shadow with #A5B97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B97A on black background.


Color preview on white background

This text has color #A5B97A on white background.



Black color preview on #A5B97A background

This text has black color on #A5B97A background.


White color preview on #A5B97A background

This text has white color on #A5B97A background.