COLOR #A5AC8C

HEX: #A5AC8C RGB: (165,172,140)

Color info

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

RGB color model

#A5AC8C color RGB value is (165,172,140).

RGB: (165,172,140) (65%, 67%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 140 of 255 = 55%

165
172
140

R + G + B ~ 62%. #A5AC8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 140 = 477 (100%)
R 165 of 477 ~ 34.59%
G 172 of 477 ~ 36.06%
B 140 of 477 ~ 29.35'%

%34.59
%36.06
%29.35

CMYK color model

#A5AC8C color CMYK value is (4,0,19,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 32.55%
CMYK: (4,0,19,33) C4M0Y19K33 (4%,0%,19%,33%) (0.04/0.00/0.19/0.33) 

CMYK percentages

%4.07
%0
%18.6
%32.55

Codes

Color #A5AC8C in popluar color models

A5 AC 8C
RGB 165 172 140
HSL 73° 16.16% 61.18%
HSB/HSV 73° 18.60% 67.45%
CMYK 4.07% 0.00% 18.60%
32.55%

Color #A5AC8C in popluar number systems.

HEX A5 AC 8C
Decimal 165 172 140
Binary 10100101 10101100 10001100
Octal 245 254 214

Shades and tints

Shades of #A5AC8C

#A5AC8C
(165,172,140)
#969D80
(150,157,128)
#878E74
(135,142,116)
#787F68
(120,127,104)
#69705C
(105,112,92)
#5A6150
(90,97,80)
#4B5244
(75,82,68)
#3C4338
(60,67,56)
#2D342C
(45,52,44)
#1E2520
(30,37,32)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5AC8C

#A5AC8C
(165,172,140)
#ADB396
(173,179,150)
#B5BAA0
(181,186,160)
#BDC1AA
(189,193,170)
#C5C8B4
(197,200,180)
#CDCFBE
(205,207,190)
#D5D6C8
(213,214,200)
#DDDDD2
(221,221,210)
#E5E4DC
(229,228,220)
#EDEBE6
(237,235,230)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC8C; }

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

This text font color is #A5AC8C.

Background Color

.myBgColor { background-color: #A5AC8C; }

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

This div background color is #A5AC8C.

Border color

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

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

This div border color is #A5AC8C.

Opacity

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

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

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

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

This text has shadow with #A5AC8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AC8C.

Preview

Color preview on black background

This text has color #A5AC8C on black background.


Color preview on white background

This text has color #A5AC8C on white background.


Black color preview on #A5AC8C background

This text has black color on #A5AC8C background.


White color preview on #A5AC8C background

This text has white color on #A5AC8C background.


Related colors

Complementary color

Complementary color for #hex is #5A5373.


I love getcolorcode.com

Triadic colors

1 #8CA5AC and #AC8CA5 with #A5AC8C are triadic colors.

2 #8CACA5 and #ACA58C with #A5AC8C are triadic colors.