COLOR #A5AC94

HEX: #A5AC94 RGB: (165,172,148)

Color info

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

RGB color model

#A5AC94 color RGB value is (165,172,148).

RGB: (165,172,148) (65%, 67%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 148 of 255 = 58%

165
172
148

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

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 148 = 485 (100%)
R 165 of 485 ~ 34.02%
G 172 of 485 ~ 35.46%
B 148 of 485 ~ 30.52'%

%34.02
%35.46
%30.52

CMYK color model

#A5AC94 color CMYK value is (4,0,14,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 32.55%

CMYK: (4,0,14,33)
C4M0Y14K33 (4%, 0%, 14%, 33%)
(0.04 / 0.00 / 0.14 / 0.33)

CMYK percentages

%4.07
%0
%13.95
%32.55

Codes

Color #A5AC94 in popluar color models

A5 AC 94
RGB 165 172 148
HSL 78° 12.63% 62.75%
HSB/HSV 78° 13.95% 67.45%
CMYK 4.07% 0.00% 13.95%
32.55%

Color #A5AC94 in popluar number systems.

HEX A5 AC 94
Decimal 165 172 148
Binary 10100101 10101100 10010100
Octal 245 254 224

Shades and tints

Shades of #A5AC94

#A5AC94
(165,172,148)
#969D87
(150,157,135)
#878E7A
(135,142,122)
#787F6D
(120,127,109)
#697060
(105,112,96)
#5A6153
(90,97,83)
#4B5246
(75,82,70)
#3C4339
(60,67,57)
#2D342C
(45,52,44)
#1E251F
(30,37,31)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A5AC94

#A5AC94
(165,172,148)
#ADB39D
(173,179,157)
#B5BAA6
(181,186,166)
#BDC1AF
(189,193,175)
#C5C8B8
(197,200,184)
#CDCFC1
(205,207,193)
#D5D6CA
(213,214,202)
#DDDDD3
(221,221,211)
#E5E4DC
(229,228,220)
#EDEBE5
(237,235,229)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC94; }

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

This text font color is #A5AC94.

Background Color

.myBgColor { background-color: #A5AC94; }

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

This div background color is #A5AC94.

Border color

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

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

This div border color is #A5AC94.

Opacity

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

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

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

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

This text has shadow with #A5AC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AC94.

Preview

Color preview on black background

This text has color #A5AC94 on black background.


Color preview on white background

This text has color #A5AC94 on white background.


Black color preview on #A5AC94 background

This text has black color on #A5AC94 background.


White color preview on #A5AC94 background

This text has white color on #A5AC94 background.


Related colors

Complementary color

Complementary color for #hex is #5A536B.


I love getcolorcode.com

Triadic colors

1 #94A5AC and #AC94A5 with #A5AC94 are triadic colors.

2 #94ACA5 and #ACA594 with #A5AC94 are triadic colors.