COLOR #A5AA90

HEX: #A5AA90
RGB: (165,170,144)

Color info

#A5AA90 contains red, green and blue colors in about the same proportion. Web safe color of #A5AA90 is #999999 (or #999).

RGB color model

#A5AA90 color RGB value is (165,170,144).

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

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 144 of 255 = 56%

165
170
144

R + G + B ~ 63%. #A5AA90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 144 = 479 (100%)
R 165 of 479 ~ 34.45%
G 170 of 479 ~ 35.49%
B 144 of 479 ~ 30.06%

%34.45
%35.49
%30.06

CMYK color model

#A5AA90 color CMYK value is (3,0,15,33).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 33.33%
CMYK:
(3,0,15,33)
C3M0Y15K33 
(3%,0%,15%,33%)
(0.03/0.00/0.15/0.33)	

CMYK percentages

%2.94
%0
%15.29
%33.33

Codes

Color #A5AA90 in popluar color models

A5AA90
RGB165170144
HSL72°13.27%61.57%
HSB/HSV72°15.29%66.67%
CMYK2.94%0.00%15.29%
33.33%

Color #A5AA90 in popluar number systems.

HEXA5AA90
Decimal165170144
Binary101001011010101010010000
Octal245252220

Shades and tints

Shades of #A5AA90

#A5AA90
(165,170,144)
#969B83
(150,155,131)
#878C76
(135,140,118)
#787D69
(120,125,105)
#696E5C
(105,110,92)
#5A5F4F
(90,95,79)
#4B5042
(75,80,66)
#3C4135
(60,65,53)
#2D3228
(45,50,40)
#1E231B
(30,35,27)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #A5AA90

#A5AA90
(165,170,144)
#ADB19A
(173,177,154)
#B5B8A4
(181,184,164)
#BDBFAE
(189,191,174)
#C5C6B8
(197,198,184)
#CDCDC2
(205,205,194)
#D5D4CC
(213,212,204)
#DDDBD6
(221,219,214)
#E5E2E0
(229,226,224)
#EDE9EA
(237,233,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AA90; }

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

This text font color is #A5AA90.


Background Color

.myBgColor { background-color: #A5AA90; }

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

This div background color is #A5AA90.


Border color

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

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

This div border color is #A5AA90.


Opacity

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

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

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

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

This text has shadow with #A5AA90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AA90 on black background.


Color preview on white background

This text has color #A5AA90 on white background.



Black color preview on #A5AA90 background

This text has black color on #A5AA90 background.


White color preview on #A5AA90 background

This text has white color on #A5AA90 background.