COLOR #A5B271

HEX: #A5B271
RGB: (165,178,113)

Color info

#A5B271 contains mainly red and green colors. Web safe color of #A5B271 is #999966 (or #996).

RGB color model

#A5B271 color RGB value is (165,178,113).

  • red value is 165;
  • green value is 178;
  • blue value is 113.
RGB:
(165,178,113)
(65%,70%,44%)

RGB channels and saturation

R 165 of 255 = 65%
G 178 of 255 = 70%
B 113 of 255 = 44%

165
178
113

R + G + B ~ 60%. #A5B271 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 178 + 113 = 456 (100%)
R 165 of 456 ~ 36.18%
G 178 of 456 ~ 39.04%
B 113 of 456 ~ 24.78%

%36.18
%39.04
%24.78

CMYK color model

#A5B271 color CMYK value is (7,0,37,30).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 36.52%
  • key color value is 30.20%
CMYK:
(7,0,37,30)
C7M0Y37K30 
(7%,0%,37%,30%)
(0.07/0.00/0.37/0.30)	

CMYK percentages

%7.3
%0
%36.52
%30.2

Codes

Color #A5B271 in popluar color models

A5B271
RGB165178113
HSL72°29.68%57.06%
HSB/HSV72°36.52%69.80%
CMYK7.30%0.00%36.52%
30.20%

Color #A5B271 in popluar number systems.

HEXA5B271
Decimal165178113
Binary10100101101100101110001
Octal245262161

Shades and tints

Shades of #A5B271

#A5B271
(165,178,113)
#96A267
(150,162,103)
#87925D
(135,146,93)
#788253
(120,130,83)
#697249
(105,114,73)
#5A623F
(90,98,63)
#4B5235
(75,82,53)
#3C422B
(60,66,43)
#2D3221
(45,50,33)
#1E2217
(30,34,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #A5B271

#A5B271
(165,178,113)
#ADB97D
(173,185,125)
#B5C089
(181,192,137)
#BDC795
(189,199,149)
#C5CEA1
(197,206,161)
#CDD5AD
(205,213,173)
#D5DCB9
(213,220,185)
#DDE3C5
(221,227,197)
#E5EAD1
(229,234,209)
#EDF1DD
(237,241,221)
#F5F8E9
(245,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B271 color. Also use rgb(165,178,113) instead hex code.

Text Font Color

.myTextColor { color: #A5B271; }

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

This text font color is #A5B271.


Background Color

.myBgColor { background-color: #A5B271; }

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

This div background color is #A5B271.


Border color

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

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

This div border color is #A5B271.


Opacity

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

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

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

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

This text has shadow with #A5B271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B271 on black background.


Color preview on white background

This text has color #A5B271 on white background.



Black color preview on #A5B271 background

This text has black color on #A5B271 background.


White color preview on #A5B271 background

This text has white color on #A5B271 background.