COLOR #A5ACA4

HEX: #A5ACA4 RGB: (165,172,164)

Color info

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

RGB color model

#A5ACA4 color RGB value is (165,172,164).

RGB: (165,172,164) (65%, 67%, 64%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 164 of 255 = 64%

165
172
164

R + G + B ~ 65%. #A5ACA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 164 = 501 (100%)
R 165 of 501 ~ 32.93%
G 172 of 501 ~ 34.33%
B 164 of 501 ~ 32.73'%

%32.93
%34.33
%32.73

CMYK color model

#A5ACA4 color CMYK value is (4,0,5,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 32.55%
CMYK: (4,0,5,33) C4M0Y5K33 (4%,0%,5%,33%) (0.04/0.00/0.05/0.33) 

CMYK percentages

%4.07
%0
%4.65
%32.55

Codes

Color #A5ACA4 in popluar color models

A5 AC A4
RGB 165 172 164
HSL 113° 4.60% 65.88%
HSB/HSV 113° 4.65% 67.45%
CMYK 4.07% 0.00% 4.65%
32.55%

Color #A5ACA4 in popluar number systems.

HEX A5 AC A4
Decimal 165 172 164
Binary 10100101 10101100 10100100
Octal 245 254 244

Shades and tints

Shades of #A5ACA4

#A5ACA4
(165,172,164)
#969D96
(150,157,150)
#878E88
(135,142,136)
#787F7A
(120,127,122)
#69706C
(105,112,108)
#5A615E
(90,97,94)
#4B5250
(75,82,80)
#3C4342
(60,67,66)
#2D3434
(45,52,52)
#1E2526
(30,37,38)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #A5ACA4

#A5ACA4
(165,172,164)
#ADB3AC
(173,179,172)
#B5BAB4
(181,186,180)
#BDC1BC
(189,193,188)
#C5C8C4
(197,200,196)
#CDCFCC
(205,207,204)
#D5D6D4
(213,214,212)
#DDDDDC
(221,221,220)
#E5E4E4
(229,228,228)
#EDEBEC
(237,235,236)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ACA4; }

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

This text font color is #A5ACA4.

Background Color

.myBgColor { background-color: #A5ACA4; }

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

This div background color is #A5ACA4.

Border color

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

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

This div border color is #A5ACA4.

Opacity

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

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

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

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

This text has shadow with #A5ACA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ACA4.

Preview

Color preview on black background

This text has color #A5ACA4 on black background.


Color preview on white background

This text has color #A5ACA4 on white background.


Black color preview on #A5ACA4 background

This text has black color on #A5ACA4 background.


White color preview on #A5ACA4 background

This text has white color on #A5ACA4 background.


Related colors

Complementary color

Complementary color for #hex is #5A535B.


I love getcolorcode.com

Triadic colors

1 #A4A5AC and #ACA4A5 with #A5ACA4 are triadic colors.

2 #A4ACA5 and #ACA5A4 with #A5ACA4 are triadic colors.