COLOR #A5AA7B

HEX: #A5AA7B
RGB: (165,170,123)

Color info

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

RGB color model

#A5AA7B color RGB value is (165,170,123).

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

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 123 of 255 = 48%

165
170
123

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

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 123 = 458 (100%)
R 165 of 458 ~ 36.03%
G 170 of 458 ~ 37.12%
B 123 of 458 ~ 26.86%

%36.03
%37.12
%26.86

CMYK color model

#A5AA7B color CMYK value is (3,0,28,33).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 27.65%
  • key color value is 33.33%
CMYK:
(3,0,28,33)
C3M0Y28K33 
(3%,0%,28%,33%)
(0.03/0.00/0.28/0.33)	

CMYK percentages

%2.94
%0
%27.65
%33.33

Codes

Color #A5AA7B in popluar color models

A5AA7B
RGB165170123
HSL66°21.66%57.45%
HSB/HSV66°27.65%66.67%
CMYK2.94%0.00%27.65%
33.33%

Color #A5AA7B in popluar number systems.

HEXA5AA7B
Decimal165170123
Binary10100101101010101111011
Octal245252173

Shades and tints

Shades of #A5AA7B

#A5AA7B
(165,170,123)
#969B70
(150,155,112)
#878C65
(135,140,101)
#787D5A
(120,125,90)
#696E4F
(105,110,79)
#5A5F44
(90,95,68)
#4B5039
(75,80,57)
#3C412E
(60,65,46)
#2D3223
(45,50,35)
#1E2318
(30,35,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #A5AA7B

#A5AA7B
(165,170,123)
#ADB187
(173,177,135)
#B5B893
(181,184,147)
#BDBF9F
(189,191,159)
#C5C6AB
(197,198,171)
#CDCDB7
(205,205,183)
#D5D4C3
(213,212,195)
#DDDBCF
(221,219,207)
#E5E2DB
(229,226,219)
#EDE9E7
(237,233,231)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AA7B; }

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

This text font color is #A5AA7B.


Background Color

.myBgColor { background-color: #A5AA7B; }

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

This div background color is #A5AA7B.


Border color

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

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

This div border color is #A5AA7B.


Opacity

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

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

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

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

This text has shadow with #A5AA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AA7B on black background.


Color preview on white background

This text has color #A5AA7B on white background.



Black color preview on #A5AA7B background

This text has black color on #A5AA7B background.


White color preview on #A5AA7B background

This text has white color on #A5AA7B background.