COLOR #A5AC92

HEX: #A5AC92
RGB: (165,172,146)

Color info

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

RGB color model

#A5AC92 color RGB value is (165,172,146).

  • red value is 165;
  • green value is 172;
  • blue value is 146.
RGB:
(165,172,146)
(65%,67%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 146 of 255 = 57%

165
172
146

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

Portions of RGB colors in percentages

R + G + B =
165 + 172 + 146 = 483 (100%)
R 165 of 483 ~ 34.16%
G 172 of 483 ~ 35.61%
B 146 of 483 ~ 30.23%

%34.16
%35.61
%30.23

CMYK color model

#A5AC92 color CMYK value is (4,0,15,33).

  • cyan value is 4.07%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(4,0,15,33)
C4M0Y15K33 
(4%,0%,15%,33%)
(0.04/0.00/0.15/0.33)	

CMYK percentages

%4.07
%0
%15.12
%32.55

Codes

Color #A5AC92 in popluar color models

A5AC92
RGB165172146
HSL76°13.54%62.35%
HSB/HSV76°15.12%67.45%
CMYK4.07%0.00%15.12%
32.55%

Color #A5AC92 in popluar number systems.

HEXA5AC92
Decimal165172146
Binary101001011010110010010010
Octal245254222

Shades and tints

Shades of #A5AC92

#A5AC92
(165,172,146)
#969D85
(150,157,133)
#878E78
(135,142,120)
#787F6B
(120,127,107)
#69705E
(105,112,94)
#5A6151
(90,97,81)
#4B5244
(75,82,68)
#3C4337
(60,67,55)
#2D342A
(45,52,42)
#1E251D
(30,37,29)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #A5AC92

#A5AC92
(165,172,146)
#ADB39B
(173,179,155)
#B5BAA4
(181,186,164)
#BDC1AD
(189,193,173)
#C5C8B6
(197,200,182)
#CDCFBF
(205,207,191)
#D5D6C8
(213,214,200)
#DDDDD1
(221,221,209)
#E5E4DA
(229,228,218)
#EDEBE3
(237,235,227)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AC92; }

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

This text font color is #A5AC92.


Background Color

.myBgColor { background-color: #A5AC92; }

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

This div background color is #A5AC92.


Border color

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

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

This div border color is #A5AC92.


Opacity

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

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

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

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

This text has shadow with #A5AC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AC92 on black background.


Color preview on white background

This text has color #A5AC92 on white background.



Black color preview on #A5AC92 background

This text has black color on #A5AC92 background.


White color preview on #A5AC92 background

This text has white color on #A5AC92 background.