COLOR #A5AC8E

HEX: #A5AC8E RGB: (165,172,142)

Color info

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

RGB color model

#A5AC8E color RGB value is (165,172,142).

RGB: (165,172,142) (65%, 67%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 142 of 255 = 56%

165
172
142

R + G + B ~ 63%. #A5AC8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 142 = 479 (100%)
R 165 of 479 ~ 34.45%
G 172 of 479 ~ 35.91%
B 142 of 479 ~ 29.65'%

%34.45
%35.91
%29.65

CMYK color model

#A5AC8E color CMYK value is (4,0,17,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 17.44%
  • key color value is 32.55%
CMYK: (4,0,17,33) C4M0Y17K33 (4%,0%,17%,33%) (0.04/0.00/0.17/0.33) 

CMYK percentages

%4.07
%0
%17.44
%32.55

Codes

Color #A5AC8E in popluar color models

A5 AC 8E
RGB 165 172 142
HSL 74° 15.31% 61.57%
HSB/HSV 74° 17.44% 67.45%
CMYK 4.07% 0.00% 17.44%
32.55%

Color #A5AC8E in popluar number systems.

HEX A5 AC 8E
Decimal 165 172 142
Binary 10100101 10101100 10001110
Octal 245 254 216

Shades and tints

Shades of #A5AC8E

#A5AC8E
(165,172,142)
#969D82
(150,157,130)
#878E76
(135,142,118)
#787F6A
(120,127,106)
#69705E
(105,112,94)
#5A6152
(90,97,82)
#4B5246
(75,82,70)
#3C433A
(60,67,58)
#2D342E
(45,52,46)
#1E2522
(30,37,34)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #A5AC8E

#A5AC8E
(165,172,142)
#ADB398
(173,179,152)
#B5BAA2
(181,186,162)
#BDC1AC
(189,193,172)
#C5C8B6
(197,200,182)
#CDCFC0
(205,207,192)
#D5D6CA
(213,214,202)
#DDDDD4
(221,221,212)
#E5E4DE
(229,228,222)
#EDEBE8
(237,235,232)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AC8E color. Also use rgb(165,172,142) instead hex code.

Text Font Color

.myTextColor { color: #A5AC8E; }

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

This text font color is #A5AC8E.

Background Color

.myBgColor { background-color: #A5AC8E; }

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

This div background color is #A5AC8E.

Border color

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

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

This div border color is #A5AC8E.

Opacity

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

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

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

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

This text has shadow with #A5AC8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AC8E.

Preview

Color preview on black background

This text has color #A5AC8E on black background.


Color preview on white background

This text has color #A5AC8E on white background.


Black color preview on #A5AC8E background

This text has black color on #A5AC8E background.


White color preview on #A5AC8E background

This text has white color on #A5AC8E background.


Related colors

Complementary color

Complementary color for #hex is #5A5371.


I love getcolorcode.com

Triadic colors

1 #8EA5AC and #AC8EA5 with #A5AC8E are triadic colors.

2 #8EACA5 and #ACA58E with #A5AC8E are triadic colors.