COLOR #A5A89E

HEX: #A5A89E RGB: (165,168,158)

Color info

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

RGB color model

#A5A89E color RGB value is (165,168,158).

RGB: (165,168,158) (65%, 66%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 158 of 255 = 62%

165
168
158

R + G + B ~ 64%. #A5A89E is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 168 + 158 = 491 (100%)
R 165 of 491 ~ 33.6%
G 168 of 491 ~ 34.22%
B 158 of 491 ~ 32.18'%

%33.6
%34.22
%32.18

CMYK color model

#A5A89E color CMYK value is (2,0,6,34).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 34.12%

CMYK: (2,0,6,34)
C2M0Y6K34 (2%, 0%, 6%, 34%)
(0.02 / 0.00 / 0.06 / 0.34)

CMYK percentages

%1.79
%0
%5.95
%34.12

Codes

Color #A5A89E in popluar color models

A5 A8 9E
RGB 165 168 158
HSL 78° 5.43% 63.92%
HSB/HSV 78° 5.95% 65.88%
CMYK 1.79% 0.00% 5.95%
34.12%

Color #A5A89E in popluar number systems.

HEX A5 A8 9E
Decimal 165 168 158
Binary 10100101 10101000 10011110
Octal 245 250 236

Shades and tints

Shades of #A5A89E

#A5A89E
(165,168,158)
#969990
(150,153,144)
#878A82
(135,138,130)
#787B74
(120,123,116)
#696C66
(105,108,102)
#5A5D58
(90,93,88)
#4B4E4A
(75,78,74)
#3C3F3C
(60,63,60)
#2D302E
(45,48,46)
#1E2120
(30,33,32)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #A5A89E

#A5A89E
(165,168,158)
#ADAFA6
(173,175,166)
#B5B6AE
(181,182,174)
#BDBDB6
(189,189,182)
#C5C4BE
(197,196,190)
#CDCBC6
(205,203,198)
#D5D2CE
(213,210,206)
#DDD9D6
(221,217,214)
#E5E0DE
(229,224,222)
#EDE7E6
(237,231,230)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A89E; }

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

This text font color is #A5A89E.

Background Color

.myBgColor { background-color: #A5A89E; }

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

This div background color is #A5A89E.

Border color

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

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

This div border color is #A5A89E.

Opacity

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

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

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

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

This text has shadow with #A5A89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A89E.

Preview

Color preview on black background

This text has color #A5A89E on black background.


Color preview on white background

This text has color #A5A89E on white background.


Black color preview on #A5A89E background

This text has black color on #A5A89E background.


White color preview on #A5A89E background

This text has white color on #A5A89E background.


Related colors

Complementary color

Complementary color for #hex is #5A5761.


I love getcolorcode.com

Triadic colors

1 #9EA5A8 and #A89EA5 with #A5A89E are triadic colors.

2 #9EA8A5 and #A8A59E with #A5A89E are triadic colors.