COLOR #A5AC5C

HEX: #A5AC5C
RGB: (165,172,92)

Color info

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

RGB color model

#A5AC5C color RGB value is (165,172,92).

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

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 92 of 255 = 36%

165
172
92

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 92 = 429 (100%)
R 165 of 429 ~ 38.46%
G 172 of 429 ~ 40.09%
B 92 of 429 ~ 21.45%

%38.46
%40.09
%21.45

CMYK color model

#A5AC5C color CMYK value is (4,0,47,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 46.51%
  • key color value is 32.55%
CMYK:
(4,0,47,33)
C4M0Y47K33 
(4%,0%,47%,33%)
(0.04/0.00/0.47/0.33)	

CMYK percentages

%4.07
%0
%46.51
%32.55

Codes

Color #A5AC5C in popluar color models

A5AC5C
RGB16517292
HSL65°32.52%51.76%
HSB/HSV65°46.51%67.45%
CMYK4.07%0.00%46.51%
32.55%

Color #A5AC5C in popluar number systems.

HEXA5AC5C
Decimal16517292
Binary10100101101011001011100
Octal245254134

Shades and tints

Shades of #A5AC5C

#A5AC5C
(165,172,92)
#969D54
(150,157,84)
#878E4C
(135,142,76)
#787F44
(120,127,68)
#69703C
(105,112,60)
#5A6134
(90,97,52)
#4B522C
(75,82,44)
#3C4324
(60,67,36)
#2D341C
(45,52,28)
#1E2514
(30,37,20)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #A5AC5C

#A5AC5C
(165,172,92)
#ADB36A
(173,179,106)
#B5BA78
(181,186,120)
#BDC186
(189,193,134)
#C5C894
(197,200,148)
#CDCFA2
(205,207,162)
#D5D6B0
(213,214,176)
#DDDDBE
(221,221,190)
#E5E4CC
(229,228,204)
#EDEBDA
(237,235,218)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC5C; }

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

This text font color is #A5AC5C.


Background Color

.myBgColor { background-color: #A5AC5C; }

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

This div background color is #A5AC5C.


Border color

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

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

This div border color is #A5AC5C.


Opacity

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

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

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

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

This text has shadow with #A5AC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AC5C on black background.


Color preview on white background

This text has color #A5AC5C on white background.



Black color preview on #A5AC5C background

This text has black color on #A5AC5C background.


White color preview on #A5AC5C background

This text has white color on #A5AC5C background.