COLOR #A5B66E

HEX: #A5B66E
RGB: (165,182,110)

Color info

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

RGB color model

#A5B66E color RGB value is (165,182,110).

  • red value is 165;
  • green value is 182;
  • blue value is 110.
RGB:
(165,182,110)
(65%,71%,43%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 110 of 255 = 43%

165
182
110

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

Portions of RGB colors in percentages

R + G + B =
165 + 182 + 110 = 457 (100%)
R 165 of 457 ~ 36.11%
G 182 of 457 ~ 39.82%
B 110 of 457 ~ 24.07%

%36.11
%39.82
%24.07

CMYK color model

#A5B66E color CMYK value is (9,0,40,29).

  • cyan value is 9.34%
  • magenta value is 0.00%
  • yellow value is 39.56%
  • key color value is 28.63%
CMYK:
(9,0,40,29)
C9M0Y40K29 
(9%,0%,40%,29%)
(0.09/0.00/0.40/0.29)	

CMYK percentages

%9.34
%0
%39.56
%28.63

Codes

Color #A5B66E in popluar color models

A5B66E
RGB165182110
HSL74°33.03%57.25%
HSB/HSV74°39.56%71.37%
CMYK9.34%0.00%39.56%
28.63%

Color #A5B66E in popluar number systems.

HEXA5B66E
Decimal165182110
Binary10100101101101101101110
Octal245266156

Shades and tints

Shades of #A5B66E

#A5B66E
(165,182,110)
#96A664
(150,166,100)
#87965A
(135,150,90)
#788650
(120,134,80)
#697646
(105,118,70)
#5A663C
(90,102,60)
#4B5632
(75,86,50)
#3C4628
(60,70,40)
#2D361E
(45,54,30)
#1E2614
(30,38,20)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #A5B66E

#A5B66E
(165,182,110)
#ADBC7B
(173,188,123)
#B5C288
(181,194,136)
#BDC895
(189,200,149)
#C5CEA2
(197,206,162)
#CDD4AF
(205,212,175)
#D5DABC
(213,218,188)
#DDE0C9
(221,224,201)
#E5E6D6
(229,230,214)
#EDECE3
(237,236,227)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B66E color. Also use rgb(165,182,110) instead hex code.

Text Font Color

.myTextColor { color: #A5B66E; }

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

This text font color is #A5B66E.


Background Color

.myBgColor { background-color: #A5B66E; }

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

This div background color is #A5B66E.


Border color

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

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

This div border color is #A5B66E.


Opacity

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

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

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

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

This text has shadow with #A5B66E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B66E on black background.


Color preview on white background

This text has color #A5B66E on white background.



Black color preview on #A5B66E background

This text has black color on #A5B66E background.


White color preview on #A5B66E background

This text has white color on #A5B66E background.