COLOR #A5AC88

HEX: #A5AC88 RGB: (165,172,136)

Color info

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

RGB color model

#A5AC88 color RGB value is (165,172,136).

RGB: (165,172,136) (65%, 67%, 53%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 136 of 255 = 53%

165
172
136

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

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 136 = 473 (100%)
R 165 of 473 ~ 34.88%
G 172 of 473 ~ 36.36%
B 136 of 473 ~ 28.75'%

%34.88
%36.36
%28.75

CMYK color model

#A5AC88 color CMYK value is (4,0,21,33).

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

CMYK: (4,0,21,33)
C4M0Y21K33 (4%, 0%, 21%, 33%)
(0.04 / 0.00 / 0.21 / 0.33)

CMYK percentages

%4.07
%0
%20.93
%32.55

Codes

Color #A5AC88 in popluar color models

A5 AC 88
RGB 165 172 136
HSL 72° 17.82% 60.39%
HSB/HSV 72° 20.93% 67.45%
CMYK 4.07% 0.00% 20.93%
32.55%

Color #A5AC88 in popluar number systems.

HEX A5 AC 88
Decimal 165 172 136
Binary 10100101 10101100 10001000
Octal 245 254 210

Shades and tints

Shades of #A5AC88

#A5AC88
(165,172,136)
#969D7C
(150,157,124)
#878E70
(135,142,112)
#787F64
(120,127,100)
#697058
(105,112,88)
#5A614C
(90,97,76)
#4B5240
(75,82,64)
#3C4334
(60,67,52)
#2D3428
(45,52,40)
#1E251C
(30,37,28)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #A5AC88

#A5AC88
(165,172,136)
#ADB392
(173,179,146)
#B5BA9C
(181,186,156)
#BDC1A6
(189,193,166)
#C5C8B0
(197,200,176)
#CDCFBA
(205,207,186)
#D5D6C4
(213,214,196)
#DDDDCE
(221,221,206)
#E5E4D8
(229,228,216)
#EDEBE2
(237,235,226)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC88; }

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

This text font color is #A5AC88.

Background Color

.myBgColor { background-color: #A5AC88; }

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

This div background color is #A5AC88.

Border color

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

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

This div border color is #A5AC88.

Opacity

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

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

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

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

This text has shadow with #A5AC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AC88.

Preview

Color preview on black background

This text has color #A5AC88 on black background.


Color preview on white background

This text has color #A5AC88 on white background.


Black color preview on #A5AC88 background

This text has black color on #A5AC88 background.


White color preview on #A5AC88 background

This text has white color on #A5AC88 background.


Related colors

Complementary color

Complementary color for #hex is #5A5377.


I love getcolorcode.com

Triadic colors

1 #88A5AC and #AC88A5 with #A5AC88 are triadic colors.

2 #88ACA5 and #ACA588 with #A5AC88 are triadic colors.