COLOR #A5B77C

HEX: #A5B77C RGB: (165,183,124)

Color info

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

RGB color model

#A5B77C color RGB value is (165,183,124).

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

RGB channels and saturation

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

165
183
124

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

Portions of RGB colors in percentages

R + G + B = 165 + 183 + 124 = 472 (100%)
R 165 of 472 ~ 34.96%
G 183 of 472 ~ 38.77%
B 124 of 472 ~ 26.27'%

%34.96
%38.77
%26.27

CMYK color model

#A5B77C color CMYK value is (10,0,32,28).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 32.24%
  • key color value is 28.24%
CMYK: (10,0,32,28) C10M0Y32K28 (10%,0%,32%,28%) (0.10/0.00/0.32/0.28) 

CMYK percentages

%9.84
%0
%32.24
%28.24

Codes

Color #A5B77C in popluar color models

A5 B7 7C
RGB 165 183 124
HSL 78° 29.06% 60.20%
HSB/HSV 78° 32.24% 71.76%
CMYK 9.84% 0.00% 32.24%
28.24%

Color #A5B77C in popluar number systems.

HEX A5 B7 7C
Decimal 165 183 124
Binary 10100101 10110111 1111100
Octal 245 267 174

Shades and tints

Shades of #A5B77C

#A5B77C
(165,183,124)
#96A771
(150,167,113)
#879766
(135,151,102)
#78875B
(120,135,91)
#697750
(105,119,80)
#5A6745
(90,103,69)
#4B573A
(75,87,58)
#3C472F
(60,71,47)
#2D3724
(45,55,36)
#1E2719
(30,39,25)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #A5B77C

#A5B77C
(165,183,124)
#ADBD87
(173,189,135)
#B5C392
(181,195,146)
#BDC99D
(189,201,157)
#C5CFA8
(197,207,168)
#CDD5B3
(205,213,179)
#D5DBBE
(213,219,190)
#DDE1C9
(221,225,201)
#E5E7D4
(229,231,212)
#EDEDDF
(237,237,223)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B77C; }

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

This text font color is #A5B77C.

Background Color

.myBgColor { background-color: #A5B77C; }

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

This div background color is #A5B77C.

Border color

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

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

This div border color is #A5B77C.

Opacity

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

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

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

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

This text has shadow with #A5B77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B77C.

Preview

Color preview on black background

This text has color #A5B77C on black background.


Color preview on white background

This text has color #A5B77C on white background.


Black color preview on #A5B77C background

This text has black color on #A5B77C background.


White color preview on #A5B77C background

This text has white color on #A5B77C background.


Related colors

Complementary color

Complementary color for #hex is #5A4883.


I love getcolorcode.com

Triadic colors

1 #7CA5B7 and #B77CA5 with #A5B77C are triadic colors.

2 #7CB7A5 and #B7A57C with #A5B77C are triadic colors.