COLOR #A5AC57

HEX: #A5AC57
RGB: (165,172,87)

Color info

#A5AC57 contains mainly red and green colors. Web safe color of #A5AC57 is #999966 (or #996).

RGB color model

#A5AC57 color RGB value is (165,172,87).

  • red value is 165;
  • green value is 172;
  • blue value is 87.
RGB:
(165,172,87)
(65%,67%,34%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 87 of 255 = 34%

165
172
87

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 87 = 424 (100%)
R 165 of 424 ~ 38.92%
G 172 of 424 ~ 40.57%
B 87 of 424 ~ 20.52%

%38.92
%40.57
%20.52

CMYK color model

#A5AC57 color CMYK value is (4,0,49,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 49.42%
  • key color value is 32.55%
CMYK:
(4,0,49,33)
C4M0Y49K33 
(4%,0%,49%,33%)
(0.04/0.00/0.49/0.33)	

CMYK percentages

%4.07
%0
%49.42
%32.55

Codes

Color #A5AC57 in popluar color models

A5AC57
RGB16517287
HSL65°33.86%50.78%
HSB/HSV65°49.42%67.45%
CMYK4.07%0.00%49.42%
32.55%

Color #A5AC57 in popluar number systems.

HEXA5AC57
Decimal16517287
Binary10100101101011001010111
Octal245254127

Shades and tints

Shades of #A5AC57

#A5AC57
(165,172,87)
#969D50
(150,157,80)
#878E49
(135,142,73)
#787F42
(120,127,66)
#69703B
(105,112,59)
#5A6134
(90,97,52)
#4B522D
(75,82,45)
#3C4326
(60,67,38)
#2D341F
(45,52,31)
#1E2518
(30,37,24)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A5AC57

#A5AC57
(165,172,87)
#ADB366
(173,179,102)
#B5BA75
(181,186,117)
#BDC184
(189,193,132)
#C5C893
(197,200,147)
#CDCFA2
(205,207,162)
#D5D6B1
(213,214,177)
#DDDDC0
(221,221,192)
#E5E4CF
(229,228,207)
#EDEBDE
(237,235,222)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC57; }

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

This text font color is #A5AC57.


Background Color

.myBgColor { background-color: #A5AC57; }

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

This div background color is #A5AC57.


Border color

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

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

This div border color is #A5AC57.


Opacity

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

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

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

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

This text has shadow with #A5AC57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AC57 on black background.


Color preview on white background

This text has color #A5AC57 on white background.



Black color preview on #A5AC57 background

This text has black color on #A5AC57 background.


White color preview on #A5AC57 background

This text has white color on #A5AC57 background.