COLOR #A4AC88

HEX: #A4AC88 RGB: (164,172,136)

Color info

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

RGB color model

#A4AC88 color RGB value is (164,172,136).

RGB: (164,172,136) (64%, 67%, 53%)

RGB channels and saturation

R 164 of 255 = 64%
G 172 of 255 = 67%
B 136 of 255 = 53%

164
172
136

R + G + B ~ 61%. #A4AC88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 172 + 136 = 472 (100%)
R 164 of 472 ~ 34.75%
G 172 of 472 ~ 36.44%
B 136 of 472 ~ 28.81'%

%34.75
%36.44
%28.81

CMYK color model

#A4AC88 color CMYK value is (5,0,21,33).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 32.55%

CMYK: (5,0,21,33)
C5M0Y21K33 (5%, 0%, 21%, 33%)
(0.05 / 0.00 / 0.21 / 0.33)

CMYK percentages

%4.65
%0
%20.93
%32.55

Codes

Color #A4AC88 in popluar color models

A4 AC 88
RGB 164 172 136
HSL 73° 17.82% 60.39%
HSB/HSV 73° 20.93% 67.45%
CMYK 4.65% 0.00% 20.93%
32.55%

Color #A4AC88 in popluar number systems.

HEX A4 AC 88
Decimal 164 172 136
Binary 10100100 10101100 10001000
Octal 244 254 210

Shades and tints

Shades of #A4AC88

#A4AC88
(164,172,136)
#969D7C
(150,157,124)
#888E70
(136,142,112)
#7A7F64
(122,127,100)
#6C7058
(108,112,88)
#5E614C
(94,97,76)
#505240
(80,82,64)
#424334
(66,67,52)
#343428
(52,52,40)
#26251C
(38,37,28)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #A4AC88

#A4AC88
(164,172,136)
#ACB392
(172,179,146)
#B4BA9C
(180,186,156)
#BCC1A6
(188,193,166)
#C4C8B0
(196,200,176)
#CCCFBA
(204,207,186)
#D4D6C4
(212,214,196)
#DCDDCE
(220,221,206)
#E4E4D8
(228,228,216)
#ECEBE2
(236,235,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AC88; }

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

This text font color is #A4AC88.

Background Color

.myBgColor { background-color: #A4AC88; }

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

This div background color is #A4AC88.

Border color

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

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

This div border color is #A4AC88.

Opacity

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

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

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

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

This text has shadow with #A4AC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AC88.

Preview

Color preview on black background

This text has color #A4AC88 on black background.


Color preview on white background

This text has color #A4AC88 on white background.


Black color preview on #A4AC88 background

This text has black color on #A4AC88 background.


White color preview on #A4AC88 background

This text has white color on #A4AC88 background.


Related colors

Complementary color

Complementary color for #hex is #5B5377.


I love getcolorcode.com

Triadic colors

1 #88A4AC and #AC88A4 with #A4AC88 are triadic colors.

2 #88ACA4 and #ACA488 with #A4AC88 are triadic colors.