COLOR #A5AC77

HEX: #A5AC77 RGB: (165,172,119)

Color info

#A5AC77 contains red, green and blue colors in about the same proportion. Web safe color of #A5AC77 is #999966 (or #996).

RGB color model

#A5AC77 color RGB value is (165,172,119).

RGB: (165,172,119) (65%, 67%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 119 of 255 = 47%

165
172
119

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

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 119 = 456 (100%)
R 165 of 456 ~ 36.18%
G 172 of 456 ~ 37.72%
B 119 of 456 ~ 26.1'%

%36.18
%37.72
%26.1

CMYK color model

#A5AC77 color CMYK value is (4,0,31,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 30.81%
  • key color value is 32.55%

CMYK: (4,0,31,33)
C4M0Y31K33 (4%, 0%, 31%, 33%)
(0.04 / 0.00 / 0.31 / 0.33)

CMYK percentages

%4.07
%0
%30.81
%32.55

Codes

Color #A5AC77 in popluar color models

A5 AC 77
RGB 165 172 119
HSL 68° 24.20% 57.06%
HSB/HSV 68° 30.81% 67.45%
CMYK 4.07% 0.00% 30.81%
32.55%

Color #A5AC77 in popluar number systems.

HEX A5 AC 77
Decimal 165 172 119
Binary 10100101 10101100 1110111
Octal 245 254 167

Shades and tints

Shades of #A5AC77

#A5AC77
(165,172,119)
#969D6D
(150,157,109)
#878E63
(135,142,99)
#787F59
(120,127,89)
#69704F
(105,112,79)
#5A6145
(90,97,69)
#4B523B
(75,82,59)
#3C4331
(60,67,49)
#2D3427
(45,52,39)
#1E251D
(30,37,29)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A5AC77

#A5AC77
(165,172,119)
#ADB383
(173,179,131)
#B5BA8F
(181,186,143)
#BDC19B
(189,193,155)
#C5C8A7
(197,200,167)
#CDCFB3
(205,207,179)
#D5D6BF
(213,214,191)
#DDDDCB
(221,221,203)
#E5E4D7
(229,228,215)
#EDEBE3
(237,235,227)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AC77 color. Also use rgb(165,172,119) instead hex code.

Text Font Color

.myTextColor { color: #A5AC77; }

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

This text font color is #A5AC77.

Background Color

.myBgColor { background-color: #A5AC77; }

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

This div background color is #A5AC77.

Border color

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

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

This div border color is #A5AC77.

Opacity

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

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

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

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

This text has shadow with #A5AC77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AC77.

Preview

Color preview on black background

This text has color #A5AC77 on black background.


Color preview on white background

This text has color #A5AC77 on white background.


Black color preview on #A5AC77 background

This text has black color on #A5AC77 background.


White color preview on #A5AC77 background

This text has white color on #A5AC77 background.


Related colors

Complementary color

Complementary color for #hex is #5A5388.


I love getcolorcode.com

Triadic colors

1 #77A5AC and #AC77A5 with #A5AC77 are triadic colors.

2 #77ACA5 and #ACA577 with #A5AC77 are triadic colors.