COLOR #A5B77E

HEX: #A5B77E RGB: (165,183,126)

Color info

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

RGB color model

#A5B77E color RGB value is (165,183,126).

RGB: (165,183,126) (65%, 72%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 126 of 255 = 49%

165
183
126

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

Portions of RGB colors in percentages

R + G + B = 165 + 183 + 126 = 474 (100%)
R 165 of 474 ~ 34.81%
G 183 of 474 ~ 38.61%
B 126 of 474 ~ 26.58'%

%34.81
%38.61
%26.58

CMYK color model

#A5B77E color CMYK value is (10,0,31,28).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 28.24%

CMYK: (10,0,31,28)
C10M0Y31K28 (10%, 0%, 31%, 28%)
(0.10 / 0.00 / 0.31 / 0.28)

CMYK percentages

%9.84
%0
%31.15
%28.24

Codes

Color #A5B77E in popluar color models

A5 B7 7E
RGB 165 183 126
HSL 79° 28.36% 60.59%
HSB/HSV 79° 31.15% 71.76%
CMYK 9.84% 0.00% 31.15%
28.24%

Color #A5B77E in popluar number systems.

HEX A5 B7 7E
Decimal 165 183 126
Binary 10100101 10110111 1111110
Octal 245 267 176

Shades and tints

Shades of #A5B77E

#A5B77E
(165,183,126)
#96A773
(150,167,115)
#879768
(135,151,104)
#78875D
(120,135,93)
#697752
(105,119,82)
#5A6747
(90,103,71)
#4B573C
(75,87,60)
#3C4731
(60,71,49)
#2D3726
(45,55,38)
#1E271B
(30,39,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #A5B77E

#A5B77E
(165,183,126)
#ADBD89
(173,189,137)
#B5C394
(181,195,148)
#BDC99F
(189,201,159)
#C5CFAA
(197,207,170)
#CDD5B5
(205,213,181)
#D5DBC0
(213,219,192)
#DDE1CB
(221,225,203)
#E5E7D6
(229,231,214)
#EDEDE1
(237,237,225)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B77E; }

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

This text font color is #A5B77E.

Background Color

.myBgColor { background-color: #A5B77E; }

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

This div background color is #A5B77E.

Border color

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

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

This div border color is #A5B77E.

Opacity

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

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

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

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

This text has shadow with #A5B77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B77E.

Preview

Color preview on black background

This text has color #A5B77E on black background.


Color preview on white background

This text has color #A5B77E on white background.


Black color preview on #A5B77E background

This text has black color on #A5B77E background.


White color preview on #A5B77E background

This text has white color on #A5B77E background.


Related colors

Complementary color

Complementary color for #hex is #5A4881.


I love getcolorcode.com

Triadic colors

1 #7EA5B7 and #B77EA5 with #A5B77E are triadic colors.

2 #7EB7A5 and #B7A57E with #A5B77E are triadic colors.