COLOR #A5AA70

HEX: #A5AA70
RGB: (165,170,112)

Color info

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

RGB color model

#A5AA70 color RGB value is (165,170,112).

  • red value is 165;
  • green value is 170;
  • blue value is 112.
RGB:
(165,170,112)
(65%,67%,44%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 112 of 255 = 44%

165
170
112

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

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 112 = 447 (100%)
R 165 of 447 ~ 36.91%
G 170 of 447 ~ 38.03%
B 112 of 447 ~ 25.06%

%36.91
%38.03
%25.06

CMYK color model

#A5AA70 color CMYK value is (3,0,34,33).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(3,0,34,33)
C3M0Y34K33 
(3%,0%,34%,33%)
(0.03/0.00/0.34/0.33)	

CMYK percentages

%2.94
%0
%34.12
%33.33

Codes

Color #A5AA70 in popluar color models

A5AA70
RGB165170112
HSL65°25.44%55.29%
HSB/HSV65°34.12%66.67%
CMYK2.94%0.00%34.12%
33.33%

Color #A5AA70 in popluar number systems.

HEXA5AA70
Decimal165170112
Binary10100101101010101110000
Octal245252160

Shades and tints

Shades of #A5AA70

#A5AA70
(165,170,112)
#969B66
(150,155,102)
#878C5C
(135,140,92)
#787D52
(120,125,82)
#696E48
(105,110,72)
#5A5F3E
(90,95,62)
#4B5034
(75,80,52)
#3C412A
(60,65,42)
#2D3220
(45,50,32)
#1E2316
(30,35,22)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #A5AA70

#A5AA70
(165,170,112)
#ADB17D
(173,177,125)
#B5B88A
(181,184,138)
#BDBF97
(189,191,151)
#C5C6A4
(197,198,164)
#CDCDB1
(205,205,177)
#D5D4BE
(213,212,190)
#DDDBCB
(221,219,203)
#E5E2D8
(229,226,216)
#EDE9E5
(237,233,229)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AA70 color. Also use rgb(165,170,112) instead hex code.

Text Font Color

.myTextColor { color: #A5AA70; }

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

This text font color is #A5AA70.


Background Color

.myBgColor { background-color: #A5AA70; }

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

This div background color is #A5AA70.


Border color

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

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

This div border color is #A5AA70.


Opacity

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

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

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

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

This text has shadow with #A5AA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AA70 on black background.


Color preview on white background

This text has color #A5AA70 on white background.



Black color preview on #A5AA70 background

This text has black color on #A5AA70 background.


White color preview on #A5AA70 background

This text has white color on #A5AA70 background.