COLOR #A5AB7E

HEX: #A5AB7E RGB: (165,171,126)

Color info

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

RGB color model

#A5AB7E color RGB value is (165,171,126).

RGB: (165,171,126) (65%, 67%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 126 of 255 = 49%

165
171
126

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

Portions of RGB colors in percentages

R + G + B = 165 + 171 + 126 = 462 (100%)
R 165 of 462 ~ 35.71%
G 171 of 462 ~ 37.01%
B 126 of 462 ~ 27.27'%

%35.71
%37.01
%27.27

CMYK color model

#A5AB7E color CMYK value is (4,0,26,33).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 32.94%

CMYK: (4,0,26,33)
C4M0Y26K33 (4%, 0%, 26%, 33%)
(0.04 / 0.00 / 0.26 / 0.33)

CMYK percentages

%3.51
%0
%26.32
%32.94

Codes

Color #A5AB7E in popluar color models

A5 AB 7E
RGB 165 171 126
HSL 68° 21.13% 58.24%
HSB/HSV 68° 26.32% 67.06%
CMYK 3.51% 0.00% 26.32%
32.94%

Color #A5AB7E in popluar number systems.

HEX A5 AB 7E
Decimal 165 171 126
Binary 10100101 10101011 1111110
Octal 245 253 176

Shades and tints

Shades of #A5AB7E

#A5AB7E
(165,171,126)
#969C73
(150,156,115)
#878D68
(135,141,104)
#787E5D
(120,126,93)
#696F52
(105,111,82)
#5A6047
(90,96,71)
#4B513C
(75,81,60)
#3C4231
(60,66,49)
#2D3326
(45,51,38)
#1E241B
(30,36,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A5AB7E

#A5AB7E
(165,171,126)
#ADB289
(173,178,137)
#B5B994
(181,185,148)
#BDC09F
(189,192,159)
#C5C7AA
(197,199,170)
#CDCEB5
(205,206,181)
#D5D5C0
(213,213,192)
#DDDCCB
(221,220,203)
#E5E3D6
(229,227,214)
#EDEAE1
(237,234,225)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AB7E; }

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

This text font color is #A5AB7E.

Background Color

.myBgColor { background-color: #A5AB7E; }

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

This div background color is #A5AB7E.

Border color

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

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

This div border color is #A5AB7E.

Opacity

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

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

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

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

This text has shadow with #A5AB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AB7E.

Preview

Color preview on black background

This text has color #A5AB7E on black background.


Color preview on white background

This text has color #A5AB7E on white background.


Black color preview on #A5AB7E background

This text has black color on #A5AB7E background.


White color preview on #A5AB7E background

This text has white color on #A5AB7E background.


Related colors

Complementary color

Complementary color for #hex is #5A5481.


I love getcolorcode.com

Triadic colors

1 #7EA5AB and #AB7EA5 with #A5AB7E are triadic colors.

2 #7EABA5 and #ABA57E with #A5AB7E are triadic colors.