COLOR #A5B86F

HEX: #A5B86F
RGB: (165,184,111)

Color info

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

RGB color model

#A5B86F color RGB value is (165,184,111).

  • red value is 165;
  • green value is 184;
  • blue value is 111.
RGB:
(165,184,111)
(65%,72%,44%)

RGB channels and saturation

R 165 of 255 = 65%
G 184 of 255 = 72%
B 111 of 255 = 44%

165
184
111

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

Portions of RGB colors in percentages

R + G + B =
165 + 184 + 111 = 460 (100%)
R 165 of 460 ~ 35.87%
G 184 of 460 ~ 40%
B 111 of 460 ~ 24.13%

%35.87
%40
%24.13

CMYK color model

#A5B86F color CMYK value is (10,0,40,28).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 39.67%
  • key color value is 27.84%
CMYK:
(10,0,40,28)
C10M0Y40K28 
(10%,0%,40%,28%)
(0.10/0.00/0.40/0.28)	

CMYK percentages

%10.33
%0
%39.67
%27.84

Codes

Color #A5B86F in popluar color models

A5B86F
RGB165184111
HSL76°33.95%57.84%
HSB/HSV76°39.67%72.16%
CMYK10.33%0.00%39.67%
27.84%

Color #A5B86F in popluar number systems.

HEXA5B86F
Decimal165184111
Binary10100101101110001101111
Octal245270157

Shades and tints

Shades of #A5B86F

#A5B86F
(165,184,111)
#96A865
(150,168,101)
#87985B
(135,152,91)
#788851
(120,136,81)
#697847
(105,120,71)
#5A683D
(90,104,61)
#4B5833
(75,88,51)
#3C4829
(60,72,41)
#2D381F
(45,56,31)
#1E2815
(30,40,21)
#0F180B
(15,24,11)
#000000
(0,0,0)

Tints of #A5B86F

#A5B86F
(165,184,111)
#ADBE7C
(173,190,124)
#B5C489
(181,196,137)
#BDCA96
(189,202,150)
#C5D0A3
(197,208,163)
#CDD6B0
(205,214,176)
#D5DCBD
(213,220,189)
#DDE2CA
(221,226,202)
#E5E8D7
(229,232,215)
#EDEEE4
(237,238,228)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B86F color. Also use rgb(165,184,111) instead hex code.

Text Font Color

.myTextColor { color: #A5B86F; }

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

This text font color is #A5B86F.


Background Color

.myBgColor { background-color: #A5B86F; }

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

This div background color is #A5B86F.


Border color

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

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

This div border color is #A5B86F.


Opacity

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

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

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

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

This text has shadow with #A5B86F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B86F on black background.


Color preview on white background

This text has color #A5B86F on white background.



Black color preview on #A5B86F background

This text has black color on #A5B86F background.


White color preview on #A5B86F background

This text has white color on #A5B86F background.