COLOR #A5A87E

HEX: #A5A87E RGB: (165,168,126)

Color info

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

RGB color model

#A5A87E color RGB value is (165,168,126).

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

RGB channels and saturation

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

165
168
126

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

Portions of RGB colors in percentages

R + G + B = 165 + 168 + 126 = 459 (100%)
R 165 of 459 ~ 35.95%
G 168 of 459 ~ 36.6%
B 126 of 459 ~ 27.45'%

%35.95
%36.6
%27.45

CMYK color model

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

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

CMYK percentages

%1.79
%0
%25
%34.12

Codes

Color #A5A87E in popluar color models

A5 A8 7E
RGB 165 168 126
HSL 64° 19.44% 57.65%
HSB/HSV 64° 25.00% 65.88%
CMYK 1.79% 0.00% 25.00%
34.12%

Color #A5A87E in popluar number systems.

HEX A5 A8 7E
Decimal 165 168 126
Binary 10100101 10101000 1111110
Octal 245 250 176

Shades and tints

Shades of #A5A87E

#A5A87E
(165,168,126)
#969973
(150,153,115)
#878A68
(135,138,104)
#787B5D
(120,123,93)
#696C52
(105,108,82)
#5A5D47
(90,93,71)
#4B4E3C
(75,78,60)
#3C3F31
(60,63,49)
#2D3026
(45,48,38)
#1E211B
(30,33,27)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #A5A87E

#A5A87E
(165,168,126)
#ADAF89
(173,175,137)
#B5B694
(181,182,148)
#BDBD9F
(189,189,159)
#C5C4AA
(197,196,170)
#CDCBB5
(205,203,181)
#D5D2C0
(213,210,192)
#DDD9CB
(221,217,203)
#E5E0D6
(229,224,214)
#EDE7E1
(237,231,225)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A87E; }

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

This text font color is #A5A87E.

Background Color

.myBgColor { background-color: #A5A87E; }

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

This div background color is #A5A87E.

Border color

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

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

This div border color is #A5A87E.

Opacity

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

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

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

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

This text has shadow with #A5A87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A87E.

Preview

Color preview on black background

This text has color #A5A87E on black background.


Color preview on white background

This text has color #A5A87E on white background.


Black color preview on #A5A87E background

This text has black color on #A5A87E background.


White color preview on #A5A87E background

This text has white color on #A5A87E background.


Related colors

Complementary color

Complementary color for #hex is #5A5781.


I love getcolorcode.com

Triadic colors

1 #7EA5A8 and #A87EA5 with #A5A87E are triadic colors.

2 #7EA8A5 and #A8A57E with #A5A87E are triadic colors.