COLOR #A5AC79

HEX: #A5AC79
RGB: (165,172,121)

Color info

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

RGB color model

#A5AC79 color RGB value is (165,172,121).

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

RGB channels and saturation

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

165
172
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 121 = 458 (100%)
R 165 of 458 ~ 36.03%
G 172 of 458 ~ 37.55%
B 121 of 458 ~ 26.42%

%36.03
%37.55
%26.42

CMYK color model

#A5AC79 color CMYK value is (4,0,30,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 29.65%
  • key color value is 32.55%
CMYK:
(4,0,30,33)
C4M0Y30K33 
(4%,0%,30%,33%)
(0.04/0.00/0.30/0.33)	

CMYK percentages

%4.07
%0
%29.65
%32.55

Codes

Color #A5AC79 in popluar color models

A5AC79
RGB165172121
HSL68°23.50%57.45%
HSB/HSV68°29.65%67.45%
CMYK4.07%0.00%29.65%
32.55%

Color #A5AC79 in popluar number systems.

HEXA5AC79
Decimal165172121
Binary10100101101011001111001
Octal245254171

Shades and tints

Shades of #A5AC79

#A5AC79
(165,172,121)
#969D6E
(150,157,110)
#878E63
(135,142,99)
#787F58
(120,127,88)
#69704D
(105,112,77)
#5A6142
(90,97,66)
#4B5237
(75,82,55)
#3C432C
(60,67,44)
#2D3421
(45,52,33)
#1E2516
(30,37,22)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #A5AC79

#A5AC79
(165,172,121)
#ADB385
(173,179,133)
#B5BA91
(181,186,145)
#BDC19D
(189,193,157)
#C5C8A9
(197,200,169)
#CDCFB5
(205,207,181)
#D5D6C1
(213,214,193)
#DDDDCD
(221,221,205)
#E5E4D9
(229,228,217)
#EDEBE5
(237,235,229)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC79; }

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

This text font color is #A5AC79.


Background Color

.myBgColor { background-color: #A5AC79; }

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

This div background color is #A5AC79.


Border color

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

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

This div border color is #A5AC79.


Opacity

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

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

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

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

This text has shadow with #A5AC79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AC79 on black background.


Color preview on white background

This text has color #A5AC79 on white background.



Black color preview on #A5AC79 background

This text has black color on #A5AC79 background.


White color preview on #A5AC79 background

This text has white color on #A5AC79 background.