COLOR #A5A97E

HEX: #A5A97E RGB: (165,169,126)

Color info

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

RGB color model

#A5A97E color RGB value is (165,169,126).

RGB: (165,169,126) (65%, 66%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 169 of 255 = 66%
B 126 of 255 = 49%

165
169
126

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

Portions of RGB colors in percentages

R + G + B = 165 + 169 + 126 = 460 (100%)
R 165 of 460 ~ 35.87%
G 169 of 460 ~ 36.74%
B 126 of 460 ~ 27.39'%

%35.87
%36.74
%27.39

CMYK color model

#A5A97E color CMYK value is (2,0,25,34).

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK: (2,0,25,34) C2M0Y25K34 (2%,0%,25%,34%) (0.02/0.00/0.25/0.34) 

CMYK percentages

%2.37
%0
%25.44
%33.73

Codes

Color #A5A97E in popluar color models

A5 A9 7E
RGB 165 169 126
HSL 66° 20.00% 57.84%
HSB/HSV 66° 25.44% 66.27%
CMYK 2.37% 0.00% 25.44%
33.73%

Color #A5A97E in popluar number systems.

HEX A5 A9 7E
Decimal 165 169 126
Binary 10100101 10101001 1111110
Octal 245 251 176

Shades and tints

Shades of #A5A97E

#A5A97E
(165,169,126)
#969A73
(150,154,115)
#878B68
(135,139,104)
#787C5D
(120,124,93)
#696D52
(105,109,82)
#5A5E47
(90,94,71)
#4B4F3C
(75,79,60)
#3C4031
(60,64,49)
#2D3126
(45,49,38)
#1E221B
(30,34,27)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A5A97E

#A5A97E
(165,169,126)
#ADB089
(173,176,137)
#B5B794
(181,183,148)
#BDBE9F
(189,190,159)
#C5C5AA
(197,197,170)
#CDCCB5
(205,204,181)
#D5D3C0
(213,211,192)
#DDDACB
(221,218,203)
#E5E1D6
(229,225,214)
#EDE8E1
(237,232,225)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A97E color. Also use rgb(165,169,126) instead hex code.

Text Font Color

.myTextColor { color: #A5A97E; }

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

This text font color is #A5A97E.

Background Color

.myBgColor { background-color: #A5A97E; }

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

This div background color is #A5A97E.

Border color

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

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

This div border color is #A5A97E.

Opacity

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

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

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

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

This text has shadow with #A5A97E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A97E.

Preview

Color preview on black background

This text has color #A5A97E on black background.


Color preview on white background

This text has color #A5A97E on white background.


Black color preview on #A5A97E background

This text has black color on #A5A97E background.


White color preview on #A5A97E background

This text has white color on #A5A97E background.


Related colors

Complementary color

Complementary color for #hex is #5A5681.


I love getcolorcode.com

Triadic colors

1 #7EA5A9 and #A97EA5 with #A5A97E are triadic colors.

2 #7EA9A5 and #A9A57E with #A5A97E are triadic colors.