COLOR #A0ACA9

HEX: #A0ACA9
RGB: (160,172,169)

Color info

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

RGB color model

#A0ACA9 color RGB value is (160,172,169).

  • red value is 160;
  • green value is 172;
  • blue value is 169.
RGB:
(160,172,169)
(63%,67%,66%)

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 169 of 255 = 66%

160
172
169

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

Portions of RGB colors in percentages

R + G + B =
160 + 172 + 169 = 501 (100%)
R 160 of 501 ~ 31.94%
G 172 of 501 ~ 34.33%
B 169 of 501 ~ 33.73%

%31.94
%34.33
%33.73

CMYK color model

#A0ACA9 color CMYK value is (7,0,2,33).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(7,0,2,33)
C7M0Y2K33 
(7%,0%,2%,33%)
(0.07/0.00/0.02/0.33)	

CMYK percentages

%6.98
%0
%1.74
%32.55

Codes

Color #A0ACA9 in popluar color models

A0ACA9
RGB160172169
HSL165°6.74%65.10%
HSB/HSV165°6.98%67.45%
CMYK6.98%0.00%1.74%
32.55%

Color #A0ACA9 in popluar number systems.

HEXA0ACA9
Decimal160172169
Binary101000001010110010101001
Octal240254251

Shades and tints

Shades of #A0ACA9

#A0ACA9
(160,172,169)
#929D9A
(146,157,154)
#848E8B
(132,142,139)
#767F7C
(118,127,124)
#68706D
(104,112,109)
#5A615E
(90,97,94)
#4C524F
(76,82,79)
#3E4340
(62,67,64)
#303431
(48,52,49)
#222522
(34,37,34)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A0ACA9

#A0ACA9
(160,172,169)
#A8B3B0
(168,179,176)
#B0BAB7
(176,186,183)
#B8C1BE
(184,193,190)
#C0C8C5
(192,200,197)
#C8CFCC
(200,207,204)
#D0D6D3
(208,214,211)
#D8DDDA
(216,221,218)
#E0E4E1
(224,228,225)
#E8EBE8
(232,235,232)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0ACA9 color. Also use rgb(160,172,169) instead hex code.

Text Font Color

.myTextColor { color: #A0ACA9; }

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

This text font color is #A0ACA9.


Background Color

.myBgColor { background-color: #A0ACA9; }

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

This div background color is #A0ACA9.


Border color

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

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

This div border color is #A0ACA9.


Opacity

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

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

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

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

This text has shadow with #A0ACA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ACA9 on black background.


Color preview on white background

This text has color #A0ACA9 on white background.



Black color preview on #A0ACA9 background

This text has black color on #A0ACA9 background.


White color preview on #A0ACA9 background

This text has white color on #A0ACA9 background.